From f5bbef8ad2145a91e994522b7abc004d43849ee4 Mon Sep 17 00:00:00 2001 From: Denis Spitsyn Date: Mon, 28 Sep 2020 18:34:09 +0300 Subject: [PATCH] Add changelog v6.0.0 --- CHANGELOG.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d776170b..8ffd8ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,77 @@ # Change log +## 6.0.0 + +### New Features + +#### All Editors + +* AutoFit settings for shape +* Ability to insert special characters +* Autorun settings for macros +* Ability to select an image from document manager for watermarks, shapes and slides filling +* Added an autocorrection list +* Redesign of color selection component +* Ability to change a position and size of chart elements +* Hotkey Ctrl + 0 for zoom resetting +* Changed a behavior of hiding icons in tabs when editor window is reducing + +#### Document Editor + +* Ability to insert date and time +* Ability to print selection in view mode +* Converting an equation from old formats +* Changed placeholder for content controls +* Redone the algorithm the justifying of a paragraph with condensing spaces + +#### Spreadsheet Editor + +* Full support of pivot tables +* Autofilter settings in pivot tables +* Support of open all existing in file conditions for data bar conditional formatting +* Support of open all existing in file gradients for data bar conditional formatting +* Full support of slicers for format tables +* Special paste settings +* Ability to move a sheet from one workbook to another +* Internal link to named range +* Print titles +* New component for cells selection +* Ability to remove duplicate values +* Ability to insert function via Function Arguments dialogue +* Wrap Text and Shrink to Fit settings in right toolbar +* Vertical Text option in text orientation settings +* Ability to change the function in Total Row for formatted table +* Delimiter settings for Special Paste and Text to Columns dialogue +* LINEST function +* Hotkeys Ctrl+Shift+'Plus sign' and Ctrl+Shift+'Minus sign' for date and time insertion +* Hotkey Shift+F3 for a function insertion +* Status bar settings +* New mouse actions for work with format tables + +#### Presentation Editor + +* Changed interface for internal link +* Ability to print selection in view mode +* Redesign of bullet and numbering list menu + +#### Mobile Editors + +* Ability to insert a comment +* View and edit the comment from context menu or Collaboration tab +* Text Orientation in Edit Cell settings +* Autorun settings for macros +* Redesign of the tabs + +#### Back-end + +* Check licensed number of editor connections for cluster +* Do not start forcesave for encrypted files +* Fixed insert jpeg images in encrypted files + +### Fixes + +* All components received countless fixes + ## 5.6.5 ### New Features