From 840a52240ee3b85b21a94e2e84fdaa3a9a95657c Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 12 Apr 2021 17:46:56 +0530 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e259287e..0d1c2d4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ * display users cursor colors in the toolbar next to their name * handle errors when migrating in embed mode * change the method we use to lock the whole sheet since OnlyOffice changed their internal API's behaviour + * **soft release of OnlyOffice presentations and docs** + * if you've been using them, tell your users to export them before they break + * we still don't recommend that you use either editor! * bad channel IDs stored in your drive or accessed via bad links (corrupted somehow) * don't try to join invalid channels * don't try to get their metadata @@ -23,6 +26,9 @@ * remove HTML from most translations * localize links to the docs where a translation exists * remove redundant link from OpenCollective popup +* guard against a type error when copying a pad in nodrive mode +* warn premium users that their subscription won't be cancelled automatically when they delete their account +* implement admin-broadcast features # 4.3.1 @@ -32,7 +38,7 @@ This minor release addresses some bugs discovered after deploying and tagging 4. * Our 4.2.0 update introduced a new internal format for spreadsheets which broke support for spreadsheet templates using the older format. This release implements a compatibility layer. * We fixed some minor bugs in our rich text editor. Section links in the table of contents now navigate correctly. Adding a comment to a link no longer prevents clicking on that link. * A race condition that caused poll titles to reset occasionally has been fixed. -* We've added a little bit of telemetry to tell our server when a newly registered user opens the new user guide which is automatically added to their drive. We're considering either rewriting or removing this guide, so it's helpful to be able to determine how often people actually read it. +* We've added a little bit of telemetry to tell the application server when a newly registered user opens the new user guide which is automatically added to their drive. We're considering either rewriting or removing this guide, so it's helpful to be able to determine how often people actually read it. * An error introduced in 4.3.0 was preventing the creation of new teams. It's been fixed. * 4.3.0 temporarily broke the sheet editor for iPad users. Migrations to a new internal format that were run while the editor was in a bad state produced some invalid data that prevented sheets from loading correctly. This release improves the platforms ability to recover from bad states like this and improves its ability to detect the kind of errors we observed.