| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.sh | 2026-08-16 | 137.5 kB | |
| 0.30.4 source code.tar.gz | 2026-08-16 | 13.2 MB | |
| 0.30.4 source code.zip | 2026-08-16 | 17.2 MB | |
| README.md | 2026-08-16 | 3.1 kB | |
| aliasvault-0.30.4-android.apk | 2026-08-16 | 173.8 MB | |
| aliasvault-0.30.4-chrome.zip | 2026-08-16 | 3.3 MB | |
| aliasvault-0.30.4-edge.zip | 2026-08-16 | 3.3 MB | |
| aliasvault-0.30.4-browser-extension-sources.zip | 2026-08-16 | 1.5 MB | |
| aliasvault-0.30.4-firefox.zip | 2026-08-16 | 3.3 MB | |
| Totals: 9 Items | 215.7 MB | 12 | |
What's Changed
This release adds various UI improvements, improves the built-in favicon extractor reliability and fixes multiple reported bugs. This release also adds Indonesian as an official supported language (thanks to our contributors on Crowdin!).
Additionally, this release contains a number of forward-compatible improvements in preparation for our upcoming major data model update. As a sneak peek: we've been hard at work on the next big update for the past three months, and it will make vault syncing up to 10x faster, allow to have additional primary authentication methods besides a master password, support sharing vaults with family members etc. More on this soon!
🚀 New Features
- Update password reset docs instructions by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2339 (reported by @VincentGijsen)
- Improve FaviconExtractor reliability so it works for more websites by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2342 (reported by @Ahmedbd23 and @bundyland)
- Mobile app link in emails should always open in default external browser by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2343 (reported by @arianr04)
- Make notes field resizable in mobile app by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2345 (reported by @k4waiiiii)
- Make apps gracefully degrade instead of erroring with upcoming major update by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2347
- Add Indonesian language option to all apps by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2349
- Improve item creation flow UI in all apps by including type chooser by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2351 (reported by @SanderRutten and @createthisnl)
- New Crowdin updates by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2350
🐞 Bug Fixes
- Use nginx resolved X-Real-IP instead of appended X-Forwarded-For by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2326 (reported by @vusalGIT)
- Fix negative pageSize which could cause a HTTP 500 in email API controller by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2337 (reported by kelvisOp)
- Add max length for mobile login requests and add rate limiting by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2341 (reported by kelvisOp)
- Add SRP validate endpoint sanity checks to prevent potentially incorrect lockouts by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2340 (reported by kelvisOp)
- Update Android mobile app biometrics check so it checks for Level 3 biometrics everywhere by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2344
🧩 Dependencies Updates
- Bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/aliasvault/aliasvault/pull/2328
Full Changelog: https://github.com/aliasvault/aliasvault/compare/0.30.3...0.30.4