| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.6.0 source code.tar.gz | 2024-11-11 | 2.6 MB | |
| 0.6.0 source code.zip | 2024-11-11 | 3.0 MB | |
| README.md | 2024-11-11 | 7.5 kB | |
| Totals: 3 Items | 5.6 MB | 0 | |
What's Changed
This release includes the following major milestones:
- Many overall layout and UX tweaks
- Add 2-factor authentication support to client
- Add auth attempt logs and brute-force lockouts
- Improve user registration UX
- Add PWA support
- Add WebAuthn unlock support
- Implement vault synchronize/merge logic
- Add documentation
🚀 New Features
- Change email to username for main user authentication by @lanedirt in https://github.com/lanedirt/AliasVault/pull/176
- Make .NET dataprotection work in both local development and when running through docker by @lanedirt in https://github.com/lanedirt/AliasVault/pull/179
- Add TOTP authenticator support to client by @lanedirt in https://github.com/lanedirt/AliasVault/pull/182
- Add vault auth attempt logging and auto lockout to combat brute force by @lanedirt in https://github.com/lanedirt/AliasVault/pull/191
- Update admin menu links by @lanedirt in https://github.com/lanedirt/AliasVault/pull/194
- Add email delete option in client by @lanedirt in https://github.com/lanedirt/AliasVault/pull/197
- Add user registration log entry and include auth log E2E tests by @lanedirt in https://github.com/lanedirt/AliasVault/pull/201
- Add gzip compression for client app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/204
- Optimize GitHub actions for stability (#203) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/206
- Prevent error when attempting to encrypt/decrypt empty string (#217) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/218
- Add log truncate buttons to admin by @lanedirt in https://github.com/lanedirt/AliasVault/pull/222
- Implement client password change feature by @lanedirt in https://github.com/lanedirt/AliasVault/pull/229
- Add loading icon to logout to improve UX by @lanedirt in https://github.com/lanedirt/AliasVault/pull/238
- Add additional vault metadata by @lanedirt in https://github.com/lanedirt/AliasVault/pull/237
- Add forgot password screen to client by @lanedirt in https://github.com/lanedirt/AliasVault/pull/239
- Update Playwright stability by @lanedirt in https://github.com/lanedirt/AliasVault/pull/241
- Optimize default argon2id settings for enhanced security by @lanedirt in https://github.com/lanedirt/AliasVault/pull/242
- Add PWA support by @lanedirt in https://github.com/lanedirt/AliasVault/pull/243
- Fix mobile menu open/close (#244) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/247
- Update admin mobile menu link content by @lanedirt in https://github.com/lanedirt/AliasVault/pull/248
- Optimize refresh token logic, add IP address and integrate remember m… by @lanedirt in https://github.com/lanedirt/AliasVault/pull/249
- Fix delay in navigating to admin log pages by @lanedirt in https://github.com/lanedirt/AliasVault/pull/251
- Implement vault synchronize/merge support by @lanedirt in https://github.com/lanedirt/AliasVault/pull/252
- Move user menu items to mobile menu for mobile screens by @lanedirt in https://github.com/lanedirt/AliasVault/pull/258
- General refactoring, update folder structure, code cleanup by @lanedirt in https://github.com/lanedirt/AliasVault/pull/259
- Add support for persisting encryption key by @lanedirt in https://github.com/lanedirt/AliasVault/pull/270
- Make webauthn implementation secure by @lanedirt in https://github.com/lanedirt/AliasVault/pull/272
- Revert JsInteropService to have init in properties by @lanedirt in https://github.com/lanedirt/AliasVault/pull/274
- Update note widget to support newlines and anchor tags by @lanedirt in https://github.com/lanedirt/AliasVault/pull/273
- Make 2fa input field a number by @lanedirt in https://github.com/lanedirt/AliasVault/pull/278
- Add WASM error detection and show application warning if WASM is not supported by client by @lanedirt in https://github.com/lanedirt/AliasVault/pull/282
- Mobile responsive tweaks by @lanedirt in https://github.com/lanedirt/AliasVault/pull/283
- Refactor blazor components to reduce duplicated code by @lanedirt in https://github.com/lanedirt/AliasVault/pull/284
- Update ClientPlaywrightTest.cs (#220) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/286
- Make all UI components compatible with dark mode by @lanedirt in https://github.com/lanedirt/AliasVault/pull/288
- Saving existing credential with one or more attachments fails by @lanedirt in https://github.com/lanedirt/AliasVault/pull/296
- Improve ux for login and create account flow by @lanedirt in https://github.com/lanedirt/AliasVault/pull/310
- Optimize credential AddEdit page for mobile by @lanedirt in https://github.com/lanedirt/AliasVault/pull/313
- Uploading multiple attachments doesnt work by @lanedirt in https://github.com/lanedirt/AliasVault/pull/316
- Fix account creation mobile interface for safari browser by @lanedirt in https://github.com/lanedirt/AliasVault/pull/318
- Login flow optimizations by @lanedirt in https://github.com/lanedirt/AliasVault/pull/321
- Expose all config settings through config object by @lanedirt in https://github.com/lanedirt/AliasVault/pull/322
- Improve error message for unlock page if API cannot be reached by @lanedirt in https://github.com/lanedirt/AliasVault/pull/324
- Show page refresh button if loading takes too long by @lanedirt in https://github.com/lanedirt/AliasVault/pull/325
- Replace welcome screen with simple tutorial by @lanedirt in https://github.com/lanedirt/AliasVault/pull/327
- Add beta indication by @lanedirt in https://github.com/lanedirt/AliasVault/pull/328
- Add static app version and show in footer by @lanedirt in https://github.com/lanedirt/AliasVault/pull/337
- Deleting user that has email (claims) throws error by @lanedirt in https://github.com/lanedirt/AliasVault/pull/346
- Improve documentation by @lanedirt in https://github.com/lanedirt/AliasVault/pull/344
- Add support email to .env to show in client application by @lanedirt in https://github.com/lanedirt/AliasVault/pull/354
- Remove first step from create wizard by @lanedirt in https://github.com/lanedirt/AliasVault/pull/355
- Update AppInfo.cs with new release version by @lanedirt in https://github.com/lanedirt/AliasVault/pull/357
🐞 Bug Fixes
- Update admin logs path as /logs folder doesn't work correctly due to … by @lanedirt in https://github.com/lanedirt/AliasVault/pull/193
- Fix client app loading screen delay by @lanedirt in https://github.com/lanedirt/AliasVault/pull/195
- Fix email anchor tag target=blank conversion by @lanedirt in https://github.com/lanedirt/AliasVault/pull/198
- Fix bug in auth log IP address by @lanedirt in https://github.com/lanedirt/AliasVault/pull/231
- Add default revision number to existing vaults to prevent merge conflicts by @lanedirt in https://github.com/lanedirt/AliasVault/pull/255
- Hide timeout notification after new login attempt by @lanedirt in https://github.com/lanedirt/AliasVault/pull/266
- Get latest vault by revision number instead of updated at timestamp by @lanedirt in https://github.com/lanedirt/AliasVault/pull/348
🧩 Dependencies Updates
- Update all NuGet packages to latest stable versions
New Contributors
- @dependabot made their first contribution in https://github.com/lanedirt/AliasVault/pull/207
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.5.0...0.6.0