From e520136653e7dd357a2956decaff088925e59d51 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Fri, 24 Nov 2017 13:33:12 +0300 Subject: [PATCH] Add changelog for 5.0.5 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c21327..aa4867b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,43 @@ # Change log +## 5.0.5 +### New Features +#### All Editor +* Added two types of restrictions for editing a document - OnlySignatures and View + +### Fixes +#### All Editors +* Fix red cross for images in some situations + +#### Spreadsheet Editors +* Fix `a.Se is not a function` error while opening file (bug #36344) +* Fix error with merge table colors +* Fix merge cells after apply table template (bug #36405) + +#### Presentation Editor +* Check buttons layout in reporter mode +* Disable scroll to target in selectwheel (empty selection) +* Fix applying image as background for several slides (bug #36399) +* Fix mouse slide scroll without change zoom (bug #28096) + +#### Plugins +* Fix calling plugins in non-tabbed interface [Docker-DocumentServer#84](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/84) +* Fix crash on unknown ole-object resize +* Yandex.Translate add progress bar + +#### x2t +* Fix colors schemes for table cells (bug #36322) +* Fix problem with image in footnote (bug #36380) + +#### Back-end +* Fix calculate connections. exclude view users + +#### deb +* Fix nodejs dependency (force NodeJS 6 LTS) + +#### Document Builder +* Service key size reduced to 20 characters +* Change HTTP error code from 403 to 402 in case of incorrect license + ## 5.0.4 ### Fixes #### All Editors