Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.10.0 source code.tar.gz | 2025-01-01 | 2.8 MB | |
0.10.0 source code.zip | 2025-01-01 | 3.2 MB | |
README.md | 2025-01-01 | 2.4 kB | |
Totals: 3 Items | 6.0 MB | 0 |
What's Changed
This release introduces PostgreSQL as the new data backend for the server instead of SQLite for improved multi-threaded stability. When updating from an older version, please read the update instructions in the docs for how to migrate data: https://docs.aliasvault.net/installation/update/v0.10.0.html.
🚀 New Features
- Add username sanity check to vault save to prevent potential vault collision/corruption by @lanedirt in https://github.com/lanedirt/AliasVault/pull/482
- Dark mode text readability tweaks by @lanedirt in https://github.com/lanedirt/AliasVault/pull/484
- Add option to disable new user registration via install.sh by @lanedirt in https://github.com/lanedirt/AliasVault/pull/486
- Add option to block existing user in admin by @lanedirt in https://github.com/lanedirt/AliasVault/pull/487
- Update install.sh by @lanedirt in https://github.com/lanedirt/AliasVault/pull/488
- Auto submit login form when 2fa code is entered by @lanedirt in https://github.com/lanedirt/AliasVault/pull/497
- Make UserRefreshToken lifetime configurable via admin by @lanedirt in https://github.com/lanedirt/AliasVault/pull/499
- Switch SQLite to PostgreSQL database engine by @lanedirt in https://github.com/lanedirt/AliasVault/pull/492
- Update contributing documentation by @lanedirt in https://github.com/lanedirt/AliasVault/pull/500
- Add postgresql database import and export commands to install.sh by @lanedirt in https://github.com/lanedirt/AliasVault/pull/507
🐞 Bug Fixes
- Do not log dataprotection warnings to database log by @lanedirt in https://github.com/lanedirt/AliasVault/pull/504
- Do not show loading indicator when refreshing in admin by @lanedirt in https://github.com/lanedirt/AliasVault/pull/505
🧩 Dependencies Updates
- Bump NUnit from 4.3.0 to 4.3.1 by @dependabot in https://github.com/lanedirt/AliasVault/pull/490
- Bump NUnit.Analyzers from 4.4.0 to 4.5.0 by @dependabot in https://github.com/lanedirt/AliasVault/pull/489
- Bump HtmlAgilityPack from 1.11.71 to 1.11.72 by @dependabot in https://github.com/lanedirt/AliasVault/pull/501
- Bump NUnit from 4.3.1 to 4.3.2 by @dependabot in https://github.com/lanedirt/AliasVault/pull/502
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.9.4...0.10.0