Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aliasvault-browser-extension-0.15.0-firefox.zip | 2025-03-25 | 953.0 kB | |
aliasvault-browser-extension-0.15.0-sources.zip | 2025-03-25 | 977.4 kB | |
aliasvault-browser-extension-0.15.0-chrome.zip | 2025-03-25 | 953.1 kB | |
aliasvault-browser-extension-0.15.0-edge.zip | 2025-03-25 | 953.1 kB | |
install.sh | 2025-03-25 | 81.6 kB | |
0.15.0 source code.tar.gz | 2025-03-25 | 3.8 MB | |
0.15.0 source code.zip | 2025-03-25 | 4.4 MB | |
README.md | 2025-03-25 | 2.5 kB | |
Totals: 8 Items | 12.1 MB | 1 |
What's Changed
- Customizable password generator pattern: added the option to customize the random password generator pattern (length, lowercase, uppercase, special characters, ambiguous characters) globally or per credential. The browser extension respects this configuration and applies it accordingly when generating new aliases.
- Improved browser extension autofill: improved autofill behavior in the browser extension for websites that previously rejected autofilled passwords.
- Quality-of-life improvements: enhanced admin dashboard analytics, improved server-side email claim management to reject emails for disabled aliases.
Full Changelog
🚀 New Features
- Make password generation options customizable by @lanedirt in https://github.com/lanedirt/AliasVault/pull/706
- Cleanup and simplify install.sh by @lanedirt in https://github.com/lanedirt/AliasVault/pull/691
- Add analytics charts to admin dashboard by @lanedirt in https://github.com/lanedirt/AliasVault/pull/710
- Add option to disable email claims which rejects incoming emails by @lanedirt in https://github.com/lanedirt/AliasVault/pull/712
- Show returning users count in admin dashboard by @lanedirt in https://github.com/lanedirt/AliasVault/pull/721
🐞 Bug Fixes
- Convert install.sh line endings so it works on Windows WSL by @lanedirt in https://github.com/lanedirt/AliasVault/pull/704
- Improve admin listings and search behaviour by @lanedirt in https://github.com/lanedirt/AliasVault/pull/709
- Browser extension password autofill is not accepted by some websites by @lanedirt in https://github.com/lanedirt/AliasVault/pull/719
🧩 Dependencies Updates
- Update dotnet to 9.0.3 by @lanedirt in https://github.com/lanedirt/AliasVault/pull/708
- Bump nokogiri from 1.18.3 to 1.18.4 in /docs in the bundler group across 1 directory by @dependabot in https://github.com/lanedirt/AliasVault/pull/714
- Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 9.0.2 to 9.0.3 by @dependabot in https://github.com/lanedirt/AliasVault/pull/716
- Bump Swashbuckle.AspNetCore from 7.3.2 to 8.0.0 by @dependabot in https://github.com/lanedirt/AliasVault/pull/717
- Bump HtmlAgilityPack from 1.11.74 to 1.12.0 by @dependabot in https://github.com/lanedirt/AliasVault/pull/715
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.14.0...0.15.0