From 78b906b9704e982e6236df1d34e47111a376c339 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 31 Oct 2023 17:39:38 +0300 Subject: [PATCH] Update CHANGELOG.md (#1402) * Update CHANGELOG.md * Update CHANGELOG.md * Update .aspell.en.pws * Update CHANGELOG.md --- .aspell.en.pws | 2 ++ CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/.aspell.en.pws b/.aspell.en.pws index 7256b8e..163ac32 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -285,3 +285,5 @@ Numpad SORTBY Autocompletion JWT +editorType +config diff --git a/CHANGELOG.md b/CHANGELOG.md index f53f846..90ea78d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Change log +## 7.5.1 + +### Fixes + +#### All Editors + +* Fixed print options (rang) tuning for documents and presentations +* Fixed some security issues +* Fixed opening files with size more than 100MB +* Fixed some issues with composite input +* Fixed issues preventing work application on MacOS version < 12.0 + +#### Document Editor + +* Fixed incorrect painting inserted Text Art + +#### Spreadsheet Editor + +* Fixed issue when cell border became hidden due to hide row with part of + merged cell +* Fixed equation transformation for Linear/Professional mode switching from + context menu +* Fixed print issue for Header/Footer + +#### Presentation Editor + +* Fixed error on click Head & Footer in Insert tools panel +* Fixed crashing in the Reporter mode on changing slide from end demonstration + +#### PDF Editor + +* Fixed saving document through "Save copy" +* Fixed incorrect processing editor's config (editorType) +* Fixed issue for plugin "Send" when there is no email client installed +* Fixed issue related to input disabled on creating + ## 7.5.0 ### New Features