Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.3.0 source code.tar.gz | 2024-07-12 | 550.6 kB | |
0.3.0 source code.zip | 2024-07-12 | 692.3 kB | |
README.md | 2024-07-12 | 2.9 kB | |
Totals: 3 Items | 1.2 MB | 0 |
What's Changed
First stable release with E2E encryption fully integrated.
🚀 New Features
- Implement master password for login and basic encryption by @lanedirt in https://github.com/lanedirt/AliasVault/pull/48
- Fix docker build ef migrations by @lanedirt in https://github.com/lanedirt/AliasVault/pull/50
- Update docker-compose.build.yml (#49) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/51
- Move dotnet code style settings to .globalconfig (#52) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/53
- Change datamodel to be more dynamic and support client side encryption by @lanedirt in https://github.com/lanedirt/AliasVault/pull/56
- Move AliasClientDb project to correct folder (#61) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/62
- Add missing store calls (#59) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/64
- Add encryption key check to generic PageBase (#60) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/65
- Add unlock page redirect test (#60) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/66
- Change port assignment logic (#67) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/68
- Add client side database sync indicator to UI by @lanedirt in https://github.com/lanedirt/AliasVault/pull/71
- Implement vault changebackup history logic on server by @lanedirt in https://github.com/lanedirt/AliasVault/pull/75
- Abstract Login and Unlock duplicated logic (#63) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/76
- Refactor CRUD pages to local SQLite model by @lanedirt in https://github.com/lanedirt/AliasVault/pull/79
- Add CSV import/export and DB loader (#84) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/86
- Add attachment uploader/viewer component (#81) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/87
- Generic refactoring, delete unused files, folder restructuring (#83) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/90
- Add versioning support to local sqlite implementation with local upgrade paths by @lanedirt in https://github.com/lanedirt/AliasVault/pull/91
- Fix username field value by @lanedirt in https://github.com/lanedirt/AliasVault/pull/94
- Add timeout to favicon extraction (#95) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/96
- Add favicon extract timeout by @lanedirt in https://github.com/lanedirt/AliasVault/pull/97
- Rename email prefix to email field and refactor logic (#98) by @lanedirt in https://github.com/lanedirt/AliasVault/pull/99
- Update readme instructions by @lanedirt in https://github.com/lanedirt/AliasVault/pull/103
Full Changelog: https://github.com/lanedirt/AliasVault/compare/0.2.0...0.3.0