diff --git a/CHANGELOG.md b/CHANGELOG.md index 34bc312..a321043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,73 @@ # Change log +## 5.5.1 + +### New features + +#### All Editors + +* Multi-Window mode (Windows, Linux) +* Loading speed improvements +* `Symbol table` now is system component, not a plugin +* New button `Top Toolbar -> Collaboration -> Remove comments` +* Replace `Default Size` button to `Actual Size` + +#### Document Editor + +* Ability to remove table cells +* Ability to insert several rows\columns +* Ability to add titles for shapes, table and levels +* New options for margins +* New options for bullet lists +* Ability to draw and erase table +* Ability to edit gutter and mirror margins + +#### Spreadsheet Editor + +* Added support of reading drop-down lists. +* Added support of reading data validation. +* Ability to recalculate all formulas +* New scale options +* New options for cell fill +* Ability to set Cell Snapping +* Sheets multi-select +* Bullets and numbering options from context menu +* Ability to change bullets marker +* New spellchecker options +* Ability to sort by several columns\rows +* Option for setting separators + +#### Presentation Editor + +* Ability to add object to slide template +* Ability to reset slide +* New list settings +* Ability to add object to placeholder + +### Fixes + +#### All Editors + +* All components received countless fixed +* Localization improvements +* Fixed some security issues +* Fix some more issues with user files + +#### Document Editor + +* Fixed an issue with comment duplication in other editors (bug #44689) + +#### Spreadsheet Editor + +* Better support of TIME function (bug #44849) + +#### files editing/convertion + +* Fixed some security issues +* Fixed an issues with DOC, RTF and XLSX formats(bug 44756) (bug 44934) (bug 44840) +* Fixed corrupting of mime-type after some DOCX editing (Bug 44957) + + ## 5.4.2 ### Fixes