maestral/CHANGELOG.md
Sam Schott efd47fa62c bug fix
Fixed a bug which would cause file uploads in chunks to fail due to a badly formatted time stamp.
2019-06-24 22:12:13 +01:00

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.