Releases: Akulav/OfflinePasswordManager
Releases · Akulav/OfflinePasswordManager
SeePass - V7.1.1
SeePass - V7.1.0
!!! PROPER INSTALLER FINALLY !!!
- All missing DLL bugs were fixed
- Separated methods into multiple classes for easier maintenance
- Optimized Login sequence
- Encryption key now obfuscated into memory
- Updated version
- Version label now takes data from JSON
- Fixed account deletion bugs
- Added a proper installer
- Optimized account deletion sequence
- Laid groundwork for auto-update feature
KNOWN BUGS
- Exporting data doesn't work if you opened ViewData window
- Using a non-numeric PIM number will not trigger error message during account creation
SeePass - V7.0.0
!!! MAJOR RELEASE !!! (Not backwards compatible)
- Encryption vector is reused for the same user, but random for any new one
- Optimized vector creation and retrieval
- Login data, theme and timeout settings now stored in JSON
- Improved ViewData UI
- Optimized ViewData speed
- Closed all open connection to the db when not needed
- Old Data deletion now done in 10 cycles with pseudorandom data
- Removed all app data settings
- Code Refactor
- Minor fixes and optimizations
KNOWN ISSUES:
- Exporting data fails if ViewData was invoked. (for now go straight to export when starting the application)
- ViewData is still slow for large data sets
SeePass - V6.2.0
Optimizations and visual changes
- Reduced round corners memory footprint
- Improved overall dark mode visuals
(make sure dll files are in the same folder as the application)
SeePass - V6.1.0
- Fixed configuration tab wrong text
- Combined both databases into one (Not backwards compatible)
- Optimized internal user check
- Reduced Main Form memory footprint
- Optimized data initialization
- Optimized data erase
- Optimized internal pathing
- The application now has rounded corners (as per windows 11 design)
Full Changelog: 6.0.1...6.1.0
SeePass - V6.0.1
- Fixed secure erase not working properly
- Simplified internal pathing
- Main directory now also gets deleted when data is erased
- Bumped erase key to 64 (previously 24)
SeePass - V6.0.0
Major Release!!!
Changelog:
- Removed useless user detection flag
- Better user check
- Removed not working form settings
- Better input sanitation + better error outputs
- Improved memory footprint of login form
- Further input checks will not be triggered if a previous field returned an error
- Optimized PIM parse logic
- Refactored code
- (NEW FEATURE) Added a timeout timer. If the application is minimized or unfocused, it will log you out (default 2s). Timer can be changed in config page.
SeePass - V5.1.0
- Major speed improvement when deleting data. No longer reloads entire form
- Better theme change system
- Fixed internal issues and small code improvements.
SeePass - V5.0.0
Major Release!!!
- Significant Code Cleanup for better maintenance
- Each entry in the db has its own encryption vector
- Made more efficient clock in main form
- Removed FullSize Button
- MasterKey Generation changed (not backwards compatible)
- Added hash checker to config menu (if hashes are not the same, the application is compromised or is old
- Removed old unused files, settings, code
- Now the app requires the dll files from the zip to work, will make an installer later
- Reduce memory footprint by almost half
SeePass - V4.0.1
!!! IMPORTANT !!!
USE THE APP ON DESKTOP!
Small Bug Fixes and Codebase improvements:
- Fixed Theme not working on deleting an entry in ViewData
- MainForm Removed importing DLL
- Create Data UI Tweaked
- Config Removed 2 useless Labels
- Removed Unused import on Utilities class
- Fixed name violations
- Renamed internal project name