Skip to content

SafeNotes v1.3.7

Choose a tag to compare

@Thymester Thymester released this 13 Apr 02:42
· 16 commits to main since this release
3acc511

IMPORTANT

Download the ZIP file if this is your first time using SafeNotes; the EXE file is for auto updates.

Major Release:

This will be the last and FINAL time the hands of version control will reset your user data.

This is one of the most significant updates SafeNotes has ever had; we have overhauled SafeNotes and redone the entire backend on how SafeNotes loads and saves settings and journal entries. This was all to create a more streamlined version control that does not mess up your entries; just be sure to import the automatically exported entries and keep the same password as before the update in case your entries do get removed.

  1. Completely overhauled how settings save and apply.
    SafeNotes no longer uses the built-in WinForms settings directory. We have implemented a separate JSON file that loads settings from appsettings.json within the SafeNotes leading directory.
  2. Implemented a backup method when SafeNotes automatically updates.
    A. This method requires you to know what password was set when these entries were automatically exported, and thus means if your password resets on update, you must reuse that password to recover these entries.
    B. The automatic backup will export your entries into the SafeNotes executable file directory.
  3. Fix a bug where SafeNotes can go into an endless cycle of calling the MainForm_FormClosing method.
  4. Added the ability to import & export entries.
  5. If an entry is not decrypted and errors out, the entry will be removed from your SafeNotes entries list.
  6. Fixed a bug where SafeNotes would double save entries into the application settings.
  7. Added more support for Password Managers; we doubled the number supported. NOTE: Just because it is not "supported" does not mean you can not save your password yourself. Our system just automatically detects that the password manager is installed on your system.
  8. Various other minor bug fixes and quality of life updates.

Full Changelog: v1.3.6...v1.3.7