From 5a87388a8afa040b6a2803c7e4e817ac44dd0a3e Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 19 Feb 2021 13:46:28 +0530 Subject: [PATCH] update changelog with latest review --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d4d8a9b..0b441eeff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ * OnlyOffice sheets * use configured language from CryptPad * fix a sorting issue caused by the overly eager suppression of a modal + * support multiple locks per-user + * not backwards compatible... restart server when updating! * rich text * use white background for rich text documents even in dark mode * display button to adjust document width inline instead of in toolbar @@ -32,17 +34,23 @@ * autocomplete dropdown styles weren't applied * notifications bell now uses same text color as toolbar title * filepicker background color -* chat colors - * in pads - * in the contacts app +* chat: + * colors + * in pads + * in the contacts app + * spinner + * correctly hidden when the chat finishes initializing + * caused by insufficient selector specificity * server updates * `npm i` to get latest dependencies * messages are not acknowledged or broadcast until they have been validated and written to the disk * see [#553](https://github.com/xwiki-labs/cryptpad/issues/553) - * optimized GET_OLDER_HISTORY + * ~~optimized GET_OLDER_HISTORY~~ + * removed, presumably due to a bug * debugging app * serverHash is included in the history of decrypted messages * link to the docs from the support page's ticket creation interface +* completion of unowned uploads was broken by a change introduced in late december # 4.1.0 (B)