Skip to content

0.10.0

Compare
Choose a tag to compare
@lanedirt lanedirt released this 01 Jan 14:52
· 84 commits to main since this release
ac64dba

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 #482
  • Dark mode text readability tweaks by @lanedirt in #484
  • Add option to disable new user registration via install.sh by @lanedirt in #486
  • Add option to block existing user in admin by @lanedirt in #487
  • Update install.sh by @lanedirt in #488
  • Auto submit login form when 2fa code is entered by @lanedirt in #497
  • Make UserRefreshToken lifetime configurable via admin by @lanedirt in #499
  • Switch SQLite to PostgreSQL database engine by @lanedirt in #492
  • Update contributing documentation by @lanedirt in #500
  • Add postgresql database import and export commands to install.sh by @lanedirt in #507

🐞 Bug Fixes

  • Do not log dataprotection warnings to database log by @lanedirt in #504
  • Do not show loading indicator when refreshing in admin by @lanedirt in #505

🧩 Dependencies Updates

Full Changelog: 0.9.4...0.10.0