Skip to content

Commit

Permalink
Add v5.4.1 changelog (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored and agolybev committed Oct 2, 2019
1 parent b9b532e commit dd43575
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .aspell.en.pws
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 450 utf-8
personal_ws-1.1 en 454 utf-8
ACOT
ACOTH
ActiveCell
Expand Down Expand Up @@ -35,6 +35,7 @@ BITLSHIFT
BITOR
BITRSHIFT
BITXOR
blockcontent
blocklevelstd
boolean
brower
Expand Down Expand Up @@ -137,6 +138,7 @@ FI
fillForms
FINV
firefox
flv
fodp
fods
fodt
Expand All @@ -147,6 +149,7 @@ fullscreen
GAMMADIST
GAMMAINV
gcc
GenerateGuid
GetAdress
GetBottomMargin
GetCells
Expand Down Expand Up @@ -379,6 +382,7 @@ Sparklines
spawnOptions
specifi
Spellcheker
ssl
startup
statsd
STDEV
Expand Down
110 changes: 110 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,115 @@
# Change log

## 5.4.1

### New Features

#### Spreadsheet Editor

* Added `sv` locale to number formats

#### Presentation Editor

* Support themes thumbnails params

#### document-server-integration

* Add `blockcontent` mode

### Fixes

#### All Editors

* Fix detecting document info as document change (bug #42717)
* Fix paste in canvas after opening settings
* Fix some issues with loading of translations
* Fix issues with title in black theme (bug #42882)

#### Document Editor

* Fix the problem with drawing a track around a content
control (bug #42657)
* Fix the problem with accept/reject in case when moved text
gets into selection (bug #42665)
* Fix the problem with deleting text that was previously
added by the same user (bug #41242)
* Fix "No image uploaded" for Watermark background (bug #42832)
* Fix rules unit of measurements (bug #42608)
* Fix some watermark bugs
* Fix style list in `Create New Style` window on small
window size (bug #42799)
* Fix changing display mode for track changes
(without plugins tab)

#### Spreadsheet Editor

* Fix opening some files with pivot table without pivot style
* Fix JS error in `SUBTOTAL` function (bug #42833)
* Fix scale options while printing (bug #34704)
* Fix adding image from storage (bug #42789)
* Fix auto-sum icon
* Fix button icons (chat, comments)

#### Back-end

* Fix core.zip url for develop environment

#### Plugins

* Fix Thesaurus plugin ([sdkjs-plugins#78](https://github.com/ONLYOFFICE/sdkjs-plugins/issues/78))
* OCR uses remote scripts

#### document-server-integration

* Fix `Open File location` on custom port ([document-server-integration#63](https://github.com/ONLYOFFICE/document-server-integration/issues/63))

#### x2t

##### Common

* Fix fonts picker bugs
* Support flv format
* Fix display some UTF font names (bug #42926) ([DocumentServer#651](https://github.com/ONLYOFFICE/DocumentServer/issues/651))
* Fix GenerateGuid
* Fix building of ICU ([DocumentServer#656](https://github.com/ONLYOFFICE/DocumentServer/issues/656))

##### doc

* Fix extended comments

##### docx

* Fix bookmarks saving inside hyperlink

##### xls

* Fix marker filters in some xls (bug #42239)
* Fix image size in save to xls (bug #42618)
* Fix group data display (bug #42216)

##### xlsx

* Fix tooltip for data validation (bug #42667)
* Fix Excel recovery error for files with comments (bug #42968)
* Remove reply duplicates (bug #42969)

##### odf

* Fix error in headers/footers
* Fix print areas (bug #42654)
* Fix column width (bug #42790)
* Fix cell color (bug #42932)
* Fix link to formatted as table (bug #42938)

##### rtf

* Fix some issues

#### Docker

* Fix token not working correctly with docker-compose ([Docker-DocumentServer#175](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/175))
* Fix amp ssl links ([Docker-DocumentServer#183](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/183))

## 5.4.0

### New Features
Expand Down

0 comments on commit dd43575

Please sign in to comment.