Releases: lanedirt/AliasVault
0.11.1
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
🧩 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
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
- Add email attachment support by @lanedirt in #524
- Make duplicate email warning log more readable by @lanedirt in #536
🐞 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
- Bump coverlet.collector from 6.0.2 to 6.0.3 by @dependabot in #519
- Bump coverlet.msbuild from 6.0.2 to 6.0.3 by @dependabot in #518
- Bump NUnit.Analyzers from 4.5.0 to 4.6.0 by @dependabot in #528
New Contributors
- @eltociear made their first contribution in #521
Full Changelog: 0.10.3...0.11.0
0.10.3
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
Full Changelog: 0.10.2...0.10.3
0.10.2
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
Full Changelog: 0.10.1...0.10.2
0.10.1
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
Full Changelog: 0.10.0...0.10.1
0.10.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 #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
- Bump NUnit from 4.3.0 to 4.3.1 by @dependabot in #490
- Bump NUnit.Analyzers from 4.4.0 to 4.5.0 by @dependabot in #489
- Bump HtmlAgilityPack from 1.11.71 to 1.11.72 by @dependabot in #501
- Bump NUnit from 4.3.1 to 4.3.2 by @dependabot in #502
Full Changelog: 0.9.4...0.10.0
0.9.4
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
🧩 Dependencies Updates
- Bump MimeKit from 4.8.0 to 4.9.0 by @dependabot in #471
- Bump MailKit from 4.8.0 to 4.9.0 by @dependabot in #472
- Bump Serilog and Serilog.Settings.Configuration by @dependabot in #473
- Bump NUnit from 4.2.2 to 4.3.0 by @dependabot in #476
- Bump NUglify from 1.21.10 to 1.21.11 by @dependabot in #477
- Bump Swashbuckle.AspNetCore from 7.1.0 to 7.2.0 by @dependabot in #475
Full Changelog: 0.9.3...0.9.4
0.9.3
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