Skip to content

Releases: I-SpiTfire-U/Account-Storage

Version 3.0.1

16 Oct 03:01
Compare
Choose a tag to compare

Changes

  • Fixed a really dumb bug that caused edited accounts to just up and break for some reason.

Version 3.0.0 (The Encryption Update)

06 Oct 07:03
Compare
Choose a tag to compare

Changes

  • Added an actual encryption system that requires the user to save a key and iv value in order to decrypt their accounts as opposed to the weird crappy system that I had in place before.
  • Optimized a few things and added the ability to import account files from older versions of Account Storage as they are different.
  • Made the main menu a little bit better by renaming some of the options.

If you find any bugs or have any advice for what to add next, feel free to submit an issue on the issues tab! :3

Version 2.2.0

04 Oct 20:41
Compare
Choose a tag to compare

Changes

  • Added the ability to choose how long randomly generated passwords are.
  • Updated the codebase a lot and optimized some things.
  • Fixed an issue with file saving that would cause the account list file to randomly be recreated.

Version 2.1.1

17 Sep 21:42
Compare
Choose a tag to compare

Changes

  • Added a small number display next to the controls that shows how many accounts are currently displayed/loaded.

Version 2.1.0

29 Aug 23:31
Compare
Choose a tag to compare

Changes

  • Fixed a small bug where the '-' character would be changed to a space when decrypting/encrypting.
  • Added the ability to set a location for the account file to be stored instead of forcing it be in the same spot as the executable

Version 2.0.0

29 Aug 21:28
Compare
Choose a tag to compare

Changes

  • Fixed an issue where deleting one account would delete two for some reason.
  • Completely rewrote a big portion of the program to optimize certain aspects and add protection for saved accounts.
  • Changed the controls for the program to an easy to learn set of keys that only requires one hand.

Releases

  • Added a native win-x86 build
  • Added more Linux builds as opposed to just the x64 and arm64 builds
  • Added builds for MacOS

Version 1.1.1

24 Mar 20:12
Compare
Choose a tag to compare

Fixed an issue where the program would crash upon putting a non-existent account name or term into the account search.

Version 1.1.0

26 Feb 21:35
Compare
Choose a tag to compare

Removed the save option on the main menu and added an auto-save feature instead.
Changed the way that creating or editing accounts works.
Changed the info bar on the bottom to show different text for the escape key based upon what menu you're on.
Optimized the entire program and removed unnecessary code.

Version 1.0.0

10 Feb 17:40
Compare
Choose a tag to compare

This is the first release of Account Storage with all of the necessary features to store and manage your account information.