AliasVault
Privacy-first password manager with a built-in email alias generator
Alternative to: 1password, bitwarden, simplelogin, firefox relay
About
Versions (77)
0.4.0
2024-08-05Whatβs Changed
This release includes the following major milestones:
- Local SMTP server with private temp email support, fully E2E encrypted.
- Admin panel for user management, vault/email statistics, database logging, service monitoring and start/stop controls.
- Various other improvements.
π New Features
- Add AliasVault.SmtpService scaffolding by @lanedirt in https://github.com/lanedirt/AliasVault/pull/114
- Make SmtpServer save emails to database by @lanedirt in https://github.com/lanedirt/AliasVault/pull/115
- Add integration test for email smtp service by @lanedirt in https://github.com/lanedirt/AliasVault/pull/116
- Update docker-compose.yml to include database volume for SmtpService by @lanedirt in https://github.com/lanedirt/AliasVault/pull/119
- Add SmtpService health check to Github Action after docker build (#111) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/120
- Add blazor server admin project for user and smtp management by @lanedirt in https://github.com/lanedirt/AliasVault/pull/123
- Fix bug in install.sh (#113) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/131
- Add user vault statistics to admin app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/132
- Add cache busting to admin app by @lanedirt in https://github.com/lanedirt/AliasVault/pull/134
- Add email encryption, add UI to client wasm application for local and external email by @lanedirt in https://github.com/lanedirt/AliasVault/pull/138
- Fix while loop high CPU usage bug by @lanedirt in https://github.com/lanedirt/AliasVault/pull/140
- Client UI tweaks to email and password fields by @lanedirt in https://github.com/lanedirt/AliasVault/pull/147
- Admin dashboard tweaks by @lanedirt in https://github.com/lanedirt/AliasVault/pull/149
- Improve email popup window mechanism by @lanedirt in https://github.com/lanedirt/AliasVault/pull/152
- Add client settings page with preference for default domain and auto email refresh by @lanedirt in https://github.com/lanedirt/AliasVault/pull/153
- Add e2e test with two users trying to claim the same email by @lanedirt in https://github.com/lanedirt/AliasVault/pull/154
π Bug Fixes
- Fix SMTP Dockerfile permissions by @lanedirt in https://github.com/lanedirt/AliasVault/pull/122
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.3.0β¦0.4.0