Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8be9cba5cc | |||
| 16e6b5c131 | |||
| b6ccc7896d | |||
| 78b906b970 | |||
| 513890ba04 | |||
| def7ad9b6d | |||
| 635152c412 | |||
| dad8ea3625 | |||
| 818a3e07ba | |||
| 78da89c17a | |||
| 4a2de5f2f2 | |||
| 9f9227d003 |
+12
-1
@@ -3,6 +3,7 @@ ACOT
|
||||
ACOTH
|
||||
ASC
|
||||
aspose
|
||||
aspx
|
||||
autocolor
|
||||
autocomplete
|
||||
AutoCorrect
|
||||
@@ -116,6 +117,7 @@ mht
|
||||
multichart
|
||||
multiselect
|
||||
México
|
||||
NativeEngine
|
||||
Nederland
|
||||
Nederlands
|
||||
Nextcloud
|
||||
@@ -221,8 +223,8 @@ YYYY
|
||||
yyyy
|
||||
CVE
|
||||
Sinhala
|
||||
DjVu
|
||||
djvu
|
||||
DJVU
|
||||
XLSB
|
||||
xps
|
||||
XPS
|
||||
@@ -276,3 +278,12 @@ autocorrect
|
||||
XMATCH
|
||||
ARRAYTOTEXT
|
||||
subforms
|
||||
autoshape
|
||||
Cmd
|
||||
Fn
|
||||
Numpad
|
||||
SORTBY
|
||||
Autocompletion
|
||||
JWT
|
||||
editorType
|
||||
config
|
||||
|
||||
+221
-16
@@ -1,5 +1,197 @@
|
||||
# Change log
|
||||
|
||||
## 7.5.1
|
||||
|
||||
### Fixes
|
||||
|
||||
#### All Editors
|
||||
|
||||
* Fixed print options (range) tuning for documents and presentations
|
||||
* Fixed some security issues
|
||||
* Fixed opening files with size more than 100 MB
|
||||
* Fixed some issues with composite input
|
||||
* Fixed issues preventing the application from working on MacOS version < 12.0 ([#1399](https://github.com/ONLYOFFICE/DesktopEditors/issues/1399))
|
||||
* Fixed working with blocked text fields in dialog boxes
|
||||
* Improved quality of the SVG images added to the documents ([#102](https://github.com/ONLYOFFICE/DesktopEditors/issues/102))
|
||||
* Fixed the main window hanging when closing the application after
|
||||
working with several document tabs
|
||||
* Fixed signing of documents/spreadsheets using SVG images
|
||||
|
||||
#### Document Editor
|
||||
|
||||
* Fixed incorrect painting inserted Text Art
|
||||
* Fixed an error when combining/comparing documents
|
||||
|
||||
#### Spreadsheet Editor
|
||||
|
||||
* Fixed issue when cell border became hidden due to hide row with part of
|
||||
merged cell
|
||||
* Fixed equation transformation for Linear/Professional mode switching from
|
||||
context menu
|
||||
* Fixed print issue for Header/Footer
|
||||
* Fixed crashing of the editor after creating file from password protected XLTX
|
||||
|
||||
#### Presentation Editor
|
||||
|
||||
* Fixed error on click Header & Footer in Insert tools panel
|
||||
* Fixed crashing in the Reporter mode on changing slide from end demonstration
|
||||
* Fixed saving presentations with media files for compatibility with other editors
|
||||
|
||||
#### PDF Editor
|
||||
|
||||
* Fixed saving document through "Save copy"
|
||||
* Fixed incorrect processing editor's config (editorType)
|
||||
* Fixed issue for plugin "Send" when there is no email client installed
|
||||
* Fixed opening help for PDF editor and files opened for viewing (XPS, DjVu)
|
||||
|
||||
## 7.5.0
|
||||
|
||||
### New Features
|
||||
|
||||
#### All Editors
|
||||
|
||||
* Added support for interface scales >200% (225, 250, 275, 300, 350, 400, 450, 500)
|
||||
* Files from the "Recent files" list of the application have been added to
|
||||
the "File" > “Open Recent” section, according to the editor formats
|
||||
* Updated VLC libraries (for Windows)
|
||||
* Updated the “About” page and the “Check for updates” block (for Windows)
|
||||
* Added a list of changes to deb/rpm packages (for Linux)
|
||||
* Added a warning when the application is closing if several files are opened
|
||||
* The "Last used" option has been added to the editors settings for
|
||||
"Default Zoom Value"
|
||||
* Add a menu for quick access to the most popular symbols to the button
|
||||
for inserting symbols
|
||||
* Support for SVG images
|
||||
* Add a setting to hide the toolbar for equation
|
||||
* Add hints for images in SmartArt objects
|
||||
* Add the ability to open files protected with a password in the embedded viewer
|
||||
* Add the ability to edit points of the autoshape border to the right panel
|
||||
* Only Ctrl + ./Ctrl + , keyboard shortcuts are now used for
|
||||
superscript/subscript characters
|
||||
* Change keyboard shortcuts for moving through the text on macOS:
|
||||
* Cmd + Arrow Left – moving to the beginning of the line
|
||||
* Cmd + Arrow Right – moving to the end of the line
|
||||
* Option + Arrow Left – moving one word to the left
|
||||
* Option + Arrow Right – moving one word to the right
|
||||
* Removing one word to the left: Ctrl + Backspace replaced with Option + Delete
|
||||
* Removing one word to the right: Ctrl + Fn + Delete replaced with
|
||||
Option + Fn + Delete.
|
||||
|
||||
#### Document Editor
|
||||
|
||||
* Automatic hyphenation
|
||||
* Change the selection logic, add the “Smart paragraph selection” option
|
||||
in Advanced Setting
|
||||
* Add the “Remove content control when contents are edited” option to content
|
||||
control settings
|
||||
* Change behavior of the Accept/Reject review buttons in the toolbar
|
||||
* Disable the Zoom out action for the Ctrl + Numpad keyboard shortcut due to
|
||||
the conflict with inserting an em dash
|
||||
* Change the keyboard shortcut for strikeout text formatting on macOS:
|
||||
Ctrl + 5 replaced with Cmd + Shift + X
|
||||
* Change the keyboard shortcut for inserting ellipsis on macOS:
|
||||
Ctrl + Option + . replaced with Option + ;
|
||||
|
||||
#### Spreadsheet Editor
|
||||
|
||||
* The ability to display only formulas in cells
|
||||
* Trace precedents / dependents
|
||||
* New function: SORTBY
|
||||
* Added presets for "Margins" and the ability to show/hide "Print titles" in
|
||||
the "File" > "Print" menu
|
||||
* Add the ability to set a number format in the field settings for pivot tables
|
||||
* The Show details feature for working with a Pivot Table
|
||||
* Improvement of the ability to open data on a new sheet by double-clicking
|
||||
a value in a Pivot Table
|
||||
* Autocompletion for days of the week and months when stretching a cell value
|
||||
* Drag-and-drop for columns and rows
|
||||
* Add filters by date and the ability to display data with the "Date" format
|
||||
in the form of a tree in the Autofilter window
|
||||
* Inserting images into headers/footers
|
||||
* External data update for the currently edited source file
|
||||
* The last used Delimiter and Encoding setting for CSV files is now stored
|
||||
locally on the client side
|
||||
* The ability to insert page breaks from the Layout toolbar
|
||||
* Add the ability to open the source for external links
|
||||
* Add the Alt + Down keyboard shortcut for opening the Autofilter window
|
||||
when the header of a column with a filter is selected
|
||||
|
||||
#### Presentation Editor
|
||||
|
||||
* Add the "Morph" transition
|
||||
* Assigning names to objects in advanced settings
|
||||
* The "Number slides from" option has been added to the slide size settings
|
||||
* Notes and Handouts in headers/footers settings
|
||||
* Slide placeholders have alternative descriptions
|
||||
* SmartArt insertion is available via a slide placeholder
|
||||
* Add the ability to navigate to the specific slide with the consecutive
|
||||
pressing of the *slide number* + Enter when previewing a presentation
|
||||
* Change the keyboard shortcut for starting a presentation on macOS:
|
||||
Cmd + Shift + Return is used
|
||||
|
||||
#### PDF Editor
|
||||
|
||||
* Support for the PDF form, annotations, comments and drawings
|
||||
|
||||
#### Forms
|
||||
|
||||
* Bring settings on the right toolbar to unified appearance
|
||||
|
||||
### Fixes
|
||||
|
||||
#### Security
|
||||
|
||||
* Fix vulnerability which allows reading data from memory when converting
|
||||
DOC to DOCX
|
||||
* Fix vulnerability which allows adding a third party image to a document when
|
||||
converting HTML to DOCX
|
||||
|
||||
#### Plugins
|
||||
|
||||
* Restore working capacity from China
|
||||
|
||||
## 7.4.1
|
||||
|
||||
### New Features
|
||||
|
||||
#### All Editors
|
||||
|
||||
* Fixed vulnerabilities with checking the integrity of a digital signature,
|
||||
after manipulations with the document structure
|
||||
* Editors now display the correct error when trying to write a file, opened
|
||||
in another application
|
||||
* Fixed an error that occurs when opening multiple files using drag'n'drop
|
||||
* Fixed an issue when opening templates which contain slashes in their names
|
||||
* Fixed incorrect name for the next tab after closing and saving the document
|
||||
in front of it
|
||||
* The latest changes in the file are now included when sending via the Send plugin,
|
||||
if they have not been saved
|
||||
* Fixed the processing of the link, that ends with `default.aspx`, when connecting
|
||||
to the Workspace portal
|
||||
* The Open file location button for a document opened from the portal in a separate
|
||||
window without the main one now works
|
||||
* Fixed working with tabs when documents are opened from the portal and the user
|
||||
logs out on the Connect to cloud page
|
||||
* Fixed online help for macOS systems
|
||||
* Updated sets of application icons for Jump List (Tasks) on Windows systems
|
||||
* All components in Windows installation packages are now digitally signed
|
||||
* A large number of fixes and improvements to the MSI installation package
|
||||
|
||||
#### Document Editor
|
||||
|
||||
* Fixed displaying of non-printing characters after calling the print preview window
|
||||
|
||||
#### Spreadsheet Editor
|
||||
|
||||
* Fixed displaying of a document when printing to PDF if the width/height
|
||||
of columns/rows were changed
|
||||
* Fixed the scroll bar display in the filtering window for legacy systems
|
||||
|
||||
#### Presentation Editor
|
||||
|
||||
* Fixed an error during slideshow auto-run and with system scale >200%
|
||||
when opening multiple files using drag'n'drop
|
||||
|
||||
## 7.4.0
|
||||
|
||||
### New Features
|
||||
@@ -10,14 +202,18 @@
|
||||
* The application now uses system (native) dialog boxes
|
||||
* Added application update service for Windows systems
|
||||
* The pages in the File menu have been redesigned and correspond to a single style
|
||||
* The print preview window has added the ability to specify: page range, number of copies, printing on both sides and the Print to PDF button
|
||||
* The print preview window has added Print to PDF button and the ability to specify:
|
||||
page range, number of copies, printing on both sides
|
||||
* The Draw tab has been added to the Editors toolbar
|
||||
* The Eyedropper tool and hints for color names have been added to the color selection menu
|
||||
* The Eyedropper tool and hints for color names have been added to the color
|
||||
selection menu
|
||||
* Added the ability to copy style between graphic objects
|
||||
* The Save as picture item has been added to the context menu of graphic objects
|
||||
* Added opacity settings for fill and borders of graphic objects; autoshapes, charts, images and others
|
||||
* Added opacity settings for fill and borders of graphic objects: autoshapes,
|
||||
charts, images and others
|
||||
* Added support for Radar charts
|
||||
* Added formats for opening in Editors: MHTML, SXC, ET, ETT, SXI, DPS, DPT, SXW, STW, WPS, WPT
|
||||
* Added formats for opening in Editors: MHTML, SXC, ET, ETT, SXI, DPS, DPT,
|
||||
SXW, STW, WPS, WPT
|
||||
* Column headers have been added in some dialog windows with lists
|
||||
* The number of results found has been added to the search box
|
||||
* Added regional settings for the Danish language (Dansk (Danmark))
|
||||
@@ -27,7 +223,8 @@
|
||||
#### Document Editor
|
||||
|
||||
* Added the ability to merge documents
|
||||
* The ability to change the width and spacing of each column independently has been added to the column settings window
|
||||
* The ability to change the width and spacing of each column independently
|
||||
has been added to the column settings window
|
||||
* Expanded the number of settings for numbered and multi-level lists
|
||||
* Added the Recently used section in the lists menu for the current document
|
||||
* Added the ability to apply the list from the List Options window
|
||||
@@ -36,11 +233,13 @@
|
||||
|
||||
#### Spreadsheet Editor
|
||||
|
||||
* Add the support for new functions; SEQUENCE, XMATCH, EXPAND, FILTER, ARRAYTOTEXT, SORT
|
||||
* Add the support for new functions: SEQUENCE, XMATCH, EXPAND, FILTER,
|
||||
ARRAYTOTEXT, SORT
|
||||
* Added translation of formulas into Armenian
|
||||
* The ability to change the case of text has been added to the Home toolbar
|
||||
* Page Break Preview mode has been added to the View toolbar
|
||||
* In the Print range settings, the Current sheet option has been replaced with Active sheets
|
||||
* In the Print range settings, the Current sheet option has been replaced with
|
||||
Active sheets
|
||||
* The ability to set First page number has been added to the print settings
|
||||
* Long/short date formats have been added to the drop-down list of cell formats
|
||||
* Items for working with pivot tables have been added to the context menu
|
||||
@@ -53,18 +252,22 @@
|
||||
|
||||
#### Forms
|
||||
|
||||
* The position of the forms with the Fixed size field option is now calculated from the beginning of the page
|
||||
* Fixed rendering of the frame at the active field for forms with the Fixed size field option
|
||||
* The position of the forms with the Fixed size field option is now calculated
|
||||
from the beginning of the page
|
||||
* Fixed rendering of the frame at the active field for forms with the Fixed
|
||||
size field option
|
||||
* Ability to add a new form without leaving the current one
|
||||
* Filling in the view mode (the View Form button remains
|
||||
* Filling in the view mode (the View Form button remains)
|
||||
* In Edit mode, the current shape has the same fill as all the others
|
||||
* It is forbidden to fill out forms inside a document sheet in Edit mode
|
||||
* Since it is forbidden to fill out forms in Edit mode, the default value setting (Default value) has been added to the right panel
|
||||
* Since it is forbidden to fill out forms in Edit mode, the default value
|
||||
setting (Default value) has been added to the right panel
|
||||
* Optimized the work of subforms inside complex forms
|
||||
|
||||
### Fixes
|
||||
|
||||
* `Same as system` item has been removed from the application settings (Interface theme) for Linux systems
|
||||
* `Same as system` item has been removed from the application settings
|
||||
(Interface theme) for Linux systems
|
||||
* All editors received countless fixes
|
||||
|
||||
## 7.3.3
|
||||
@@ -73,12 +276,14 @@
|
||||
|
||||
#### All Editors
|
||||
|
||||
* Fix the application vulnerability CVE-2022-48422 which allows to load a library
|
||||
from the current directory (for Linux) (Bug 60244)
|
||||
* Fix the application vulnerability CVE-2023-30186 with memory exhaustion
|
||||
during work with `NativeEngine` function (Bug 60433)
|
||||
* Fix display of the editor window minimized in the Maximize mode (Bug 58402)
|
||||
* Fix moving the file placed in a separate window (for Linux) (Bug 45037)
|
||||
* Fix display of the application window when connecting the second monitor (Bug 60899)
|
||||
* Fix the year in the About section (for MacOS) (Bug 61421)
|
||||
* Fix the application vulnerability which allows to load a library from the home
|
||||
directory (for Linux) (Bug 60244)
|
||||
* Fix a new file name when creating in Polish interface language (Bug 60764)
|
||||
* Fix display of the Help contents (Bug 61144)
|
||||
* Fix an encrypted file name when saving, if it is specified in Cyrillic (Bug 61243)
|
||||
@@ -408,14 +613,14 @@ script (Bug #59289)
|
||||
* Ability to use special symbols when searching within documents
|
||||
* Ability to add a period with a double-space
|
||||
* Add Chinese/Japanese/Italian language to Watermark settings
|
||||
* New viewer for PDF, XPS, DJVU files with major performance improvements
|
||||
* New viewer for PDF, XPS, DjVu files with major performance improvements
|
||||
All operations are performed on the client side.
|
||||
* Ability to use the Page Thumbnails panel and to display the document's
|
||||
contents on the left sidebar for PDF files
|
||||
* Support for external and internal links in PDF opening
|
||||
* Ability to use Hand/Select tools in PDF viewer
|
||||
* The Document Info section of the Data tab contains information about PDF,
|
||||
XPS, DJVU files
|
||||
XPS, DjVu files
|
||||
|
||||
#### Spreadsheet Editor
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||
 
|
||||
 
|
||||
|
||||
## Overview
|
||||
|
||||
|
||||
+1
-1
Submodule core updated: 7a822494aa...50a83e819f
+1
-1
Submodule desktop-apps updated: 00d01038e5...d90ba2053b
+1
-1
Submodule desktop-sdk updated: 70302eae0e...d8ea31b51c
+1
-1
Submodule dictionaries updated: 4fa8601cc3...f9034d584e
+1
-1
Submodule sdkjs updated: 1e001c2399...eb92448a74
+1
-1
Submodule web-apps updated: f5b619f058...5238ddb434
Reference in New Issue
Block a user