Release 1.0.21
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
SupportedOSPlatformtags, 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