mirror of
https://github.com/samschott/maestral.git
synced 2024-11-11 11:36:35 +03:00
efd47fa62c
Fixed a bug which would cause file uploads in chunks to fail due to a badly formatted time stamp.
842 B
842 B
v0.1.2-dev0
Changes:
- Added new command line option 'autostart'.
- Shut down immediately and kill threads instead of waiting for timeout.
- 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.
- Fixed a bug that would cause Maestral to crash during the setup dialog when swtiching 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.
v0.1.1 (2019-06-23)
Fixes:
- Fixes an issue which would prevent newly created empty folders from beeing synced.
- Remove references to conda in startup script.