Skip to content

Releases: lanedirt/AliasVault

0.11.1

22 Jan 11:22
581d1da
Compare
Choose a tag to compare

What's Changed

This hotfix release fixes a few UI bugs, simplifies the self-host installation process and updates dependencies.

🚀 New Features

  • Add GitHub issue templates by @lanedirt in #540
  • Simplify installation by using relative url for API instead of requiring hostname in env file by @lanedirt in #556

🐞 Bug Fixes

  • Update mobile menu position in client and admin by @lanedirt in #554

🧩 Dependencies Updates

  • Bump Microsoft.AspNetCore.Authentication.JwtBearer, Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Tokens by @dependabot in #543
  • Bump Microsoft.AspNetCore.DataProtection from 9.0.0 to 9.0.1 by @dependabot in #544
  • Bump Microsoft.AspNetCore.Authorization and Microsoft.AspNetCore.Components.WebAssembly.Authentication by @dependabot in #545
  • Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 9.0.0 to 9.0.1 by @dependabot in #546
  • Bump coverlet.collector from 6.0.3 to 6.0.4 by @dependabot in #547
  • Bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.FileExtensions by @dependabot in #548
  • Bump Microsoft.AspNetCore.Mvc.Testing from 9.0.0 to 9.0.1 by @dependabot in #550
  • Bump Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Tokens by @dependabot in #549
  • Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 9.0.0 to 9.0.1 by @dependabot in #552

Full Changelog: 0.11.0...0.11.1

0.11.0

14 Jan 13:53
2cfc8d5
Compare
Choose a tag to compare

What's Changed

This release adds support for receiving and opening email attachments in the AliasVault client (up to 10 MB). Also fixes a few minor bugs and stability improvements.

🚀 New Features

🐞 Bug Fixes

  • Fix typo in UserEmailClaim.cs by @eltociear in #521
  • Update GitHub actions tests to support PRs from forks by @lanedirt in #523
  • Prevent email address collision from occurring during identity generation by @lanedirt in #527
  • Update sonarcloud-code-analysis.yml to work with PR's from forks by @lanedirt in #531

🧩 Dependencies Updates

New Contributors

Full Changelog: 0.10.3...0.11.0

0.10.3

04 Jan 08:41
6ec66e4
Compare
Choose a tag to compare

What's Changed

This hotfix release makes the AliasVault Docker images and install process compatible with native arm64 based devices such as a Raspberry Pi.

🚀 New Features

  • Add support for arm64 to docker images and install.sh local build by @lanedirt in #517

Full Changelog: 0.10.2...0.10.3

0.10.2

03 Jan 21:34
aca607e
Compare
Choose a tag to compare

What's Changed

This bugfix release fixes an issue with the Postgres migration that caused the task runner background service to not run reliably.

🐞 Bug Fixes

  • Maintenance tasks do not run after migration to PostgreSQL by @lanedirt in #513

Full Changelog: 0.10.1...0.10.2

0.10.1

01 Jan 15:19
b074831
Compare
Choose a tag to compare

What's Changed

This is a bugfix release that fixes a admin password generation bug in install.sh that occured during clean installs.

🐞 Bug Fixes

  • Admin password hash method in installcli does not pass required arguments by @lanedirt in #511

Full Changelog: 0.10.0...0.10.1

0.10.0

01 Jan 14:52
ac64dba
Compare
Choose a tag to compare

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

0.9.4

16 Dec 15:56
Compare
Choose a tag to compare

What's Changed

This release fixes a bug where if the browser does not support WebAssembly an error message is show. This release also contains improvements to the task runner logging.

🚀 New Features

  • Add task runner job table for tracking task runner historic runs by @lanedirt in #468
  • Add E2E test for browser with WASM disabled by @lanedirt in #478

🐞 Bug Fixes

  • Show error if client does not support WebAssembly by @lanedirt in #470

🧩 Dependencies Updates

Full Changelog: 0.9.3...0.9.4

0.9.3

13 Dec 12:10
70220ce
Compare
Choose a tag to compare

What's Changed

🚀 New Features

🐞 Bug Fixes

  • Update install.sh to include task runner to image pull list by @lanedirt in #457
  • Fix account registration username capitalization login bug by @lanedirt in #461

🧩 Dependencies Updates

  • Bump Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Tokens by @dependabot in #459
  • Bump Serilog from 4.1.0 to 4.2.0 by @dependabot in #458
  • Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot in #462
  • Bump SpamOK.PasswordGenerator version to 1.1.0 by @lanedirt in #464

Full Changelog: 0.9.2...0.9.3

0.9.2

04 Dec 17:57
ef291bf
Compare
Choose a tag to compare

What's Changed

This hotfix release fixes a bug in the Docker configuration where the task runner could not access the database.

🐞 Bug Fixes

Full Changelog: 0.9.1...0.9.2

0.9.1

04 Dec 17:41
b47e735
Compare
Choose a tag to compare

What's Changed

This is a bugfix release for the automated Docker Container image publish workflow. No changes to AliasVault itself.

🐞 Bug Fixes

  • Publish task runner docker container image by @lanedirt in #450

Full Changelog: 0.9.0...0.9.1