From 4666f867c49ee0692ffe4aea256df69ba41828f8 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Mon, 1 Dec 2025 12:47:34 +0000 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Maxim Kadushkin Co-committed-by: Maxim Kadushkin --- .aspell.en.pws | 5 ++++- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/.aspell.en.pws b/.aspell.en.pws index 49f6b69..9b28765 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -391,4 +391,7 @@ DOCT XLST md HEIF -HWPML \ No newline at end of file +HWPML +MCP +checkboxes +websocket \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da6ea9..00acacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Change log +## 9.2.0 + +### New features + +#### All Editors + +* Added AI Agent, enabling document generation, PDF form filling, document + content reading, document analysis, local file operations, MCP Server connection, + and online information search +* Added the ability to customize keyboard shortcuts +* Added the ability to record some executed actions as a macro in all editors, + except for PDF + +#### Presentation Editor + +* Implemented insertion of equations from a third-party resource + +#### Forms + +* Added local PDF Forms templates +* Implemented the ability to select the role for which new fields will be added +* Implemented the ability to add labels for checkboxes and radio buttons. In + the filling mode, clicking on the label works like clicking on the checkbox itself + +#### PDF Editor + +* Added the ability to change color for hidden text (Redact) +* Implemented insertion of equations from a third-party resource + +### Fixes + +#### Security + +* Fixed the vulnerability which allows adding a named range in the protected workbook + via websocket + ## 9.1.0 ### New features