Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e064689aa | |||
| 4666f867c4 | |||
| d9c0d634c4 | |||
| e368915234 | |||
| 4cbe8b5c1b | |||
| 34fcde340a |
+19
-1
@@ -113,6 +113,7 @@ MacOS
|
|||||||
MacOs
|
MacOs
|
||||||
macOS
|
macOS
|
||||||
MathType
|
MathType
|
||||||
|
MathML
|
||||||
mathType
|
mathType
|
||||||
metafile
|
metafile
|
||||||
mht
|
mht
|
||||||
@@ -376,4 +377,21 @@ ur
|
|||||||
VSD
|
VSD
|
||||||
VSDX
|
VSDX
|
||||||
VSTX
|
VSTX
|
||||||
autofitting
|
autofitting
|
||||||
|
woff
|
||||||
|
Typograf
|
||||||
|
LanguageTool
|
||||||
|
DeepL
|
||||||
|
Zotero
|
||||||
|
Javascript
|
||||||
|
autocorrecting
|
||||||
|
Multiline
|
||||||
|
AutoFit
|
||||||
|
DOCT
|
||||||
|
XLST
|
||||||
|
md
|
||||||
|
HEIF
|
||||||
|
HWPML
|
||||||
|
MCP
|
||||||
|
checkboxes
|
||||||
|
websocket
|
||||||
+237
@@ -1,5 +1,242 @@
|
|||||||
# Change log
|
# 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
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Added external data for charts. When copying between editors, it's possible to
|
||||||
|
select either an embedded file or a link to the source
|
||||||
|
* Added the ability to enable/disable chart elements
|
||||||
|
* Added support for the Explosion option (separating a segment of pie and doughnut
|
||||||
|
2d charts) for opening
|
||||||
|
* Added support for the `HEIF` images
|
||||||
|
* Added the ability to configure the display of resolved/open comments in
|
||||||
|
the left panel
|
||||||
|
* Added preview for cloud templates
|
||||||
|
* Added the "Spelling language detection" option on the application settings
|
||||||
|
page (macOS)
|
||||||
|
* Added the ability to configure sending notifications from the application via
|
||||||
|
the "Notifications & actions" system section for modern OS (Windows 10 and later)
|
||||||
|
* Added the option to select color mode for the printer in the print preview menu
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Implemented support for breaking sections within block content controls
|
||||||
|
with any nesting level
|
||||||
|
* Added a full-featured chart editor. Embedded `XLSX` files are now opened
|
||||||
|
instead of
|
||||||
|
loading values from the chart cache
|
||||||
|
* Added support for the `HWPML` text document format for viewing
|
||||||
|
* Added support for inserting mathematical formulas from the MathML format
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Add a setting for a general text direction in a cell
|
||||||
|
* Added support for date filters in pivot tables
|
||||||
|
* Added some Form Controls (Check Box, Combo Box, List Box, Spin Button, Scroll Bar,
|
||||||
|
Button) for opening
|
||||||
|
* Improved the logic of formulas for mixed data types
|
||||||
|
* Reduced memory consumption during formula calculations
|
||||||
|
* Optimized calculation of the `VLOOKUP` and `XLOOKUP` formulas
|
||||||
|
* Added highlighting of active arguments when entering a formula
|
||||||
|
* Added translation of formulas into Serbian (Cyrillic), Serbian (Latin) and
|
||||||
|
Chinese (Traditional)
|
||||||
|
* Added support for inserting mathematical formulas from the MathML format
|
||||||
|
* Moved formatted table settings from the right panel to the Table Design tab of
|
||||||
|
the top toolbar.
|
||||||
|
The tab appears only when we are working within a table
|
||||||
|
* Added the ability to rename a sheet by double-clicking on its name without opening
|
||||||
|
additional windows
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Added a full-featured chart editor. Embedded `XLSX` files are now opened
|
||||||
|
instead of
|
||||||
|
loading values from the chart cache
|
||||||
|
* Moved Master Slide settings from the Insert tab to a separate tab of the top toolbar
|
||||||
|
* Added an audio/video player (macOS)
|
||||||
|
|
||||||
|
#### Forms
|
||||||
|
|
||||||
|
* Improved user experience when working with fields
|
||||||
|
* Renamed the View Form and Manage Roles buttons to Preview and
|
||||||
|
Manage Recipient Roles
|
||||||
|
* Added support for inserting mathematical formulas from the MathML format
|
||||||
|
|
||||||
|
#### PDF Editor
|
||||||
|
|
||||||
|
* Added functionality for hiding confidential information - Redact
|
||||||
|
* Added new annotation types to the Comment section
|
||||||
|
* Implemented work with Smart Art
|
||||||
|
* Added support for charts
|
||||||
|
* Implemented copying and pasting graphic elements and forms
|
||||||
|
|
||||||
|
#### Convert
|
||||||
|
|
||||||
|
* Added the ability to convert `PDF` and `PPTX` to `TXT` directly
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### Security
|
||||||
|
|
||||||
|
* Fixed the XSS vulnerability when processing hyperlinks in documents
|
||||||
|
|
||||||
|
## 9.0.4
|
||||||
|
|
||||||
|
### New features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Added support for woff2 fonts
|
||||||
|
* Added the Suggest a Feature item to the editors File menu
|
||||||
|
* Added AI, Photo Editor, OCR, Typograf, Doc2md, LanguageTool, DeepL,
|
||||||
|
Thesaurus and Zotero plugins to the distribution with ONLYOFFICE branding
|
||||||
|
* Added creation of a marker file blocking when opening documents in other applications
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Improved usability when working with allowed areas
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Fixed display of the scroll bar for the Modern Dark theme
|
||||||
|
* Fixed display of the table creation matrix in the Insert -> Table menu for
|
||||||
|
the Modern Light / Dark themes
|
||||||
|
* Fixed display of the error window when the connection is broken after 2 minutes
|
||||||
|
of waiting
|
||||||
|
* Fixed incorrect undo after composite input of text into an autoshape in the
|
||||||
|
Fast Co-editing mode
|
||||||
|
* Fixed display of translations on the Home and About pages when changing the interface
|
||||||
|
language without restarting the application
|
||||||
|
* Fixed collapsing the toolbar in the More menu after pinning a document to
|
||||||
|
the main window
|
||||||
|
at 300% scale for Modern themes
|
||||||
|
* Fixed display of preview for the "Invoice children's style" template in
|
||||||
|
Templates > Documents
|
||||||
|
in Arabic interface
|
||||||
|
* Fixed the appearance of scroll when calling the context menu near the window
|
||||||
|
borders for the "Recent files" list
|
||||||
|
* Fixed menu for creating new files for the Dark theme
|
||||||
|
* Fixed opening files for editing from Google Drive connected via Gnome
|
||||||
|
online accounts (Linux)
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fixed the sequence of recording table settings to the file
|
||||||
|
* Forbidden execution of the Javascript code for a custom property in a document
|
||||||
|
* Fixed re-applying text formatting in an autoshape using hotkeys
|
||||||
|
* Fixed an error when reading a color with the "automatic" value or writing it
|
||||||
|
to a file
|
||||||
|
* Disabled the ability to delete text outside the allowed area for filling in
|
||||||
|
* Fixed deletion of characters when opening the `TXT` file for editing
|
||||||
|
* Fixed display of the password request window to remove file protection in MS Word
|
||||||
|
* Fixed recalculating the position of an autoshape with the "Resize shape
|
||||||
|
to fit text" flag
|
||||||
|
when changing text formatting
|
||||||
|
* Fixed crash when autocorrecting in a graphical formula (equation)
|
||||||
|
* Fixed display of the Abstract Numbering Definition Identifier numbering
|
||||||
|
in the `DOCX` file
|
||||||
|
* Removed an incorrect item in the Paste options menu for the "Chart Editor" window
|
||||||
|
* Fixed display of some hieroglyphs with bold settings on macOS
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Fixed positioning of RTL text and graphics when saving the `XLSX` file to an image
|
||||||
|
* Fixed hanging of the editor when copying rows / columns in some browsers
|
||||||
|
* Fixed formatting change for several cells with mixed text format
|
||||||
|
* Fixed the size of the pasted image of the copied area when scale is higher
|
||||||
|
than 100%
|
||||||
|
* Fixed display of scroll bars when uploading a new version of the `XLSX` file
|
||||||
|
after connection break
|
||||||
|
* Fixed crash when copying / pasting a cell with conditional formatting in
|
||||||
|
the `XLSX` file
|
||||||
|
* Fixed calculation of number of pages when saving the `ODS` file to `PNG`/`JPG`
|
||||||
|
* Fixed display of percent sign (%) in combination with a number
|
||||||
|
* Fixed an error when opening the saved `ODS` file in MS Excel
|
||||||
|
* Fixed the position when pasting a copied cell range as a Picture (Paste options)
|
||||||
|
for an RTL file
|
||||||
|
* Fixed display of text in the Formula bar in RTL languages
|
||||||
|
* Fixed crash when when opening a sheet with charts in the `XLSX` file where
|
||||||
|
multiple gradient points are used
|
||||||
|
* Fixed crash when when resizing a line chart with a lot of data in the `XLSX` file
|
||||||
|
* Fixed printing the selection (Print range > Selection) to the `PDF` file
|
||||||
|
* Fixed crash on memory when reading pivot tables in the `XLSX` file
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Fixed an error when clicking in the working area after deleting all slides
|
||||||
|
in the `ODP` file
|
||||||
|
* Fixed translation of the "Transitions" tab in Danish
|
||||||
|
|
||||||
|
#### Forms
|
||||||
|
|
||||||
|
* Fixed display of field names in Adobe Acrobat with the same name specified in Cyrillic
|
||||||
|
* Fixed display of text for the field with the Password format
|
||||||
|
* Fixed input of text in the form field if the page is rotated
|
||||||
|
* Fixed locking of the Format list when the Multiline option is enabled
|
||||||
|
for the Text field
|
||||||
|
|
||||||
|
#### PDF Editor
|
||||||
|
|
||||||
|
* Fixed opening of the context menu after connection break
|
||||||
|
* Fixed adding comments to stamps
|
||||||
|
* Fixed applying the AutoFit option if the Scroll Long Text is not enabled
|
||||||
|
|
||||||
|
#### Convert
|
||||||
|
|
||||||
|
* Fixed crash when converting some `PPTX` files to `JPG` / `PNG` / `PDF`
|
||||||
|
* Fixed crash when converting the `XLSM` file to `XLSB` via x2t
|
||||||
|
* Fixed crash when converting the `PPTX` file to `PNG` via x2t
|
||||||
|
* Fixed crash when converting the `XLSM` file to `PNG` via x2t
|
||||||
|
* Fixed display of the “x” symbol after converting the `DOC` file to `DOCX`
|
||||||
|
* Fixed crash when converting the `DOCX` file to `JPG` / `PNG` / `PDF` via x2t
|
||||||
|
* Fixed crash when converting the `ODT` file to `DOCT` via x2t
|
||||||
|
* Fixed crash when converting the `ODS` file to `JPG` / `PNG` / `PDF` via x2t
|
||||||
|
* Fixed crash when converting the `ODS` file to `XLST` via x2t
|
||||||
|
* Fixed crash when converting a binary file containing an `SVG` image to `XLSX`
|
||||||
|
via x2t
|
||||||
|
* Fixed crash when converting the `KEY` file to `PPTT` via x2t
|
||||||
|
|
||||||
## 9.0.3
|
## 9.0.3
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
+1
-1
Submodule core updated: f6c8356684...b1b3e1fb7c
+1
-1
Submodule desktop-apps updated: a644563e46...23a4454ebf
+1
-1
Submodule desktop-sdk updated: cfdfb967d7...81ab611fa4
+1
-1
Submodule sdkjs updated: 4c042826df...3afdbeacca
+1
-1
Submodule web-apps updated: ae1313b408...888dd4ae4e
Reference in New Issue
Block a user