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

View file

@ -1,5 +1,84 @@
# Change log # 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 ## 5.5.1
### New features ### New features