Skip to content

Commit 35e40b1

Browse files
maxkadushkinagolybev
authored andcommitted
Update CHANGELOG.md (#21)
Co-authored-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com> Co-committed-by: Maxim Kadushkin <maxim.kadushkin@onlyoffice.com>
1 parent ec9b377 commit 35e40b1

1 file changed

Lines changed: 86 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,91 @@
11
# Change log
22

3+
## 9.3.0
4+
5+
### New features
6+
7+
#### All Editors
8+
9+
* Added the Use AI functions option to the application settings
10+
* Added Box and Dropbox cloud providers
11+
* Added the Pin option to the Recent files and Recent folders lists on
12+
the start page
13+
* Added the ability to work with files in separate windows (macOS)
14+
* Added the Open File option to the application settings to open a file in a separate
15+
window (macOS)
16+
* Implemented the ability to add hyperlinks to images, shapes, or groups
17+
* Implemented all settings for texture fills for images
18+
* Updated macro recording in documents, spreadsheets, and presentations
19+
20+
#### Document Editor
21+
22+
* Added Multiple pages view
23+
* Added the Zoom to 100% and Multiple pages buttons to the View tab
24+
* Changed the appearance of comments. Now a user's color is used and
25+
the beginning and end of the comment are displayed
26+
* Implemented the ability to select words/paragraphs by double/triple-clicking
27+
the mouse
28+
* Added saving to the `MD` format
29+
* Moved header and footer settings to a separate Header & Footer tab
30+
31+
#### Spreadsheet Editor
32+
33+
* Added support for new functions: `REGEXTEST`, `REGEXREPLACE`, `REGEXEXTRACT`
34+
* Improved work of the `COUNTIF` function
35+
* Added support for dynamic arrays
36+
* Added Solver for solving linear problems (Simplex LP)
37+
* Changed the color of the resolved comment indicator
38+
* Added the ability to select multiple separators when splitting text into columns/pasting
39+
from the clipboard
40+
* Added the Format button, which combines various functions for working with sheets/rows/columns
41+
* Added support for `TSV` files for reading
42+
* Added options for pasting from the clipboard for the Paste button on the top toolbar
43+
44+
#### Presentation Editor
45+
46+
* Added support for GIF animations playback in the slideshow demonstration mode
47+
48+
#### Forms
49+
50+
* Added the signature settings window with the ability to draw and add text to signatures
51+
* Added the ability to stretch fixed forms to fit the table cell size using
52+
the context menu
53+
* Added the Protection tab, which duplicates the Protect functionality in the
54+
`File` menu
55+
* Added saving to the `MD` format
56+
57+
#### PDF Editor
58+
59+
* Added version history
60+
* Added Multiple pages view
61+
* Added the Zoom to 100% and Multiple pages buttons to the View tab
62+
* Implemented a password prompt when enabling the Edit PDF mode if the file is
63+
protected from editing
64+
* Added support for Link annotations with the ability to add them both to
65+
an area and to text on a page
66+
* Added the ability to continue editing `PDF` using embedded fonts
67+
* Added the ability to redact text using the auxiliary pop-up toolbar
68+
* Added parameters for printing pages
69+
70+
#### Diagram
71+
72+
* Added print preview
73+
74+
### Fixes
75+
76+
#### Security
77+
78+
* Fixed several vulnerabilities with out-of-bounds read in `XLS` processing/conversion
79+
(via `FilePass`, `HLink`, `rgXTI`.`itabLast`, `Formula` record `cce`, `ShapePropsStream`,
80+
and `CRN`.`colLast` records/fields) leading to information leak and `ASLR` bypass
81+
* Fixed vulnerabilities with untrusted pointer dereference in `XLS` processing/conversion
82+
(via `pictFmla`.`cbBufInCtlStm` and other vectors) leading to information
83+
leak and `ASLR` bypass
84+
* Fixed a DOM-based XSS vulnerability when executing a macro using dynamic import()
85+
(CVE-2021-43446, CVE-2023-50883, CVE-2024-44085)
86+
* Fixed the vulnerability in the update service, that allows you to perform actions
87+
with files with system privileges
88+
389
## 9.2.1
490

591
### Fixes

0 commit comments

Comments
 (0)