| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| aliasvault-0.26.4-android.apk | 2026-02-16 | 134.0 MB | |
| aliasvault-0.26.4-edge.zip | 2026-02-16 | 1.6 MB | |
| aliasvault-0.26.4-chrome.zip | 2026-02-16 | 1.6 MB | |
| aliasvault-0.26.4-browser-extension-sources.zip | 2026-02-16 | 1.3 MB | |
| aliasvault-0.26.4-firefox.zip | 2026-02-16 | 1.6 MB | |
| install.sh | 2026-02-16 | 124.8 kB | |
| 0.26.4 source code.tar.gz | 2026-02-16 | 12.8 MB | |
| 0.26.4 source code.zip | 2026-02-16 | 16.1 MB | |
| README.md | 2026-02-16 | 4.9 kB | |
| Totals: 9 Items | 169.0 MB | 0 | |
What's Changed
This release brings various new quality-of-life tweaks to all apps, many which were suggested by the community. It also contains several bugfixes and new localization language options for both the apps and identity generator.
Highlighted new features/improvements
- Automatically prompt to save credentials in the browser extension when manually logging in to a new website.
- Note: This feature is currently disabled by default to allow for further testing. You can enable it manually via: "Extension Settings → Autofill Settings → Save Login Prompt". If the prompt does not appear for you on a specific website, or if you encounter any other issues, please open an issue on GitHub so we can further improve compatibility.
- Add option to manually change sort order of custom fields in web app, browser extension and mobile app by dragging the field
- Added Danish language option to all apps and identity generator.
- Upgrade all server apps from .NET 9 to latest .NET 10 (Web app, API, Admin, Services)
- Increase password generator max length from 64 chars to 256 chars
This release also fixes multiple bugs and adds stability tweaks, see more details below.
🚀 New Features
- Add feature to offer to save login credentials after login in browser extension by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1700
- Change order of custom fields via drag-and-drop by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1675
- Upgrade hosted server apps from .NET 9 to .NET 10 by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1354
- Add Danish language to identity generator by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1678
- New Crowdin updates by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1671
- Add Danish language to all apps by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1679
- Add password confirm dialog to vault export in web app and mobile app by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1688
- Add option to automatically close vault unlock success popup in browser extension by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1690
- Increase password generator length slider to max 256 chars by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1702
- Do not clear selfhosted URL on iOS mobile app logout by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1704
- Improve self-hosted admin tables accessibility for mobile devices by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1706
- Remember 2FA state after popup close/reopen during browser extension login by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1708
- Reduce web app start screen margins for mobile displays by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1710
- Add minify to web app index.html by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1713
- Add public key verification to mobile unlock flow by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1718
🐞 Bug Fixes
- Add automatic reload to web app when detecting outdated local client side files (needed for dotnet 10 upgrade) by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1681
- Update passkey create wizard to also work for websites that do not provide rpId (e.g. Mastodon web) by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1686
- Fix mobile unlock flow which could cause session expired notices in some usecases by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1691
- Fix browser extension autolock not always firing for Chromium browsers by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1692
- Improve mobile app error reporting to be more specific for login/unlock sequence by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1699
- Fix browser extension autofill not showing up if ad-blockers are enabled (e.g. Brave Shield) by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1716
- Tweak RPO recovery for browser extension and mobile app to prevent login errors by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1720
- Fix account deletion not working in mobile app for newly created accounts by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1722
🧩 Dependencies Updates
- Bump faraday from 2.12.1 to 2.14.1 in /docs in the bundler group across 1 directory by @dependabot[bot] in https://github.com/aliasvault/aliasvault/pull/1670
- Bump qs from 6.14.1 to 6.14.2 in /apps/mobile-app in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/aliasvault/aliasvault/pull/1697
Full Changelog: https://github.com/aliasvault/aliasvault/compare/0.26.3...0.26.4