From 0b58be3811b66f776b616c15218655256834b388 Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Thu, 13 Apr 2017 18:09:55 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a4fdb..0d651cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,83 @@ # Change log +## 4.3.2 +### New Features +#### Editors +* Full support of high-dpi monitors +* Ability to set alternative text for shapes + +#### Document Editor +* Undo in Fast co-edit +* Do not hide `All changes saved` in bottom toolbar +* Adding and editing Footnotes +* New languages for spellchecker (43 in total) + +#### Spreadsheet Editor +* Support `AVERAGEIFS`, `COUNTIFS`, `SUMIFS` formulas +* Formulas refactoring and improvements +* Totally new Cell Format window with more options +* Sort options window while sorting ranges +* Added direction of sort on filter buttons +* Added filter condition at statistical information +* Added special paste feature +* Added support of surface chart +* New cell borders styles (11 in total) + +#### Presentation Editor +* Undo in Fast co-edit + +#### Convertion +* Optimization and speed-up +* Better support of all formats, including (but not limited to): + +##### DOC +* Background page + +##### XLS +* Data validation +* Decryptor + +##### ODF +* Global settings for documents +* SVG refactor +* Background page (image, pattern, gradient) +* Convert smart art +* Sheet/Workbook views +* Support convert OLE objects (and other embedded) + +##### RTF +* Generate replacement text hyperlink if absent +* Office digital signatures +* Extended drawings +* Custom shapes +* Text in drawing shapes + +### Fixes +#### Document Editor +* Fixed an issue with drag-n-drop a table inside a footnote (bug #33548) +* Fixed an issue with crop of shape group (bug #33110) + +#### Spreadsheet Editor +* Fixed an issue with absolute reference when inserting a new row (ONLYOFFICE/DocumentServer#41) +* Fixed an issue with onDocumentStateChange event (ONLYOFFICE/DocumentServer#88) +* Fixed an issue with formulas translation (ONLYOFFICE/DesktopEditors#23) +* Fixed an issue with password-protected xlsx (ONLYOFFICE/DesktopEditors#24) +* Fixed an issue with non-breaking space (ONLYOFFICE/DesktopEditors#26) +* Fixed an issue with AVERAGEA formula with text format +* Fixed an issue with broken workbook after list copy (bug #33588) +* Fixed an issue with formula recalculation by F4 hotkey (bug #32901) +* Fixed an issue with SUMIFS formula (bug #33602) +* Fixed an issue with inserting image size (bug #33604) +* Fixed an issue with zero values sparklines (bug #33612) +* Fixed an issue with changing number format while changing regional format (bug #31395) +* Fixed an issue with replacing formula delimiters (bug #33608) +* Fixed an issue with cell size while drag'n'drop (bug #33607) +* Fixed an issue with cursor size in @2x (bug #33606) +* Fix broken files if changing style of unsupported charts (bug #34650) +* Fix stack error while copying a big array of formula data +* Fix rendering 3d diagram in small area (bug #34632) +* Fix change chart's range while applying preset + + ## 4.2.2 ### Fixes #### All Editors