| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.4.0 source code.tar.gz | 2024-08-05 | 998.8 kB | |
| 0.4.0 source code.zip | 2024-08-05 | 1.2 MB | |
| README.md | 2024-08-05 | 2.5 kB | |
| Totals: 3 Items | 2.2 MB | 0 | |
What'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