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