From db45e7b0170fb9b4390893d991cbabe83287e8cf Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 26 Apr 2018 13:38:18 +0300 Subject: [PATCH] Add more changes --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dac84cf..184df380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,23 @@ # Change log ## 5.1.3 ### New features +#### All editors +* New `View Settings` menu in top right corner +* New selector for links type in CSE CPE +* Ability to replace image via context menu (#11493) +* Customize initial zoom for the embedded editors + #### Document Editor * Implement an East Asian script and line break in hieroglyphs ([sdkjs#300](https://github.com/ONLYOFFICE/sdkjs/pull/304)) * Add hotkey Ctrl+Shift+Num8 - show/hide non printable symbols +* Add ability to export documents to RTF + +#### Spreadsheet Editor +* Add support of French formulas +* Ability to select Cell format via context menu (#16272) + +#### Preseentation Editor +* Add hints to presentation themes (bug #21362) #### Document Builder * Add function to get the width of the current column ([sdkjs#315](https://github.com/ONLYOFFICE/sdkjs/pull/315))