Skip to content

Commit

Permalink
Add changelog for v5.5.3 (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored May 22, 2020
1 parent 2e5573e commit af0c1ba
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .aspell.en.pws
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -41,6 +42,7 @@ boolean
brower
bugfixes
builded
callbackUrl
CanUpdateTarget
cff
changesError
Expand All @@ -51,8 +53,8 @@ CHIINV
chinese
CHISQ
CHITEST
CJK
citus
CJK
clipart
Clipart
ClipArt
Expand Down Expand Up @@ -84,7 +86,6 @@ csv
CSV
ctrl
Ctrl
cyrillic
CUBEKPIMEMBER
CUBEMEMBER
CUBEMEMBERPROPERTY
Expand All @@ -93,6 +94,7 @@ CUBESET
CUBESETCOUNT
CUBEVALUE
CVE
cyrillic
dataset
DAVERAGE
DCOUNT
Expand Down Expand Up @@ -147,6 +149,7 @@ flv
fodp
fods
fodt
ForcePathStyle
ForEach
FORMULATEXT
FTEST
Expand Down Expand Up @@ -211,6 +214,7 @@ IMTAN
inBody
innodependencyinstaller
InsertContent
insertImage
INTL
INV
iOS
Expand All @@ -219,7 +223,6 @@ ISFORMULA
ISOWEEKNUM
isSaveLock
japanese
insertImage
js
JS
json
Expand All @@ -245,14 +248,15 @@ mariadb
mathType
MathType
MAXIFS
Mendeley
MergeArea
metadata
metafile
México
MINIFS
minishift
MoveCursorToStart
MoveCursorToEnd
MoveCursorToStart
MULT
multi
multichart
Expand Down Expand Up @@ -312,12 +316,14 @@ PDFA
PDURATION
PERCENTRANK
PERMUTATIONA
pgPoolExtraOptions
PhotoEditor
PHP
placholder
Pluging
PostgreSql
PostgreSQL
postrm
POTX
ppt
PptFormatReader
Expand All @@ -336,10 +342,10 @@ Rebranding
reconnection
rect
redis
regex
refactor
Refactor
refactoring
regex
replyStr
republika
reSave
Expand Down Expand Up @@ -393,6 +399,7 @@ spawnOptions
specifi
Spellcheker
ssl
sslEnabled
startup
statsd
STDEV
Expand Down Expand Up @@ -438,11 +445,13 @@ username
UsersCountOS
usersfiles
UTF
util
verysilent
VLOOKUP
vml
wav
WEIBULL
wget
WinXp
wmf
WrapText
Expand All @@ -454,9 +463,11 @@ xlsx
XLSX
XLTX
xps
XSS
Yandex
youtube
yy
yyyy
Zb
Zotero
ZTEST
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit af0c1ba

Please sign in to comment.