Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aliasvault-browser-extension-0.17.0-chrome.zip | 2025-05-14 | 976.3 kB | |
aliasvault-browser-extension-0.17.0-edge.zip | 2025-05-14 | 976.2 kB | |
aliasvault-browser-extension-0.17.0-firefox.zip | 2025-05-14 | 976.1 kB | |
aliasvault-browser-extension-0.17.0-sources.zip | 2025-05-14 | 1.0 MB | |
install.sh | 2025-05-14 | 83.0 kB | |
0.17.0 source code.tar.gz | 2025-05-14 | 5.3 MB | |
0.17.0 source code.zip | 2025-05-14 | 6.2 MB | |
README.md | 2025-05-14 | 2.7 kB | |
Totals: 8 Items | 15.5 MB | 0 |
What's Changed
- Native iOS App Launched!: release 0.17.0 marks a major step forward by introducing the official AliasVault native iOS app, now available on the iOS App Store! 🎉 This new app enables native autofill features for iOS and protects your vault contents with on-device biometrics. Download it here: AliasVault for iPhone. The app is compatible with both cloud-hosted and self-hosted environments.
- Browser extension improvements: added extra setting toggles to the browser extensions which allow you to enable/disable the context menu and hide the autofill popup on a certain website for a specified time. Added support for shortcuts so you can trigger the autofill popup via a keyboard shortcut (works best in Chrome). Also improved autofill popup reliability so it works on more websites.
- Quality-of-life improvements: various other smaller improvements in the web app and browser extensions to align how credentials are displayed to better match it on all platforms.
- License change to AGPLv3: From this release forward, AliasVault is licensed under the AGPLv3, replacing the previous MIT license. This change is made to protect the intellectual property and long-term vision of AliasVault, while keeping it fully open and transparent. For end-users and self-hosters, nothing changes: you can continue to use, self-host, and customize AliasVault freely for personal or internal use. The new license only restricts commercial use by third parties who may otherwise profit from AliasVault without contributing back. Learn more here: License Update Announcement
Full Changelog
🚀 New Features
- Add native iOS app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/822
- Add mobile app download links to main web app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/830
- Update license from MIT to AGPLv3 by @lanedirt in https://github.com/lanedirt/AliasVault/pull/831
- Add extra enable/disable setting toggles to browser extension by @lanedirt in https://github.com/lanedirt/AliasVault/pull/835
🐞 Bug Fixes
- Changing password two times in a row in client can cause vault merge issue by @lanedirt in https://github.com/lanedirt/AliasVault/pull/829
🧩 Dependencies Updates
- Update browser extension npm packages by @lanedirt in https://github.com/lanedirt/AliasVault/pull/833
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.16.2...0.17.0