mirror of
https://github.com/samschott/maestral.git
synced 2024-11-11 11:36:35 +03:00
changelog and version bump
This commit is contained in:
parent
7519b29f9b
commit
2843e65e34
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
||||
### v0.4.1
|
||||
|
||||
#### Changed:
|
||||
|
||||
- Timeout connection check after 1 sec. This improves how quickly Maestral notices that
|
||||
there is not connection to Dropbox servers.
|
||||
|
||||
#### Fixed:
|
||||
|
||||
- Catch unexpected exceptions in sync threads.
|
||||
|
||||
### v0.4.0
|
||||
|
||||
Main changes are:
|
||||
|
@ -5,6 +5,6 @@ Created on Wed Oct 31 16:23:13 2018
|
||||
|
||||
@author: samschott
|
||||
"""
|
||||
__version__ = "0.4.0"
|
||||
__version__ = "0.4.1-dev"
|
||||
__author__ = "Sam Schott"
|
||||
__url__ = "https://github.com/SamSchott/maestral"
|
||||
|
Loading…
Reference in New Issue
Block a user