Skip to content

Release 1.0.21

Choose a tag to compare

@AstroZer01 AstroZer01 released this 30 Jul 01:10
· 97 commits to main since this release

Features and UI updates:

  • Added a "close to tray" setting. If you toggle this on, clicking the X button will minimize the app to the windows tray instead of killing it. You can quit it from the tray menu.
  • Left clicking the tray icon now opens the app.
  • Updated the tray menu to match our dark theme and styling.
  • Added the current app version to the bottom of the settings page.
  • Updated the main application icon to the new design.

Code and build fixes:

  • Fixed a bunch of compilation warnings by updating old .NET framework code to modern .NET 8 standards (e.g., adding explicit SupportedOSPlatform tags, fixing unawaited webview task calls, and replacing obsolete methods).
  • Updated the encryption logic to use Aes instead of RijndaelManaged. (this is fully backwards compatible with older maFiles so your accounts are safe).
  • Swapped out the old WebClient update checker for HttpClient.

If you are updating, just extract this over your old folder. Your accounts and settings will load normally.

Full Changelog: 1.0.20...1.0.21