Releases: jksalcedo/PassVault
Releases Β· jksalcedo/PassVault
v1.3.1
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- refactor: Relocate enums to a dedicated package by @jksalcedo in #125
- Enhance UI by @jksalcedo in #126
- Fix bug backup copies by @jksalcedo in #127
- Detailed import status by @jksalcedo in #128
- Enhance category management UI by @jksalcedo in #129
- Implement bottom appbar by @jksalcedo in #130
- Improve settings ux by @jksalcedo in #131
- Implement themes and dynamic themes by @jksalcedo in #132
- Implement themes and dynamic themes by @jksalcedo in #133
- Implement themes and dynamic themes by @jksalcedo in #134
- fix(UI): Correct FAB position and fix settings crash by @jksalcedo in #137
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Full Changelog: v1.2.0...v1.2.1
Hotfix
- fix fab layout gravity when not in bottom appbar
- fix crashing on settings screen caused by incorrect namespace declaration on preference root
v1.2.0
Features
- (UI) Refactor Chip creation and update styling
- (settings) Add setting for number of backup copies
- (import) Introduce detailed import status report
- (UI) Introduce optional Bottom App Bar
- (UI) Implement Theme and Dynamic Color options
Refactor
- Relocate enums to a dedicated package
- (UI) Convert Manage Categories Dialog to BottomSheet
- (Settings) Reorganize settings into categories
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Fix/validation for email & url by @jksalcedo in #98
- Fix/category color by @jksalcedo in #99
- Fix/missing email & url population in edit mode by @jksalcedo in #100
- Fix/typo in extra entry constant by @jksalcedo in #101
- feat: Add URL field to password entries by @jksalcedo in #102
- Fix/url click by @jksalcedo in #103
- Feature/filter by @jksalcedo in #104
- Password strength analyzer by @jksalcedo in #105
- Add entries sorting by @jksalcedo in #112
- Update README.md by @jksalcedo in #114
Full Changelog: v1.0.0...v1.1.0
v1.0.0
- Add URL field to password entries
- Pre-fill email and URL fields on edit
- Add email and URL validation
- Add button to open URL in browser
- Add category filter functionality
- Add category filter, and other enhancements
- Add password strength analyzer
- Improve export/import robustness and add Keystore validation
- Add sorting functionality for password entries
Full Changelog: v0.9.1...v1.0.0
v1.0.0-beta01
PLEASE REPORT BUGS/ISSUES
Features
- Add categories
- Add URL field
- Add Email field
Improvements
- Entry fields
- Some UIs
Full Changelog: v0.9.1...v1.0.0-beta01
v0.9.1
Bug Fixes
- Prevent UnlockActivity from showing on a finishing activity
- Improve null safety and handling of empty data
- Enhance auto-lock feature
Refactor
- Remove automatic last backup time update
- Improve password generator dialog behavior
Miscellaneous Tasks
- Fix typo in UnlockActivity filename
I FORGOT TO BUMP VERSION AND VERSION CODE FOR 0.9.0
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Add search functionality by @jksalcedo in #90
- Add Password generator to main screen in #91
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Update README with additional sections by @jksalcedo in #70
- Update README.md by @jksalcedo in #72
- Enhance backup encryption with Argon2 and refactor restart logic by @jksalcedo in #73
- Changelog by @jksalcedo in #74
- Add KDoc comments to classes and public methods by @jksalcedo in #79
- Update security section in README by @jksalcedo in #80
- Refactor import/export to use plain text passwords by @jksalcedo in #81
- Simplify APK artifact path in release workflow by @jksalcedo in #82
- Add alert dialog when exporting unencrypted backups #88
Full Changelog: v0.7.1...v0.8.0