Skip to content

Releases: Akulav/OfflinePasswordManager

SeePass - V7.1.1

27 Aug 21:02

Choose a tag to compare

  1. Importing and Exporting data now work properly
  2. Correct hash is now displayed in the settings menu
  3. Bumped version number

!!! Before installing the new version remember to export your data, otherwise it will be lost !!!

SeePass - V7.1.0

13 Aug 21:10

Choose a tag to compare

!!! PROPER INSTALLER FINALLY !!!

  1. All missing DLL bugs were fixed
  2. Separated methods into multiple classes for easier maintenance
  3. Optimized Login sequence
  4. Encryption key now obfuscated into memory
  5. Updated version
  6. Version label now takes data from JSON
  7. Fixed account deletion bugs
  8. Added a proper installer
  9. Optimized account deletion sequence
  10. Laid groundwork for auto-update feature

KNOWN BUGS

  1. Exporting data doesn't work if you opened ViewData window
  2. Using a non-numeric PIM number will not trigger error message during account creation

SeePass - V7.0.0

12 Aug 15:55

Choose a tag to compare

!!! MAJOR RELEASE !!! (Not backwards compatible)

  1. Encryption vector is reused for the same user, but random for any new one
  2. Optimized vector creation and retrieval
  3. Login data, theme and timeout settings now stored in JSON
  4. Improved ViewData UI
  5. Optimized ViewData speed
  6. Closed all open connection to the db when not needed
  7. Old Data deletion now done in 10 cycles with pseudorandom data
  8. Removed all app data settings
  9. Code Refactor
  10. Minor fixes and optimizations

KNOWN ISSUES:

  1. Exporting data fails if ViewData was invoked. (for now go straight to export when starting the application)
  2. ViewData is still slow for large data sets

SeePass - V6.2.0

11 May 22:41

Choose a tag to compare

Optimizations and visual changes

  1. Reduced round corners memory footprint
  2. Improved overall dark mode visuals
    (make sure dll files are in the same folder as the application)

SeePass - V6.1.0

05 May 18:20

Choose a tag to compare

  1. Fixed configuration tab wrong text
  2. Combined both databases into one (Not backwards compatible)
  3. Optimized internal user check
  4. Reduced Main Form memory footprint
  5. Optimized data initialization
  6. Optimized data erase
  7. Optimized internal pathing
  8. The application now has rounded corners (as per windows 11 design)

Full Changelog: 6.0.1...6.1.0

SeePass - V6.0.1

05 May 00:52

Choose a tag to compare

  1. Fixed secure erase not working properly
  2. Simplified internal pathing
  3. Main directory now also gets deleted when data is erased
  4. Bumped erase key to 64 (previously 24)

SeePass - V6.0.0

03 May 23:50

Choose a tag to compare

Major Release!!!

Changelog:

  1. Removed useless user detection flag
  2. Better user check
  3. Removed not working form settings
  4. Better input sanitation + better error outputs
  5. Improved memory footprint of login form
  6. Further input checks will not be triggered if a previous field returned an error
  7. Optimized PIM parse logic
  8. Refactored code
  9. (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

14 Mar 01:09

Choose a tag to compare

  1. Major speed improvement when deleting data. No longer reloads entire form
  2. Better theme change system
  3. Fixed internal issues and small code improvements.

SeePass - V5.0.0

12 Mar 03:13

Choose a tag to compare


Major Release!!!

  1. Significant Code Cleanup for better maintenance
  2. Each entry in the db has its own encryption vector
  3. Made more efficient clock in main form
  4. Removed FullSize Button
  5. MasterKey Generation changed (not backwards compatible)
  6. Added hash checker to config menu (if hashes are not the same, the application is compromised or is old
  7. Removed old unused files, settings, code
  8. Now the app requires the dll files from the zip to work, will make an installer later
  9. Reduce memory footprint by almost half

SeePass - V4.0.1

10 Jan 17:48

Choose a tag to compare

!!! IMPORTANT !!!
USE THE APP ON DESKTOP!

Small Bug Fixes and Codebase improvements:

  1. Fixed Theme not working on deleting an entry in ViewData
  2. MainForm Removed importing DLL
  3. Create Data UI Tweaked
  4. Config Removed 2 useless Labels
  5. Removed Unused import on Utilities class
  6. Fixed name violations
  7. Renamed internal project name