| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| aliasvault-0.30.1-android.apk | 2026-07-24 | 173.3 MB | |
| aliasvault-0.30.1-edge.zip | 2026-07-24 | 2.7 MB | |
| aliasvault-0.30.1-chrome.zip | 2026-07-24 | 2.7 MB | |
| aliasvault-0.30.1-browser-extension-sources.zip | 2026-07-24 | 1.6 MB | |
| aliasvault-0.30.1-firefox.zip | 2026-07-24 | 2.7 MB | |
| install.sh | 2026-07-14 | 137.2 kB | |
| 0.30.1 source code.tar.gz | 2026-07-14 | 13.5 MB | |
| 0.30.1 source code.zip | 2026-07-14 | 17.4 MB | |
| README.md | 2026-07-14 | 3.4 kB | |
| Totals: 9 Items | 214.0 MB | 0 | |
What's Changed
This is a minor release which includes various technical improvements and bugfixes for reported issues, as well as improvements for self-hosted setups specifically.
This release also introduces new Irish and Hungarian language options to all apps, as well as adds Romanian language option to the passphrase generator.
🚀 New Features
- Add Irish language option to all apps by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2246
- Add Hungarian language option by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2248
- Add Romanian language to passphrase generator by @VuzzyM in https://github.com/aliasvault/aliasvault/pull/2228
- Strip pathnames from to be stored URLs in browser extension to cleanup UI by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2232
- Show server version in browser extension and mobile app settings footer by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2233
- Add password length slider to item create/edit screens in web app by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2237
- Add support for using external postgresql server instead of built-in container by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2239
- Allow HEAD method on API healthcheck URL for self-hosted reverse-proxy by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2242
- Make deploy method visible in web app and webserver headers for troubleshooting purposes by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2244
- Update web app language switcher dropdown to use native select by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2250
- Update web app light mode dropdown menu font color to be darker for better readability by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2260
- Update minimum client version to 0.26.3 to prepare for upcoming release by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2266
- Improve sync performance by reducing unnecessary data loading in API and local by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2269
- Improve autofill form detection in browser extension by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2271
- New Crowdin updates by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2251
🐞 Bug Fixes
- Make keyboard shortcuts button in browser extension show up for Firefox and Safari too by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2258
- Browser extension do not close expanded popup when deleting an email by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2273
- Add /secrets Docker bind mount path override via .env for self-hosted deployments by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2274
- Improve all-in-one container first boot initialization recovery in case it would get stuck by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2256
- Add server-side PostgreSQL keepalive settings to improve connection reliability by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2254
New Contributors
- @VuzzyM made their first contribution in https://github.com/aliasvault/aliasvault/pull/2228
Full Changelog: https://github.com/aliasvault/aliasvault/compare/0.30.0...0.30.1