removed dates from changelog

This commit is contained in:
Sam Schott 2020-04-02 21:47:16 +01:00
parent ff8497d121
commit ddf3acd43f

View File

@ -18,14 +18,14 @@
other storage implementing the Secret Service API can be found. A warning is shown when
plain text storage is used.
- Settings and setup windows are no longer always kept on top in Linux.
- `maestral start --foreground` no longer prints log messages to stdout by default.
- `maestral start --foreground` no longer prints log messages to stdout by default.
#### Fixed:
- Properly handle errors when moving files, for instance for sync conflicts.
- Fixes an issue where some files could accidentally become un-indexed, resulting in
incorrect conflict resolution.
- Fixes an issue with macOS app bundles where the migration of configuration files was
- Fixes an issue with macOS app bundles where the migration of configuration files was
omitted after an update. This would result in a failure to start the daemon.
## v0.6.3
@ -601,7 +601,7 @@ bug fixes and small tweaks to the UI.
- No longer install a script "maestral-gui". Use "maestral gui" instead.
## v0.3.1 (2019-08-14)
## v0.3.1
#### Fixed:
@ -610,7 +610,7 @@ bug fixes and small tweaks to the UI.
[https://bugs.python.org/issue1692335#msg310951](https://bugs.python.org/issue1692335#msg310951)
for a discussion).
## v0.3.0 (2019-08-14)
## v0.3.0
This release includes several significant changes. The largest are:
@ -660,7 +660,7 @@ The detailed list of changes is:
- Fixed handling of `ListFolder` errors. Those will only occur when the user gives an
incorrect folder name to list and will (hopefully) never be caused my Maestral itself.
## v0.2.6 (2019-08-08)
## v0.2.6
This release fixes a critical bug which would cause Maestral to get stuck after the
initial sync. This does not affect users who have already performed the initial sync
@ -681,7 +681,7 @@ with a previous version of Maestral.
- Fixes an issue in macOS where modal dialogs in the settings window would sometimes
appear behind the window instead of in front of it.
## v0.2.5 (2019-08-07)
## v0.2.5
This release fixes several sync issues which could occur when the internet connection is
lost during a sync. It also notifies the user if Maestral's access to their Dropbox has
@ -711,7 +711,7 @@ been revoked.
- Fixed an issue where errors from `requests` would inadvertently get caught instead of
being raised.
## v0.2.4 (2019-08-05)
## v0.2.4
This version mainly improves the appearance and responsiveness of the GUI specifically on
Linux platforms with a Gnome desktop. It also introduces a dialog to handle a deleted or
@ -737,7 +737,7 @@ moved Dropbox folder.
- Fixed missing line-breaks in the traceback shown by the error dialog.
- Updated console scripts to reflect changes in MaestralMonitor and MaestralApiClient.
## v0.2.3 (2019-07-22)
## v0.2.3
This release mainly fixes crashes of the setup dialog and contains tweaks to the UI.
@ -755,7 +755,7 @@ This release mainly fixes crashes of the setup dialog and contains tweaks to the
- Fixed a bug which could cause Maestral to crash during the setup dialog, immediately
after user authentication.
## v0.2.2 (2019-07-19)
## v0.2.2
#### Added:
@ -781,7 +781,7 @@ This release mainly fixes crashes of the setup dialog and contains tweaks to the
- Fixed a bug which would prevent some error dialogs from being shown to the user.
- Fixed a bug which would cause the setup dialog to crash after linking to Dropbox.
## v0.2.1 (2019-07-18)
## v0.2.1
#### Changed:
@ -797,7 +797,7 @@ This release mainly fixes crashes of the setup dialog and contains tweaks to the
- Fixes a bug which would prevent Meastral from starting on login: the correct startup
script is now called.
## v0.2.0 (2019-07-17)
## v0.2.0
#### Major changes
@ -871,7 +871,7 @@ This release mainly fixes crashes of the setup dialog and contains tweaks to the
- Fixed a bug which would cause Maestral to crash when clicking "Choose folders to sync..."
while Maestral cannot connect to Dropbox servers.
## v0.1.2 (2019-06-25)
## v0.1.2
#### Added:
@ -894,7 +894,7 @@ This release mainly fixes crashes of the setup dialog and contains tweaks to the
- 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.
## v0.1.1 (2019-06-23)
## v0.1.1
#### Fixed: