updated changelog

This commit is contained in:
Sam Schott 2020-04-06 12:30:43 +01:00
parent 41419906c6
commit 6492d7ebad

View File

@ -3,13 +3,17 @@
#### Changed:
- Faster detection of connection problems.
- Improved handling of insufficient disk space.
- Bumped watchdog requirement to >= 10.0.0 for more consistent error handling.
#### Fixed:
- Fixes a minor issue where internet connection errors while resuming syncing could
result in continuous retries of the upload until the connection was finally established.
Instead, Maestral now pauses all syncing until a connection can be stablished.
- Fixes handling of errors when starting a file system watch such as inofify limit and
permission errors.
- Fixes handling of errors from too long file names.
- Fixes handling of some uncaught insufficient disk space errors.
#### Removed: