What's Changed
This release builds on top of the recent major 0.26.0 update with many additional quality-of-life improvements and stability fixes, many of which were suggested by the community. This release also introduces new localization language options for both the apps and identity generator.
Highlighted new features/improvements
- Added TLS support for email server on cloud-hosted environment which improves security and email deliverability. Also added instructions to docs.aliasvault.net for how to set this up for self-hosted environments.
- Added new importers: RoboForm, Microsoft Edge, Enpass.
- Added Swedish language option to all apps.
- Added French, Swedish and Urdu languages to the identity generator.
- Add option to show all item regardless of folders (new checkbox "folders" in items dropdown)
This release also fixes numerous bugs, see more details below.
🚀 New Features
- Add multi-url import support to all importers (including Bitwarden) by @lanedirt in #1603
- Add RoboForm importer by @lanedirt in #1604
- Add option to show all items regardless of folders by @lanedirt in #1609
- Improve browser extension autofill login form detector by @lanedirt in #1615
- Update web app to use Login as default item type to match other platforms by @lanedirt in #1616
- Execute browser extension sync in background and improve indicator by @lanedirt in #1618
- Improve browser extension and mobile app logging by @lanedirt in #1623
- Add TLS support to SmtpService compatible with Docker by @lanedirt in #1624
- Make save and cancel buttons always visible in web app item add/edit page by @lanedirt in #1630
- Add install.sh restart [container] option to restart a single container by @lanedirt in #1636
- Add French, Swedish and Urdu languages to identity generator by @lanedirt in #1647
- Add Microsoft Edge import option by @lanedirt in #1648
- Add Enpass import option by @lanedirt in #1650
- Add Swedish language option to all apps by @lanedirt in #1654
- Show folder for search results in mobile app by @lanedirt in #1666
🐞 Bug Fixes
- Add border padding around generated QR codes for improved scanning by @lanedirt in #1592
- Make item sort options also visible in mobile app folder view by @lanedirt in #1594
- Fix attachments/totpcodes/passkey mutations in web app to not be committed immediately by @lanedirt in #1597
- Make item sort options show up in mobile app folder views by @lanedirt in #1599
- Always show filter dropdown with link to recently deleted items, even when vault is empty by @lanedirt in #1602
- Fix Android attachment upload by @lanedirt in #1600
- Email preview text sometimes shows html encoded characters by @lanedirt in #1610
- Ignore ports in autofill matching in Android as these are not provided by Android by @lanedirt in #1626
- Fix self-hosted connection failed log messages on IPv6 enabled hosts by @lanedirt in #1628
- Fix favicon extraction in mobile apps by @lanedirt in #1631
- Improve browser extension autofill trigger to work on more websites by @lanedirt in #1632
- Fix bug in import flow to prevent UI resets when importing 500+ credentials and apply favicon reuse by @lanedirt in #1638
- Fix issue where browser extension would logout on network error instead of staying in offline mode by @lanedirt in #1651
- Fix translations in iOS credential selection long press context menu by @lanedirt in #1660
- Improve browser extension autofill for password autotype and single-host local domain names by @lanedirt in #1668
🧩 Dependencies Updates
- Bump the nuget group with 1 update by @dependabot[bot] in #1612
- Bump bytes from 1.11.0 to 1.11.1 in /core/rust in the cargo group across 1 directory by @dependabot[bot] in #1613
- Bump webpack from 5.101.3 to 5.105.0 in /apps/mobile-app in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1649
Full Changelog: 0.26.2...0.26.3