Add changelog for v5.5.3 (#879)

This commit is contained in:
Pavel Lobashov 2020-05-22 13:18:17 +03:00 committed by GitHub
parent 2e5573e79a
commit af0c1bacb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 97 additions and 7 deletions

View file

@ -1,18 +1,19 @@
personal_ws-1.1 en 459 utf-8
personal_ws-1.1 en 472 utf-8
ACOT
ACOTH
ActiveCell
AddComment
AddSheet
adSm
AllFontsGen
altGr
Api
ApiRange
ApiWorksheet
Asana
aspose
ASC
ashx
aspose
Aspose
autocomplete
autofill
@ -41,6 +42,7 @@ boolean
brower
bugfixes
builded
callbackUrl
CanUpdateTarget
cff
changesError
@ -51,8 +53,8 @@ CHIINV
chinese
CHISQ
CHITEST
CJK
citus
CJK
clipart
Clipart
ClipArt
@ -84,7 +86,6 @@ csv
CSV
ctrl
Ctrl
cyrillic
CUBEKPIMEMBER
CUBEMEMBER
CUBEMEMBERPROPERTY
@ -93,6 +94,7 @@ CUBESET
CUBESETCOUNT
CUBEVALUE
CVE
cyrillic
dataset
DAVERAGE
DCOUNT
@ -147,6 +149,7 @@ flv
fodp
fods
fodt
ForcePathStyle
ForEach
FORMULATEXT
FTEST
@ -211,6 +214,7 @@ IMTAN
inBody
innodependencyinstaller
InsertContent
insertImage
INTL
INV
iOS
@ -219,7 +223,6 @@ ISFORMULA
ISOWEEKNUM
isSaveLock
japanese
insertImage
js
JS
json
@ -245,14 +248,15 @@ mariadb
mathType
MathType
MAXIFS
Mendeley
MergeArea
metadata
metafile
México
MINIFS
minishift
MoveCursorToStart
MoveCursorToEnd
MoveCursorToStart
MULT
multi
multichart
@ -312,12 +316,14 @@ PDFA
PDURATION
PERCENTRANK
PERMUTATIONA
pgPoolExtraOptions
PhotoEditor
PHP
placholder
Pluging
PostgreSql
PostgreSQL
postrm
POTX
ppt
PptFormatReader
@ -336,10 +342,10 @@ Rebranding
reconnection
rect
redis
regex
refactor
Refactor
refactoring
regex
replyStr
republika
reSave
@ -393,6 +399,7 @@ spawnOptions
specifi
Spellcheker
ssl
sslEnabled
startup
statsd
STDEV
@ -438,11 +445,13 @@ username
UsersCountOS
usersfiles
UTF
util
verysilent
VLOOKUP
vml
wav
WEIBULL
wget
WinXp
wmf
WrapText
@ -454,9 +463,11 @@ xlsx
XLSX
XLTX
xps
XSS
Yandex
youtube
yy
yyyy
Zb
Zotero
ZTEST

View file

@ -1,5 +1,84 @@
# Change log
## 5.5.3
### New Features
#### All Editors
* Added skeleton loader in embedded viewer
#### Document Editor
* Added Mendeley and Zotero plugins
* Ability to add several table rows/columns (Bug #20179)
#### Back-end
* Added JSON logger
* New options: `sslEnabled` and `s3ForcePathStyle`
* Added pgPoolExtraOptions (connection options)
* Reduced fonts cache size for AllFontsGen working
### Fixes
#### All Editors
* Fixed crash while writing a chart with equations in title/axis.
* Fixed an XSS injection in macros names (Bug 45345)
#### Document Editor
* Fixed an editor crashing after adding new rows in table
in collaborative editing (Bug #45144)
* Fixed an editor crashing after searching and replacing
in some DOCX files (Bug #45252)
* Fixed displaying of some DOCX files (Bug #44975, Bug #45204)
* Fixed displaying of some RTF files (Bug #45122)
* Fixed scrolling to bookmark in some corrupted DOCX files (Bug #45391)
#### Spreadsheet Editor
* Data validation fixes and improvements.
* Fixed a crash on opening some XLSX files (Bug #45093, [Documentserver#833](https://github.com/ONLYOFFICE/DocumentServer/issues/833))
* Fixed filling cells with formula in R1C1 mode (Bug #44730)
* Fixed recalculating formulas in some XLSX files (Bug #45368)
* Fixed XSS injection in data validation tip (Bug #45112)
* Fixed a crash with edit type of cells filling (Bug #45394)
* Fix some missed icons (Bug #45276)
#### Mobile Editors
* Font picker refactoring
#### Back-end
* Fixed missed require `util` in logger
* Fixed wrong callbackUrl after updating DS without dropping DB
* Fix security problem with JWT token when uploading image
#### x2t
* Fixed an issue with wrong encode of some CSV files (Bug #45171).
* Fixed converting some DOCX files (Bug #44709)
* Fixed converting some RTF files (Bug #45150, Bug #45166, Bug #45195)
* Fixed security issue with builder and working with local files
* Fixed writing corrupted DOCX file with chart in group shape
#### Package
* Use dropping tables instead drop databases database in deb `postrm` scrip
* Replace `wget` with `curl` for prepare4shutdown (Bug #45264)
* Fix security issues with accessing info page (Bug #45295)
#### Plugins
* Add and fix translations in macros plugin
## 5.5.2
### No public release
## 5.5.1
### New features