From 669d193e366298c4df491c548d7aa7a8a63ff6cc Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Tue, 27 Jul 2021 13:36:26 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c386c793..8f4c85d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,15 +10,19 @@ unlocked, for example because the executable (app bundle or Python) has an invalid signature. * Improved error messages on startup for the macOS app bundle. -* Improved error message in CLI when setting a config value fails because the new value - has the wrong type. +* Improved error message in the CLI when setting a config value fails because the new + value has the wrong type. #### Fixed: -* Fixed a crash on startup when the log level is set to WARNING. +* Fixed a crash on startup of the daemon when the log level is set to WARNING. * Fixed an issue which could result in an unresponsive daemon during startup on macOS. * Fixed an issue which could result in the CLI or GUI to stall indefinitely if the daemon process is unresponsive. +* Fixed an issue in the macOS GUI where passing the "missing Dropbox folder" flow by + selecting a new location would lead to duplicate menu entries in the status bar menu. +* Fixed an issue where moving / removing the local Dropbox folder during a download + could lead to unhandled exceptions instead of useful error messages. #### Removed: