From 3b4a8b739a2d2a77d49d6c3f22e7d7294d938740 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 25 Feb 2021 19:19:41 +0530 Subject: [PATCH] updated changelog after merging the c branch --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ce38f14..b28175b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,21 +67,27 @@ * 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! + * fix filter/sort + * caused by the overly eager suppression of a modal + * add support for strict mode + * supports undo/redo + * [#195](https://github.com/xwiki-labs/cryptpad/issues/195) + * general improvements * offline mode for file app + * offline teams and team shared folder + * fix a bug: loss of access to shared folders + * related to access lists and the offline cache + * loss of access with pads loaded before the worker is ready * display subscribe button on home page if subscriptions are supported * display a home page notice via application_config.js via supplied HTML * link to our sponsors websites via their logos * debugging app * serverHash is included in the history of decrypted messages - * loss of access to shared folders - * related to access lists and the offline cache - * loss of access with pads loaded before the worker is ready - + * download whiteboard from the drive * scripts * separate archive deletion code from inactive pad removal