updated CHANGELOG and released v0.4.3-dev1

This commit is contained in:
Sam Schott 2019-10-28 14:39:04 +00:00
parent f00d7ee20a
commit 1851deb238
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@
- 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 due to
enabled HighDpi support.
- Fixes an issue which would prevent system tray icons from loading on Gnome 3.
#### Removed:
- Removed explicit support for HighDpi scaling. Set the environment variable

View File

@ -5,6 +5,6 @@ Created on Wed Oct 31 16:23:13 2018
@author: samschott
"""
__version__ = "0.4.3-dev0"
__version__ = "0.4.3-dev1"
__author__ = "Sam Schott"
__url__ = "https://github.com/SamSchott/maestral"