maestral/CHANGELOG.md

53 lines
2.1 KiB
Markdown
Raw Normal View History

2019-07-07 16:32:19 +03:00
### v0.1.3-dev2 (2019-07-07)
2019-07-01 20:28:18 +03:00
_Added:_
2019-07-07 16:32:19 +03:00
- Added progress messages for uploads and downloads, e.g., "Downloading 3/98...". These
are output as info messages and shown in the status field of the system tray menu.
2019-07-03 00:23:10 +03:00
- Added "Recently Changed Files" submenu to the system tray menu. "Recently Changed Files"
shows entries for the 30 last-changed files (synced folders only) and navigates to the
respective file in the default file manager when an entry is clicked.
2019-07-07 16:32:19 +03:00
_Changed:_
2019-07-08 14:51:29 +03:00
- Cleaned up some of the config module code: removed Spyder specific functions and
2019-07-07 16:32:19 +03:00
obsolete Python 2 compatibility.
2019-07-03 00:23:10 +03:00
_Fixed:_
2019-07-08 14:51:29 +03:00
- Fixed a bug which may result in a removed folder not being deleted locally if it
contains subfolders.
2019-07-08 14:51:29 +03:00
- Fixed a bug which would incorrectly list top level files as folders in the folder
selection dialogs.
- Truncate entries in the "Recently Changed Files" menu if their width exceeds 50 pixels.
2019-07-01 20:28:18 +03:00
2019-06-25 21:17:44 +03:00
### v0.1.2 (2019-06-25)
2019-07-01 20:28:18 +03:00
_Added:_
- Added new command line option 'autostart' to automatically start Maestral on login.
_Changed:_
2019-06-29 22:02:38 +03:00
- Limit notifications to remote changes only and only notify for changes in folders that
2019-07-01 20:28:18 +03:00
currently being synced, unless more than 100 files have changed.
2019-06-25 14:16:51 +03:00
- Detect color of system tray and invert icon color automatically if not on macOS.
- Shut down immediately and kill threads instead of waiting for timeout.
2019-06-25 21:17:44 +03:00
- Improve appearance of Settings window in GTK 3 style.
_Fixed:_
2019-06-25 21:17:44 +03:00
- Fixed a bug which would cause uploads to fail if they are split into multiple chunks.
- 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
2019-06-25 21:17:44 +03:00
multiple times between the "Select Folders to Sync" and "Select Dropbox location" panels.
2019-07-08 14:51:29 +03:00
- Do not upload files that have identical content on Dropbox. Previously: files were
2019-06-25 21:17:44 +03:00
always uploaded and conflict checking was left to do by the Dropbox server.
2019-06-23 19:34:47 +03:00
### v0.1.1 (2019-06-23)
_Fixed:_
2019-06-23 19:34:47 +03:00
2019-06-25 14:16:51 +03:00
- Fixes an issue which would prevent newly created empty folders from being synced.
2019-06-25 21:17:44 +03:00
- Remove references to conda in startup script.