Skip to content

Maestral v0.4.3

Compare
Choose a tag to compare
@samschott samschott released this 02 Nov 11:55
dcecf94

This release focuses on UI fixes and improvements.

Fixed:

  • Fixes a bug which would prevent periodic update checks from running.
  • Fixes an issue where the system tray icon would not be displayed on Qt 5.13.1 with enabled HighDpi support.
  • Fixes an issue which would prevent system tray icons from loading on Gnome 3.
  • Fixes and issue which would prevent macOS binaries from running due to the team ID missing in the a code-signing certificate. Note that, even though the macOS binary is code-signed, the certificate is not from Apple's Developer Program. Therefore, to run the app, you will have to "right-lick -> Open".

Changed:

  • Tweaked system tray icon design.
  • Use NSUserNotificationCenter when running from Python outside of an app bundle.

Removed:

  • Removed automatic detection of Gnome screen scaling factors because it caused problems on a few desktop environments. Set the environment variable QT_SCREEN_SCALE_FACTORS instead to enable it manually if required.