From 34f6b071b2fd905fd73b06fe92ea423d3fdeb234 Mon Sep 17 00:00:00 2001 From: samschott Date: Thu, 25 Aug 2022 21:29:12 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f793b65..0073eee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Fixes an error which would prevent running Maestral on Python 3.7. * Fixes a regression where the CLI command `maestral activity` would fail when run from a macOS app bundle. +* Fixes an issue where reauthorizing Maestral's Dropbox access could hang indefinately. ## v1.6.3 @@ -32,9 +33,9 @@ #### Changed: -* Improved error message for file names with incompatible characters that are rejected +* Improved error message for file names with incompatible characters that are rejected by Dropbox servers, e.g., emoji or slashes at the end of a file name. -* Capture Dropbox SDK logs in Maestral's log output. This will log which API endpoints +* Capture Dropbox SDK logs in Maestral's log output. This will log which API endpoints are called and any retries on errors or rate limiting. #### Fixed: