maestral/CHANGELOG.md

23 lines
924 B
Markdown
Raw Normal View History

2019-06-25 14:25:26 +03:00
### v0.1.2-dev1
_Changes:_
2019-06-25 14:16:51 +03:00
- Detect color of system tray and invert icon color automatically if not on macOS.
- Added new command line option 'autostart'.
- Shut down immediately and kill threads instead of waiting for timeout.
2019-06-24 18:59:33 +03:00
- Do not upload files that have identical content on Dropbox. Previously: files were
always uploaded and conflict checking was left to do by the Dropbox server.
_Fixes:_
- Fixed a bug that would prevent Maestral from quitting if the setup dialog is aborted.
2019-06-25 14:16:51 +03:00
- Fixed a bug that would cause Maestral to crash during the setup dialog when switching
multiple times between the "Select Folders to Sync" and "Select Dropbox location" panes.
- Fixed a bug which would cause uploads that are split into multiple chunks to fail.
2019-06-23 19:34:47 +03:00
### v0.1.1 (2019-06-23)
_Fixes:_
2019-06-25 14:16:51 +03:00
- Fixes an issue which would prevent newly created empty folders from being synced.
- Remove references to conda in startup script.