Add changelog for 5.3.1 (#586)
* Add changelog for 5.3.1 * Fix linter error * Add word to dict * add word * Fix more
This commit is contained in:
parent
180b5b4fa2
commit
ce8c7b2f9f
|
@ -1,4 +1,4 @@
|
||||||
personal_ws-1.1 en 431 utf-8
|
personal_ws-1.1 en 436 utf-8
|
||||||
ACOT
|
ACOT
|
||||||
ACOTH
|
ACOTH
|
||||||
ActiveCell
|
ActiveCell
|
||||||
|
@ -102,6 +102,7 @@ DMAX
|
||||||
dns
|
dns
|
||||||
DocFormat
|
DocFormat
|
||||||
docId
|
docId
|
||||||
|
DocumentBuilder
|
||||||
DocumentEditor
|
DocumentEditor
|
||||||
documentserver
|
documentserver
|
||||||
DocumentServer
|
DocumentServer
|
||||||
|
@ -143,6 +144,7 @@ FTEST
|
||||||
fullscreen
|
fullscreen
|
||||||
GAMMADIST
|
GAMMADIST
|
||||||
GAMMAINV
|
GAMMAINV
|
||||||
|
gcc
|
||||||
GetAdress
|
GetAdress
|
||||||
GetBottomMargin
|
GetBottomMargin
|
||||||
GetCells
|
GetCells
|
||||||
|
@ -198,6 +200,7 @@ innodependencyinstaller
|
||||||
InsertContent
|
InsertContent
|
||||||
INTL
|
INTL
|
||||||
INV
|
INV
|
||||||
|
iOS
|
||||||
ipfilter
|
ipfilter
|
||||||
ISFORMULA
|
ISFORMULA
|
||||||
ISOWEEKNUM
|
ISOWEEKNUM
|
||||||
|
@ -243,6 +246,7 @@ Nederlands
|
||||||
NEGBINOM
|
NEGBINOM
|
||||||
NETWORKDAYS
|
NETWORKDAYS
|
||||||
nextcloud
|
nextcloud
|
||||||
|
nginx
|
||||||
nodehun
|
nodehun
|
||||||
nodejs
|
nodejs
|
||||||
NodeJS
|
NodeJS
|
||||||
|
@ -364,6 +368,7 @@ Sparklines
|
||||||
spawnOptions
|
spawnOptions
|
||||||
specifi
|
specifi
|
||||||
Spellcheker
|
Spellcheker
|
||||||
|
startup
|
||||||
statsd
|
statsd
|
||||||
STDEV
|
STDEV
|
||||||
stirkeout
|
stirkeout
|
||||||
|
|
57
CHANGELOG.md
57
CHANGELOG.md
|
@ -1,5 +1,62 @@
|
||||||
# Change log
|
# 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
|
## 5.3.0
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
Loading…
Reference in a new issue