0.7.2
ยท 1350 words
Excalibur 0.7.2 is a patch release fixing security issues and bugs on the app and server.
Appโ
๐๏ธ Securityโ
-
๐๏ธ Removed persistence of password in
authInfoand the account unlock key (AUK) invaultInfo -
๐๏ธ Stopped persisting login session and vault key material in
localStorage- A fresh login is now required on every app launch or page reload
๐ Changesโ
- ๐๏ธ Prompt user for current password when updating account details
๐ Bug Fixesโ
- ๐ Fixed a previously necessary but janky reload of the page when a new user signs up
- ๐ Fixed an issue where a failed update check could throw an error
Serverโ
๐ Bug Fixesโ
- ๐ Fixed the database engine not being disposed after use
- This leaked the DuckDB file lock and caused an IO error when a worker/reload subprocess tried to access the database