Add changelog v5.6.0 (#909)

* Add changelog v5.5.4

* Fix typos

* Add word to dic

* Add Changelog for 5.6.0
This commit is contained in:
Pavel Lobashov 2020-07-28 14:50:49 +03:00 committed by GitHub
parent b38a756bdb
commit 9ddbc1d310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 77 additions and 0 deletions

View file

@ -40,6 +40,7 @@ blockcontent
blocklevelstd
boolean
brower
bugfix
bugfixes
builded
callbackUrl
@ -55,6 +56,7 @@ CHISQ
CHITEST
citus
CJK
CentOS
clipart
Clipart
ClipArt
@ -134,6 +136,7 @@ eb
Ec
ECMA
endDate
ePub
EQ
ERFC
Español
@ -165,6 +168,7 @@ GetCells
GetCols
GetColumnWidth
GetCount
GetCurrentContentControlPr
GetHidden
GetIndex
GetLeftMargin
@ -187,6 +191,7 @@ GetWpar
glyphs
gnutls
gridlines
GUID
gzip
gziped
healthcheck
@ -323,6 +328,7 @@ placholder
Pluging
PostgreSql
PostgreSQL
postinstall
postrm
POTX
ppt
@ -339,6 +345,7 @@ ReadFromBinary
Realtime
rebranding
Rebranding
Redistributable
reconnection
rect
redis

View file

@ -1,5 +1,75 @@
# Change log
## 5.6.0
*From this release we changing numbering scheme of DocumentServer.*
*This is a bugfix release.*
*Next major release with a bunch of new features will be 6.0.0*
### Fixes
#### All Editors
* Fix problems with Auto-Color of shapes
* Fix problems with copy-paste images
* German, French, Italian, Portuguese and Russian translations improvements.
#### Document Editor
* Fix bug with bookmark opening
* Fix bug resetting comment GUID while opening
* Fix wrong `undo`/`redo` state for `comparing` mode
* Fixed in issue with auto-color feature for graphical
objects in some DOCX user files (Bug #45460)
* Fixed an issue with increasing font size in some DOCX user files (Bug #44852)
* Fixed incorrect displaying of some PDF user files
(Bug #45336, Bug #39097, Bug #19078)
* Fixed incorrect displaying of watermark on CJK languages (Bug #45886)
* Fixed an export of some DOCX user files to PDF (Bug #45319)
#### Spreadsheet Editor
* Fixed invalid icon in cells border menu (Bug #45910)
* Fixed an error with copy and past format table in some XLSX files (Bug #45731)
* Fixed an error with format table creation in some XLSX files (Bug #45773)
* Fixed an error with entering big data in last partially view cell (Bug #45653)([DocumentServer#903](https://github.com/ONLYOFFICE/DocumentServer/issues/903))
#### Presentation Editor
* Fix `List Settings` window on German (Bug #45417)
#### Mobile Editors
* Fixed an issue with text selection on iOS devices (Bug #45844)
* Fixed an error while presentation slides are swiping (Bug #42758)([DocumentServer#923](https://github.com/ONLYOFFICE/DocumentServer/issues/923))
* Fixed an appearance of first slide creating after theme was changed (Bug #45610)
#### Back-end
* Remove `redis` as dependency for Community Edition
(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
* Fixed an issue with saving intermediate version while document
is opened for view another user (Bug #45406)
* Fix unexpected commands in collaboration editing
* Fix sending Redis custom option (Commercial Version Only) ([DocumentServer#764](https://github.com/ONLYOFFICE/DocumentServer/issues/764))
* Changed a messages in license exceeding windows (Bug #45819)
* Fixed an conversion error while opening ePub and HTML files on CentOS 7 (Bug #31323).
* Fixed deb package `postinstall` typo.
* Removed unused `Microsoft Visual C++ 2010 Redistributable`
dependency for Windows
#### Plugins
* Fix `GetCurrentContentControlPr` method
#### x2t
* Fix missing page numbers for rtf -> docx (Bug #45439)
* Fixed an issue with increasing font size in some RTF user files (Bug #45439).
* Fix table width for rtf -> docx (Bug #45477)
## 5.5.3
### New Features