This minor release addresses some bugs discovered after deploying and tagging 4.3.0
This minor release addresses some bugs discovered after deploying and tagging 4.3.0
* better isLoggedIn() check
* We found that some browser extensions interfered with checks to determine whether a registered user was correctly logged in, which resulted in some disabled functionality. If you are running extensions that actively delete the tokens that keep you logged your session should now stay alive until you close all its active tabs, after which you will have to log back in.
* fix templates in sheets
* 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.
* include onlyOffice version along with checkpoint hashes
* 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.
* send feedback when opening the readme
* A race condition that caused poll titles to reset occasionally has been fixed.
* so we can decide whether to remove it
* 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.
* handle decryption errors for blobs
* An error introduced in 4.3.0 was preventing the creation of new teams. It's been fixed.
* prompted by a badly formed sheet checkpoint
* 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.
* fix broken team creation
* CKEditor
* broken table of contents scrollTo
* show the link bubble for links inside of comments