From 54afad1cdce8c56b868448a8746cf91774d851f2 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Fri, 28 Feb 2025 14:43:59 +0000 Subject: [PATCH] Update CHANGELOG.md (#6) Co-authored-by: Maxim Kadushkin Co-committed-by: Maxim Kadushkin --- .aspell.en.pws | 6 ++- CHANGELOG.md | 137 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+), 1 deletion(-) diff --git a/.aspell.en.pws b/.aspell.en.pws index 7f8d053..fb06d90 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -362,4 +362,8 @@ customXml dataBinding HWP HWPX -xml \ No newline at end of file +xml +ItextSharp +Esc +Callout +PPSX \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b253b2..a6b4dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,142 @@ # Change log +## 8.3.1 + +### New features + +#### PDF Editor + +* Added the ability to move pages in `PDF` files + +### Fixes + +#### All Editors + +* Fixed the “Segmentation fault (Core dumped)” error when launching or closing + the application (Linux) +* Fixed transferring focus to a document when opening it via the “Open with” + menu (Windows) +* Fixed missing translations of some interface elements after changing the application + language before restarting it +* Fixed kDrive unavailability after connecting the integrator in the application +* Fixed the ability to choose the application for opening `HWPX` files (macOS) +* Fixed display of the application icon when calling “Open with” from third-party + applications (Windows) + +#### Document Editor + +* Fixed stopping work of the editor when pasting a large amount of copied data +* Fixed crash after entering the minus sign after the equation +* Fixed crash after entering a character before the division sign +* Fixed stopping work of the editor when building some `DOCX` files where the table + of contents was updated +* Fixed an issue with undone changes when turning off and on the “Show changes from + other users” option in the live viewer +* Fixed crash of the editor when pasting text in the Track Changes mode in + some `DOCX` files +* Fixed stopping work of the editor when removing a paragraph in the Track Changes + mode in some `DOCX` files +* Fixed reset of the Text direction > RTL option when placing the cursor in a new + paragraph using Double click +* Fixed incorrect display of characters when entering text in RTL before saving + the document +* Fixed replacing the less than sign to the greater than sign when opening a document + with RTL contents +* Fixed the movement of picture content control with track handler +* Fixed selecting table cells after removing a comment added to the cells +* Fixed display of Content Controls frames nested within another one if the cursor + is positioned in one of the nested ones +* Fixed the calculation of line breaks in the East-Asian text +* Fixed changing text alignment when opening some `DOCX` files +* Fixed line break position when there is an inline math equation when opening + some `DOCX` files + +#### Spreadsheet Editor + +* Fixed stopping work of the editor when entering data in some `XLSX` files +* Fixed crash of the editor after redoing the sheet movement +* Fixed stopping work of the editor after trying to select a value in a cell in + some `XLSX` files +* Fixed incorrect recalculation of the `TAKE` function in some formulas +* Fixed loss of a hyperlink in the resulting workbook when using the `IMPORTRANGE` + formula +* Fixed the #NAME error when recalculating the `IF` function in some `XLSX` files +* Fixed the imaginary ability to continue editing after connection break +* Fixed the #NAME error after adding an external link to a named range +* Fixed work of the Scale with document options for headers and footers when printing + if the document scale is set to Fit All Columns on One Page +* Fixed appearing the warning after entering a formula via the Insert Function window +* Fixed activation of the Undo button after an incorrect attempt to enter a formula +* Fixed the “Invalid regular expression” error when creating Calculates Items in + some `XLSX` files +* Fixed the “There are one or more circular references where a formula refers” + error when opening some `XLSX` files +* Fixed errors in formula calculations when opening some `XLS` files +* Fixed saving the Freeze Panes position after reloading the `XLSX` document +* Fixed filling of filtered/hidden data in cells in the view mode (Sheet View) +* Fixed appearing the empty row after moving between two others +* Fixed the ability to scroll the sheet when filling cells with data on HiDPI monitors +* Fixed work of horizontal sheet scrolling with `Shift` + `Mouse Wheel` on macOS +* Fixed loss of a link to named ranges that refer to external files + +#### Presentation Editor + +* Fixed crash of the editor when opening some `PPSX` files +* Fixed stopping work of the editor when exporting some `PPTX` files to `PDF` +* Fixed data loss when copying a placeholder with a slide number to other slides +* Fixed the ability to exit the Slideshow mode using `Esc` after drawing +* Fixed display of a new theme name after applying the Rename Master option without + reloading the editor page +* Fixed an issue with table display when exporting some `PPTX` files to `ODP` +* Fixed display of the first characters of a word when using the Morph transition + with the Words / Letters parameter +* Fixed changing the Flip parameter for images after exporting some + `PPTX` files to `ODF` +* Fixed loss of digital signature after drawing in the Slideshow mode + +#### Forms + +* Fixed conversion of a form file to a regular `PDF` file when exporting +* Fixed display of the Required field frame for a nested field in the Complex field + +#### PDF Editor + +* Fixed stopping work of the editor when inserting a stamp if the cursor is positioned + in a text comment +* Fixed crash when undoing adding a Text Comment in some `PDF` files +* Fixed stopping work when clicking Edit Text in some `PDF` files +* Fixed crash when clicking in Text Callout +* Fixed the ability to save the `PDF` file if the cursor is positioned in + the Text Comment window +* Fixed data loss when opening some `PDF` files created in the ItextSharp library +* Fixed data loss after copying contents of some `PDF` files and pasting the contents + into the Document Editor +* Fixed adding a stamp outside the page after rotating it +* Fixed saving annotations in `PDF` files opened from the portal + +#### Convert + +* Fixed an issue that caused an error when opening the result of converting some + `XLS` files to `XLSX` in third-party editors +* Fixed appearing a table in the header when converting some `ODT` files to `DOCX` +* Fixed losing graphic objects when opening a file in third-party editors after + converting some `DOCX` files to `ODT` +* Fixed losing text in autoshapes when converting some `ODT` files to `DOCX` +* Fixed offset of multilevel list items when opening some `ODT` files +* Fixed changing the fill when converting some `ODP` files to `PPTX` +* Fixed changing the text style when converting some `ODT` files to `DOCX` +* Fixed changing the indents of table of contents numbering when converting + some `ODT` files to `DOCX` +* Fixed applying the footnote property to the text following it when converting + some `ODT` files to `DOCX` +* Fixed removal of headings numbering when converting some `ODT` files to `DOCX` +* Fixed losing an image when converting some `ODT` files to `DOCX` +* Fixed changing the appearance of an arrow when converting some `DOCX` + files to `PDF` +* Fixed display of images when opening some `ODS` files +* Fixed missing images when opening some `Pages` files +* Fixed changing the font size when converting some `ODT` files to `DOCX` + ## 8.3.0 ### New features