From 6c654e7e1aa1932e6c9d28238d83ea2f4b094578 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 31 Jan 2024 16:22:50 +0300 Subject: [PATCH] Update CHANGELOG.md (#1485) * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update .aspell.en.pws * Update CHANGELOG.md * Update .aspell.en.pws * Update CHANGELOG.md --- .aspell.en.pws | 7 +++++ CHANGELOG.md | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) diff --git a/.aspell.en.pws b/.aspell.en.pws index 3fb8036..1b39206 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -287,3 +287,10 @@ Autocompletion JWT editorType config +Moodle +VC +Redist +RTL +Dropdown +ar +EXE diff --git a/CHANGELOG.md b/CHANGELOG.md index 1266686..590cefa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,87 @@ # Change log +## 8.0.0 + +### New Features + +#### All Editors + +* Add the ability to encrypt `PDF` files +* Add the Moodle provider +* Add the ability to upload local themes to the Desktop Editors (Windows, Linux) +* Add shortcuts to the Start menu for creating new files to EXE package (Windows) +* Add a list of recent files and the ability to pin them via the context menu of + the application in Jump List (Windows) +* All logos in the application and installation packages have been updated +* VC Redist 2013 is excluded from the default installation package and + is not required for the application to work (Windows) +* Add the ability to Select/Deselect all formats on the MSI installer + file associations page +* Add OS compatibility manifests for executable files (Windows) +* Improved the updates section and the update service for future versions of + the application (Windows) +* Adapt styles of window control buttons in accordance with OS design (Linux) +* Change the widget for displaying downloads from the portal and the download + indicator (Windows, Linux) +* Move adding a comment to the entire document from the bottom of the comments + panel to the settings button +* Add a button for adding a comment to text to the header of + the comments panel (similar to the button in the toolbar) +* Add the interface translation into Arabic (ar-SA, Arabic - Saudi Arabia) +* All buttons that do not fit in height should be placed into + More button: category buttons, as well + as plugins that were opened in the left panel +* Add the setting to enable support for Screen readers +* Add RTL support (beta) to the editors UI + +#### Document Editor + +* Add partially support for bidirectional text + +#### Spreadsheet Editor + +* Add the new Goal Seek functionality +* Add the new Series tool for creating number sequences +* Implement a wizard for inserting charts: display a list of recommended charts and + previews for all types of charts based on the selected data +* Expand cell filling settings +* Add the Expand/Collapse menu item to the toolbar and the context menu + of Pivot tables +* Add the ability to center a sheet horizontally and vertically when printing +* Add the ability to get a link to the selected range in the viewing mode + +#### Presentation Editor + +* Add the ability to set the final color for animation effects that change color +* Make animation effect icons inactive if the effect cannot be applied to an object +* Add partially support for bidirectional text + +#### Forms + +* Switching from the `OFORM` to `PDF` format containing forms in accordance + with the OOXML format +* Dialog for converting old `OFORM` files to `PDF` +* For the radio button field, add the setting for the name of the selected + element (Radio button choice) +* Add a chain of tips when working with DOCXF files + +### Fixes + +#### Security + +* Fix vulnerability which allows adding a third-party audio file to a document + when converting PPT to PPTX (65056) +* Fix vulnerability which leads to buffer overflow when converting ODP to PDF (65915) +* Fix vulnerability which leads to buffer overflow when converting PPT to PPTX (66085) +* Fix vulnerability which allows performing manipulations on the client machine when + converting HTML to DOCX (63779) +* Fix XSS in the Shape name field when applying an Animation (65186) +* Fix XSS in the Math Autocorrect field when saving the field value (65187) +* Fix XSS in the Spreadsheet Editor cell when opening the Number format list (65881) +* Fix XSS in the Sheet name value when applying Search (65909) +* Fix XSS in the Custom Number Format when opening a list (65941) +* Fix XSS in the Dropdown List field when opening it (65082) + ## 7.5.1 ### Fixes