Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aliasvault-0.20.0-android.apk | 2025-07-01 | 142.8 MB | |
aliasvault-0.20.0-browser-extension-sources.zip | 2025-07-01 | 1.1 MB | |
aliasvault-0.20.0-firefox.zip | 2025-07-01 | 1.0 MB | |
aliasvault-0.20.0-edge.zip | 2025-07-01 | 1.0 MB | |
aliasvault-0.20.0-chrome.zip | 2025-07-01 | 1.0 MB | |
install.sh | 2025-07-01 | 100.2 kB | |
0.20.0 source code.tar.gz | 2025-07-01 | 8.9 MB | |
0.20.0 source code.zip | 2025-07-01 | 9.8 MB | |
README.md | 2025-07-01 | 3.7 kB | |
Totals: 9 Items | 165.8 MB | 0 |
What's Changed
-
LastPass and generic CSV import: Added support to import credentials from LastPass password manager. Additionally a generic CSV import has been added which provides a template file, enabling bulk importing data from any third-party system into AliasVault.
-
Email view improvements: The email view in the web app has been improved for desktop (large) screens, which now adds a sidebar. This makes it easier to browser through received emails. The email page now also auto-refreshes when new emails have been received.
-
Self-host improvements: the
install.sh
script has been updated with automatic dependency checks, ensuring smoother installations and quicker detection of any issues in self-hosted environments. Also the official installation instructions have been updated to provide more details and troubleshooting steps. -
Misc tweaks: Updated admin panel with more statistics and filter options. Add identity generator
gender
setting, allowing you to specify an explicit gender for newly generated aliases. Several smaller tweaks to browser extension and mobile apps.
Read more details about this release on our blog: https://www.aliasvault.net/news/aliasvault-0.20.0-released
🚀 New Features
- Add LastPass credential importer by @lanedirt in https://github.com/lanedirt/AliasVault/pull/949
- Make username clickable in admin auth log page to go to user detail page by @lanedirt in https://github.com/lanedirt/AliasVault/pull/950
- Add manual csv importer and provide user with template to fill it in manually by @lanedirt in https://github.com/lanedirt/AliasVault/pull/952
- Add popout button to browser extension on login and index pages by @lanedirt in https://github.com/lanedirt/AliasVault/pull/954
- Refactor client vault creation and update logic to shared TS library by @lanedirt in https://github.com/lanedirt/AliasVault/pull/956
- Add vault upgrade mechanism to mobile app and browser extension by @lanedirt in https://github.com/lanedirt/AliasVault/pull/961
- Improve install script with built-in dependency checks and improved instructions by @lanedirt in https://github.com/lanedirt/AliasVault/pull/964
- Add all-time stats page to admin (#967) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/968
- Add sidebar to email list page in web app on desktop by @lanedirt in https://github.com/lanedirt/AliasVault/pull/970
- Update email DNS config docs by @lanedirt in https://github.com/lanedirt/AliasVault/pull/972
- Add fixed gender setting for alias generation by @lanedirt in https://github.com/lanedirt/AliasVault/pull/973
- Make identity generator settings editable in mobile app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/975
- Make emails page in web client auto refresh by @lanedirt in https://github.com/lanedirt/AliasVault/pull/977
- Add fastlane Android app metadata (#979) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/980
🐞 Bug Fixes
- Browser extension logging in from autofill popup does not show confirm screen by @lanedirt in https://github.com/lanedirt/AliasVault/pull/946
- Android app "connecting to [url]" settings page has incorrect margins by @lanedirt in https://github.com/lanedirt/AliasVault/pull/960
- Disable autocorrect on iOS autofill search field by @lanedirt in https://github.com/lanedirt/AliasVault/pull/966
🧩 Dependencies Updates
- Bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot in https://github.com/lanedirt/AliasVault/pull/958
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.19.2...0.20.0