This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Releases: JustWhit3/key-manager
Releases · JustWhit3/key-manager
1.1.0
Updates
- Added clang-format setup to build system.
- Minor improvements in build system.
- Added compiler versions tests.
- Updates in the encryption system: increase the length of the generated key from 100 to 256 bits, other minor updates.
Bugs fixing
- Added fixed value to window height, otherwise the widgets would have been bugged.
- Minor bugs fixing in objects positions.
1.0.0
New features
- Added number of total stored passwords in the password manager state.
- Added “confirm” button in the login state.
- Added animations.
Updates
- Encryption and decryption class updated by using crypto++ external library.
- General improvements on buttons style.
- App filesystem update.
- Build system update.
0.3.1
New features
- Added a new state to retrieve specific password information, directly from the password manager state.
Updates
- Added a new password manager button for each password to reach the specific password information state.
- Minor updates in password manager state.
Bugs fixing
- Minor bugs fixing.
0.3.0
New features
- Added metadata information on the left side of the menu state.
- Added full support to all the 3 main OSs (Ubuntu, MacOS and Windows).
Updates
- Login state style update.
- Password generator state style update.
- Set password state style update.
- Menu state style update.
- Build system update (added Qt installation step).
Bugs fixing
- Corrected the error label position in the password generator state. Before it was overlapping with the rectangle decorator.
- Fixed a bug in save button machinery of the password manager state.
- Minor bugs fixing.