From bdc53a4de27d0d479c15616aa6156c6b41f712ef Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 18 Jun 2020 13:33:08 +0300 Subject: [PATCH] Add changelog v5.5.4 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7427803f..82317814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Change log +## 5.5.4 + +### Fixes + +#### All Editors + +* Fix problems with AutoColor of shapes +* Fix problems with copy-paste images + +#### Document Editor + +* Fix bug with bookmark opening +* Fix bug resetting comment guid while opening +* Fix wrong 'undo'/'redo' state for 'comparing' mode + +#### Presentation Editor + +* Fix `List Settings` window on German (Bug #45417) + +#### Back-end + +* Remove `redis` as dependency for CommunityEdition + (it was not used, but required to install) +* Fix logrotate command for Fedora-based Linux ([DocumentServer#902](https://github.com/ONLYOFFICE/DocumentServer/issues/902)) +* JWT: Fix uploading encrypted image +* Fix problem with forced save and embedding mode (Bug #45406) +* Fix unexpected commands in collaboration editing +* Fix sending Redis custom option (Commerical Version Only) ([DocuemntServer#764](https://github.com/ONLYOFFICE/DocumentServer/issues/764)) + +#### Plugins + +* Fix `GetCurrentContentControlPr` method + +#### x2t + +* Fix missing page numbers for rtf -> docx (Bug #45439) +* Fix table width for rtf -> docx (Bug #45477) + ## 5.5.3 ### New Features