From ac2ef162ae0021d0f01b0c012d4a30c0a0265b76 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Tue, 15 Jan 2019 15:01:27 +0300 Subject: [PATCH] Add changelog to 5.2.7 (#475) * Add changelog to 5.2.7 --- .aspell.en.pws | 8 ++++- CHANGELOG.md | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+), 1 deletion(-) diff --git a/.aspell.en.pws b/.aspell.en.pws index 5b1e3e8b..82a7940f 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -1,4 +1,4 @@ -personal_ws-1.1 en 413 utf-8 +personal_ws-1.1 en 418 utf-8 ACOT ACOTH ActiveCell @@ -125,6 +125,7 @@ ETS EXC EXPON FDIST +FI fillForms FINV firefox @@ -239,6 +240,7 @@ NETWORKDAYS nextcloud nodejs NodeJS +nodehun npm nul num @@ -272,6 +274,7 @@ owncloud pageDown ParaDrawing param +params passsword pdf PDFA @@ -357,6 +360,8 @@ statsd STDEV stirkeout SUMIFS +SUMPRODUCT +sv svg SVG tabSelected @@ -408,6 +413,7 @@ xlsx XLSX xps Yandex +youtube yy yyyy Zb diff --git a/CHANGELOG.md b/CHANGELOG.md index ae86a163..4b2eb6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,93 @@ # Change log +## 5.2.7 + +### New Features + +#### All Editors + +* Update documentation +* Update nodehun + +#### Spreadsheet Editor + +* New `sv-SE`, `sv-FI` regional settings + +#### Spreadsheet Viewer + +* Add ability to change row height or column width in view mode without saving changes + +#### Plugins + +* Ability to send params to plugin (user, doc information) +* Ability to translate plugins +* New `Highlight Code` and `Thesaurus` plugins + +### Fixes + +#### All Editors + +* Fix error in comparing solid fill +* Fix German translation + +#### Document Editor + +* Fix problem with updating current position when moving border of the table +* Fix problem with clearing text properties +* Fix problem with opening specific docx file (bug #39941) +* Fix a problem with large nesting of tables (bug #39963) +* Fix JS Error while click in header with loading image (bug #39940) +* Fix a problem with recalculating table (bug #39945) +* Fix bug with recalculating of a footnote in vertically merged cells +* Fix bug with losing changes when moving table +* Fix bug with selection marks when adding a table row +* Fix bug with receiving selection bounds when moving the border of the table +* Fix bug with clearing selection marks in paragraph +* Fix bug with recalculating nested table +* Fix the problem of using End/Home buttons in non recalculated paragraph +* Fix bug with copy-paste when selecting a numbering +* Fix a header/footer entry issue +* Fix bug with adding an extra rows when inserting a table content +* Fix a problem with copying table cell properties + +#### Spreadsheet Editor + +* Fix blocking save button on open chart frame (bug #39827) +* Fix problem with copy paste hidden range with function (bug #40017) +* Fix issue with calculating `SUMPRODUCT` (bug #40109) +* Fix recalculate formulas into hidden filters area +* Fix apply autofilter to empty column by right click menu +* Fix calculate gradient without distance in conditional formatting (bug #40160) + +#### Presentation Editor + +* Fix error in copying slide notes + +#### Spreadsheet Viewer + +* Fix playback of youtube video (bug #40174) + +#### Plugins + +* Fix problem with double url in youtube plugin (bug #36103) + +#### x2t + +* Fix showing marked list in some PPT (bug #39929) +* Fix watermark border for some files (bug #39935) +* Fix some odf user files +* Fix shape and cell text layout in some xls (bug #39961) +* Fix missing text format in specific ODP (bug #39983) +* Fix incorrect numbering in ODP (bug #39976) +* Fix lost list in notes of ppt (bug #39929) +* Fix convert of some xls (bug #40065) +* Fix rotation of shape in specific ODP file (bug #39979) +* Fix showing cells values of Time format in ods file (bug #40106) +* Fix some shape in ppt files (bug #40115) +* Fix shapes with no fill in ppt (bug #40116) +* Fix opening xlsx file with image in in header (bug #40124) +* Fix a lot more user files + ## 5.2.6 ### Fixes