Add changelog for 5.3.1 ()

* Add changelog  for 5.3.1

* Fix linter error

* Add word to dict

* add word

* Fix more
This commit is contained in:
Pavel Lobashov 2019-06-06 12:36:26 +03:00 committed by Alexey Golubev
parent 180b5b4fa2
commit ce8c7b2f9f
2 changed files with 63 additions and 1 deletions

View file

@ -1,4 +1,4 @@
personal_ws-1.1 en 431 utf-8
personal_ws-1.1 en 436 utf-8
ACOT
ACOTH
ActiveCell
@ -102,6 +102,7 @@ DMAX
dns
DocFormat
docId
DocumentBuilder
DocumentEditor
documentserver
DocumentServer
@ -143,6 +144,7 @@ FTEST
fullscreen
GAMMADIST
GAMMAINV
gcc
GetAdress
GetBottomMargin
GetCells
@ -198,6 +200,7 @@ innodependencyinstaller
InsertContent
INTL
INV
iOS
ipfilter
ISFORMULA
ISOWEEKNUM
@ -243,6 +246,7 @@ Nederlands
NEGBINOM
NETWORKDAYS
nextcloud
nginx
nodehun
nodejs
NodeJS
@ -364,6 +368,7 @@ Sparklines
spawnOptions
specifi
Spellcheker
startup
statsd
STDEV
stirkeout

View file

@ -1,5 +1,62 @@
# Change log
## 5.3.1
### New Features
#### Document Editor
* Add support for calculating tabs in word2013 style that lies to the
right of the right margin
### Fixes
#### All Editors
* Fix a lot of bugs with drawings positioning
* Fix build on actual gcc ([DocumentServer#575](https://github.com/ONLYOFFICE/DocumentServer/issues/575))
#### Document Editor
* Fix JS error while entering text in content control in specific docx (bug #41687)
* Fix the problem with calculating numbering value with merged cells (bug #41699)
* Fix JS error while undo entered text in review mode (bug #41708)
* Fix deleting whole TOC field after selecting it (bug #41714)
* Fix showing numbering as changes for review in specific document (bug #41518)
* Fix opening Modelling_scholarly_communication_report_final1.docx (bug #41717)
* Fix crash on refresh recalculated data
* Fix bug with moving object in group
* Fix the problem with rendering WMF files (bug #41495)
#### Spreadsheet Editor
* Fix undo moved cell in print area (bug #41723)
#### Mobile Web Editors
* Fix adding shape in table (bug #41676)
* Fix inserting formulas on iOS
* Fix blocking app after adding image by url (bug #41677)
#### DocumentBuilder
* Fix errors in DocumentBuilder documentation
#### Package
* Fix 1click installation
* Fix rpm update v5.2.8 -> v5.3.0
* Remove .m4 files from packages
* Fix ds example startup after upgrade
* Fix 'onlyoffice: ERROR (no such group)' error
* Fix example startup after update
* Fix update with custom nginx config
#### Docker
* Fix docker compose startup error ([Docker-DocumentServer#163](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/163))
* Fix DocumentBuilder return "urls": {} if `/var/lib/onlyoffice` mounted ([Docker-DocumentServer#164](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/164))
## 5.3.0
### New Features