Add 5.4.2 changelog (#700)
This commit is contained in:
parent
a45b6921fa
commit
7e5b6acad3
|
@ -1,4 +1,4 @@
|
||||||
personal_ws-1.1 en 454 utf-8
|
personal_ws-1.1 en 459 utf-8
|
||||||
ACOT
|
ACOT
|
||||||
ACOTH
|
ACOTH
|
||||||
ActiveCell
|
ActiveCell
|
||||||
|
@ -82,6 +82,7 @@ csv
|
||||||
CSV
|
CSV
|
||||||
ctrl
|
ctrl
|
||||||
Ctrl
|
Ctrl
|
||||||
|
cyrillic
|
||||||
CUBEKPIMEMBER
|
CUBEKPIMEMBER
|
||||||
CUBEMEMBER
|
CUBEMEMBER
|
||||||
CUBEMEMBERPROPERTY
|
CUBEMEMBERPROPERTY
|
||||||
|
@ -244,6 +245,8 @@ metafile
|
||||||
México
|
México
|
||||||
MINIFS
|
MINIFS
|
||||||
minishift
|
minishift
|
||||||
|
MoveCursorToStart
|
||||||
|
MoveCursorToEnd
|
||||||
MULT
|
MULT
|
||||||
multi
|
multi
|
||||||
multichart
|
multichart
|
||||||
|
@ -327,6 +330,7 @@ Rebranding
|
||||||
reconnection
|
reconnection
|
||||||
rect
|
rect
|
||||||
redis
|
redis
|
||||||
|
regex
|
||||||
refactor
|
refactor
|
||||||
Refactor
|
Refactor
|
||||||
refactoring
|
refactoring
|
||||||
|
|
51
CHANGELOG.md
51
CHANGELOG.md
|
@ -1,5 +1,56 @@
|
||||||
# Change log
|
# 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
|
## 5.4.1
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
Loading…
Reference in a new issue