Add changelog v5.5.4
This commit is contained in:
parent
b38a756bdb
commit
bdc53a4de2
38
CHANGELOG.md
38
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
|
||||
|
|
Loading…
Reference in a new issue