Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
install.1.sh | 2025-09-05 | 112.0 kB | |
install.sh | 2025-09-03 | 112.0 kB | |
aliasvault-0.22.0-android.apk | 2025-09-01 | 145.9 MB | |
aliasvault-0.22.0-chrome.zip | 2025-09-01 | 1.1 MB | |
aliasvault-0.22.0-browser-extension-sources.zip | 2025-09-01 | 1.2 MB | |
aliasvault-0.22.0-firefox.zip | 2025-09-01 | 1.1 MB | |
aliasvault-0.22.0-edge.zip | 2025-09-01 | 1.1 MB | |
0.22.0 source code.tar.gz | 2025-09-01 | 12.1 MB | |
0.22.0 source code.zip | 2025-09-01 | 14.0 MB | |
README.md | 2025-09-01 | 7.6 kB | |
Totals: 10 Items | 176.8 MB | 0 |
What's Changed
Welcome to the release of AliasVault v0.22.0! 🎉
This release brings a lot of new features, security improvements, and important fixes across all platforms. Thanks to our amazing community of contributors on Crowdin and GitHub, AliasVault is now also available in even more languages!
[!IMPORTANT]
🚨 For self-hosted users: updating to 0.22.0 requires some migrations depending on if you're using./install.sh
or not. Please read this guide before updating: https://docs.aliasvault.net/installation/update/v0.22.0.html
Highlights of this release:
-
New languages: In addition to English and Dutch, AliasVault is now officially available in German, Finnish, Italian, and Simplified Chinese. Huge thanks to our amazing contributors on Crowdin who made this possible! Do you notice any issues with translations, or want to help bring AliasVault to your own (native) language? Learn how and get in touch here: https://github.com/lanedirt/AliasVault/blob/main/CONTRIBUTING.md
-
Automatic clipboard clearing: Automatic clipboard clearing is now built into the mobile apps, browser extension, and web app. On Android, the mobile app also detects battery management restrictions to improve reliability.
-
Browser extension clickjacking mitigations: In recent weeks, a new vulnerability has surfaced that affects all kinds of browser extensions, especially password managers. While AliasVault was not mentioned in these vulnerability reports and was not part of the responsible disclosure process, we take security very seriously and have therefore added additional measures. AliasVault now includes more protections to mitigate clickjacking risks by detecting new attack vectors and preventing autofill in suspicious situations. Read more about the implemented measures here: https://github.com/lanedirt/AliasVault/issues/1142.
-
Self-host improvements: By popular request, AliasVault is now available as an optional single all-in-one Docker image for easier NAS / self-hosting setups, with a revised admin initialization flow. While this version is still experimental, all data remains fully compatible between the standard multi-docker setup and the new all-in-one image. So self-hosted users can switch freely between the two without data loss. Documentation on how to use the all-in-one image will be updated in the coming days, with dedicated video tutorials coming soon as well.
-
Misc tweaks: Add Dropbox Passwords importer. Add auto-lock timeout option to browser extension, similar to how it works for the mobile apps. Add email domain chooser field to browser extension and mobile app to make it more easy to choose alias email domains. Admin logging improvements, fix KeePass CSV import for exports that contain special characters. Update UI across all clients for uniformity. Improved browser extension and iOS app autofill. Various other smaller usability tweaks that should make AliasVault even easier to use day-to-day.
Read more details about this release on our blog: https://www.aliasvault.net/news/aliasvault-0.22.0-released
🚀 New Features
- Make aliasvault available as a single docker image for NAS / self hosting convenience by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1101
- Show more descriptive error in iOS and Android apps when API connection fails for self-hosted users by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1105
- Add option to admin app to change user's username by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1107
- Update self host admin initialization flow by requiring manual config for all-in-one image by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1109
- Enable logging non-warnings to database log and adjust existing warning levels by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1112
- Add Dropbox passwords to credential import/export options by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1115
- Add explanation between private and public email domains to general settings page by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1117
- Remove service URL validation from browser extension and mobile app to allow any value by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1121
- Add automatic clipboard clear to mobile apps after copying a value by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1127
- Add automatic clipboard clear to browser extension after copying a value by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1126
- Add automatic clipboard clear to web app after copying a value by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1125
- Update user avatar style on unlock page by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1128
- Add email field domain chooser to browser extension by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1130
- Add email domain selector to mobile app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1133
- Improve browser extension autofill form detection with shadowroot DOM support by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1135
- Add "top users by credentials" to admin all time stats by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1137
- Add auto lock timeout options to browser extension similar to android app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1138
- Update admin topmenu bg color and user icon style by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1141
- Update browser extension UI with settings subpages by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1145
- Improve private email domain documentation in apps by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1151
- Add battery management restriction detection to mobile apps for improved clipboard clear reliability by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1158
- New Crowdin updates by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1152
🐞 Bug Fixes
- Add missing translations for mobile app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1086
- Fix breadcrumb links in admin panel that wrongly navigate to web app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1106
- Searching in admin lists can cause race condition and return old search results by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1111
- Logout user sessions after password change to prevent vault collision by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1119
- iOS autofill email value is not always properly loaded by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1124
- Add browser extension clickjacking detection measures by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1143
- CSV import does not handle special characters correctly in KeePass import by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1147
- Prevent input fields from increasing in height on Android by @lanedirt in https://github.com/lanedirt/AliasVault/pull/1161
🧩 Dependencies Updates
- Bump vite-plugin-static-copy from 2.3.1 to 2.3.2 in /apps/browser-extension in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/lanedirt/AliasVault/pull/1132
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.21.2...0.22.0