From 7e5b6acad3747bfeff0ba14fe23994b175dcc1a0 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Wed, 27 Nov 2019 12:46:20 +0300 Subject: [PATCH] Add 5.4.2 changelog (#700) --- .aspell.en.pws | 6 +++++- CHANGELOG.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/.aspell.en.pws b/.aspell.en.pws index 6080e68b..16ce1198 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -1,4 +1,4 @@ -personal_ws-1.1 en 454 utf-8 +personal_ws-1.1 en 459 utf-8 ACOT ACOTH ActiveCell @@ -82,6 +82,7 @@ csv CSV ctrl Ctrl +cyrillic CUBEKPIMEMBER CUBEMEMBER CUBEMEMBERPROPERTY @@ -244,6 +245,8 @@ metafile México MINIFS minishift +MoveCursorToStart +MoveCursorToEnd MULT multi multichart @@ -327,6 +330,7 @@ Rebranding reconnection rect redis +regex refactor Refactor refactoring diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5b735f..88296afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,56 @@ # Change log +## 5.4.2 + +### New Features + +#### All Editors + +* Rename `web-apps-pro` repository to `web-apps` + +#### Plugins + +* Add plugin methods to move the cursor to the start/end + of the document (`MoveCursorToStart`, `MoveCursorToEnd`) + (bug #41521) + +#### Back-end + +* Add custom public key support + +### Fixes + +#### Document Editor + +* Fix the problem with removing previously added text by + other user in the review mode (bug #43183) +* Fix the problem with moving text in the review mode + (bug #43238) +* Fix the problem of inserting a table over another table +* Fix the problem with reviewed numbering +* Fix some problems with watermarks +* Fix license error while inserting chart for DocumentServer + with custom logo (bug #43314) + +#### Plugins + +* Fix starting PhotoEditor plugin (bug #42473) +* Fix issues with YouTube plugin + +#### Embedded mode + +* Fix focus in embedded mode +* Fix hiding download button and settings menu. + +#### Installation + +* Fix issue with cyrillic encoding messages in win installation +* Remove unused installation dependency - `boost-regex` (or similar) + +#### x2t + +* Fix issue with cell height for xls -> xlsx convert (bug #43072) + ## 5.4.1 ### New Features