Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aliasvault-0.19.0-android.apk | 2025-06-16 | 142.8 MB | |
aliasvault-0.19.0-browser-extension-sources.zip | 2025-06-16 | 1.0 MB | |
aliasvault-0.19.0-chrome.zip | 2025-06-16 | 1.0 MB | |
aliasvault-0.19.0-firefox.zip | 2025-06-16 | 1.0 MB | |
aliasvault-0.19.0-edge.zip | 2025-06-16 | 1.0 MB | |
install.sh | 2025-06-16 | 78.8 kB | |
0.19.0 source code.tar.gz | 2025-06-16 | 6.1 MB | |
0.19.0 source code.zip | 2025-06-16 | 6.9 MB | |
README.md | 2025-06-16 | 3.5 kB | |
Totals: 9 Items | 160.0 MB | 4 |
What's Changed
-
Browser extension mutation capabilities: The browser extension now supports full vault mutation: create, update, and delete credentials directly in the extension UI. This feature, backported from the iOS and Android apps, removes the need to log into the web app for everyday credential management, making the browser extension significantly more powerful and independent.
-
Quality-of-life improvements: various improvements across the platform, such as adding long-press support for quick actions to the mobile app, improved loading animations in the web app, update app icons for better contrast, and more.
-
Security enhancements: This updates enforces new HTTP security headers in the nginx reverse proxy docker image to improve out-of-the-box hardening for self-hosted users.
Read more details about this release on our blog: https://www.aliasvault.net/news/aliasvault-0.19.0-released
Full Changelog
🚀 New Features
- Add long press context menu to credential card on mobile apps by @lanedirt in https://github.com/lanedirt/AliasVault/pull/894
- Add "x" to all mobile app input fields when editing a credential to easily clear field value by @lanedirt in https://github.com/lanedirt/AliasVault/pull/895
- Refactor to use shared identity and password generator in all web/browser/apps by @lanedirt in https://github.com/lanedirt/AliasVault/pull/898
- Add skeleton loading animations to main web app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/899
- Add vault mutation support to browser extension by @lanedirt in https://github.com/lanedirt/AliasVault/pull/901
- Tweak android app autofill dropdown display by @lanedirt in https://github.com/lanedirt/AliasVault/pull/905
- Improve browser extension popup / popout / resize capabilities by @lanedirt in https://github.com/lanedirt/AliasVault/pull/912
- Add dialog support to browser extension for confirmation popups by @lanedirt in https://github.com/lanedirt/AliasVault/pull/913
- Add HTTP security options to nginx reverse proxy config by @lanedirt in https://github.com/lanedirt/AliasVault/pull/915
- Tweak credential create flow when switching between random alias and advanced in web app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/919
- Add background task to delete emails for disabled aliases after x days by @lanedirt in https://github.com/lanedirt/AliasVault/pull/921
- Update app icons with dark background for improved contrast by @lanedirt in https://github.com/lanedirt/AliasVault/pull/923
- Move create credential button to bottom right corner for easier access by @lanedirt in https://github.com/lanedirt/AliasVault/pull/925
🐞 Bug Fixes
- Web app does not properly clear its cache when reloading the vault by @lanedirt in https://github.com/lanedirt/AliasVault/pull/907
- Downloading email attachments in browser extension and mobile app doesn't work by @lanedirt in https://github.com/lanedirt/AliasVault/pull/903
- Browser extension version as reported by settings screen is not correct by @lanedirt in https://github.com/lanedirt/AliasVault/pull/918
🧩 Dependencies Updates
- Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot in https://github.com/lanedirt/AliasVault/pull/908
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.18.1...0.19.0