Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 59b0cd879a | |||
| 82415ef6bb | |||
| 34b4349abe | |||
| d7b4dd3025 | |||
| f836f39e27 | |||
| 548b7175b4 | |||
| 46f20d0f0e | |||
| 191f20aab2 | |||
| 6c654e7e1a | |||
| 061a8dccd9 | |||
| 511bce271a | |||
| 8be9cba5cc | |||
| 16e6b5c131 | |||
| b6ccc7896d | |||
| 78b906b970 | |||
| 513890ba04 |
+53
-1
@@ -223,8 +223,8 @@ YYYY
|
|||||||
yyyy
|
yyyy
|
||||||
CVE
|
CVE
|
||||||
Sinhala
|
Sinhala
|
||||||
|
DjVu
|
||||||
djvu
|
djvu
|
||||||
DJVU
|
|
||||||
XLSB
|
XLSB
|
||||||
xps
|
xps
|
||||||
XPS
|
XPS
|
||||||
@@ -262,6 +262,7 @@ CHOOSECOLS
|
|||||||
LaTeX
|
LaTeX
|
||||||
Tooltips
|
Tooltips
|
||||||
DOCXF
|
DOCXF
|
||||||
|
docxf
|
||||||
XSS
|
XSS
|
||||||
autoshapes
|
autoshapes
|
||||||
MHTML
|
MHTML
|
||||||
@@ -278,3 +279,54 @@ autocorrect
|
|||||||
XMATCH
|
XMATCH
|
||||||
ARRAYTOTEXT
|
ARRAYTOTEXT
|
||||||
subforms
|
subforms
|
||||||
|
autoshape
|
||||||
|
Cmd
|
||||||
|
Fn
|
||||||
|
Numpad
|
||||||
|
SORTBY
|
||||||
|
Autocompletion
|
||||||
|
JWT
|
||||||
|
editorType
|
||||||
|
config
|
||||||
|
Moodle
|
||||||
|
VC
|
||||||
|
Redist
|
||||||
|
RTL
|
||||||
|
Dropdown
|
||||||
|
ar
|
||||||
|
EXE
|
||||||
|
LTR
|
||||||
|
XP
|
||||||
|
DBNum
|
||||||
|
DatePicker
|
||||||
|
PIVOTVIEW
|
||||||
|
loadContent
|
||||||
|
GlobalsSubstream
|
||||||
|
UpdateXti
|
||||||
|
ChartSheetSubstream
|
||||||
|
recalc
|
||||||
|
PowerShell
|
||||||
|
sr
|
||||||
|
Latn
|
||||||
|
GETPIVOTDATA
|
||||||
|
IMPORTRANGE
|
||||||
|
jsdoc
|
||||||
|
px
|
||||||
|
onRequestEditRights
|
||||||
|
fs
|
||||||
|
folderPath
|
||||||
|
PtgName
|
||||||
|
PtgNameX
|
||||||
|
PtgParen
|
||||||
|
PtgRef
|
||||||
|
PtgList
|
||||||
|
PtgArea
|
||||||
|
CDataStream
|
||||||
|
ReadEmrTextBase
|
||||||
|
UpdateDefineNames
|
||||||
|
WorkBookStream
|
||||||
|
WorkBookStream
|
||||||
|
CPPTUserInfo
|
||||||
|
LoadExternal
|
||||||
|
CSvmFile
|
||||||
|
commandSetPassword
|
||||||
|
|||||||
+447
-2
@@ -1,5 +1,450 @@
|
|||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
|
## 8.1.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
* Switching to the creating forms in the `PDF` format
|
||||||
|
* Added the ability to disable the `Connect to cloud` page via
|
||||||
|
the `--lock-portals` key
|
||||||
|
* Added a window to restart the application if the settings marked with
|
||||||
|
the asterisk are applied (Windows, Linux)
|
||||||
|
* Added the `Use graphics acceleration` option to the application settings
|
||||||
|
* Added the progress of unpacking downloaded update to the `About` page (Windows)
|
||||||
|
* Added the ability to open a file by specifying its name in the terminal (Linux)
|
||||||
|
* Updated images for the error pages
|
||||||
|
* Added the translation into Serbian (sr-Latn-RS, Serbian (Latin, Serbia and Montenegro))
|
||||||
|
* Added a button to select a local file in the hyperlink insertion dialog window
|
||||||
|
* Changes in program interface: manageable functional buttons, Replace button is
|
||||||
|
now on the Home tab, Copy style, Clear style, Select all
|
||||||
|
* Autoshape shadowing settings
|
||||||
|
* Updated the set of color themes available in editors
|
||||||
|
* Added internal help in Portuguese (pt-BR)
|
||||||
|
* Added Arabic to all regional settings
|
||||||
|
* Added a title and a button to close the panel to the `Chat` panel
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* New button on the top toolbar for changing document editing mode: `Editing`,
|
||||||
|
`Reviewing`, `Viewing`
|
||||||
|
* Added tooltips for new or updated functionality (displayed when loading the
|
||||||
|
editor or when switching to the corresponding tab)
|
||||||
|
* Implemented the ability to set the format for page numbering
|
||||||
|
* Added support for the page color
|
||||||
|
* Updated built-in paragraph styles
|
||||||
|
* New items in the indents menu for opening the right panel and managing paragraph
|
||||||
|
indents, the ability to manage paragraph indents via the top toolbar
|
||||||
|
* Color theme button is now on the Layout tab
|
||||||
|
* Mail merge button is now on the Collaboration tab
|
||||||
|
* Line spacing options updated
|
||||||
|
* Improved work of the algorithm for displaying numbers and punctuation in
|
||||||
|
Arabic text for the Neutral and Weak classes
|
||||||
|
* Improved fitting for paragraphs with main `RTL` direction
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* New languages added: ligature support
|
||||||
|
* Selected cells are highlighted on their respective row/column numbers
|
||||||
|
* New functions: `GETPIVOTDATA`, `IMPORTRANGE`
|
||||||
|
* New function category: Custom based on jsdoc
|
||||||
|
* Version history update: edited cells are highlighted
|
||||||
|
* Users get custom protected range cells viewing rights
|
||||||
|
* Implemented the ability to copy/move sheets between opened books
|
||||||
|
* Changed the appearance of the sheet list in the embedded viewer in accordance
|
||||||
|
with the styles of the main spreadsheet editor
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* New slide settings on the right panel: show background graphics, reset background
|
||||||
|
to the theme background, apply settings to all slides
|
||||||
|
* Added `Animation` pane
|
||||||
|
* Added a mode for editing master slides and templates
|
||||||
|
* Updated the player interface for playing audio/video files (Windows and Linux)
|
||||||
|
|
||||||
|
#### Forms
|
||||||
|
|
||||||
|
* When adding a fixed form, now it is inserted without wrapping in front of the text
|
||||||
|
* The color of the Picture placeholder corresponds to the color of the role
|
||||||
|
for this form
|
||||||
|
* The thickness of the frame for required fields is now 2 px with any zoom
|
||||||
|
* Added a button to switch to the editing mode (similar to the button in
|
||||||
|
the editor header) for forms opened in the View or Fill forms mode
|
||||||
|
|
||||||
|
#### PDF Editor
|
||||||
|
|
||||||
|
* Added buttons for switching editing/viewing (annotations) modes to
|
||||||
|
the toolbar and the editor header
|
||||||
|
* Added tooltips for new or updated functionality (displayed when loading
|
||||||
|
the editor or when switching to the corresponding tab)
|
||||||
|
* In the Edit mode, it's possible to add various objects (using the `Home`
|
||||||
|
and `Insert` tabs) and configure them using the right panel and context menu
|
||||||
|
* Added the ability to add, delete or rotate pages using the context
|
||||||
|
menu and the toolbar
|
||||||
|
* Added a mini toolbar for adding annotations when selecting text
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### Security
|
||||||
|
|
||||||
|
* Fixed vulnerabilities in the PtgName::assemble, PtgNameX::assemble,
|
||||||
|
PtgParen::assemble, PtgRef3d::assemble, PtgList::assemble and
|
||||||
|
PtgArea3d::assemble methods which cause crash when converting `XLS` to `XLSX`
|
||||||
|
* Fixed the vulnerability in the `CDataStream::ReadEmrTextBase` method which causes
|
||||||
|
crash when converting `ODP` to `PDF`
|
||||||
|
* Fixed the vulnerability in the `GlobalsSubstream::UpdateDefineNames` method which
|
||||||
|
causes crash when converting `XLS` to `XLSX`
|
||||||
|
* Fixed the vulnerability in the `WorkBookStream::UpdateXti`, `WorkBookStream::UpdateXti`,
|
||||||
|
methods which causes crash when converting `XLS` to `XLSX`
|
||||||
|
* Fixed Heap Buffer Overflow when converting `EPUB` to `PDF`
|
||||||
|
* Fixed the vulnerability in the `CPPTUserInfo::LoadExternal` method which allows
|
||||||
|
writing a file to a folder with restricted access when converting `PPT` to `PPTX`
|
||||||
|
* Fixed vulnerabilities which allow reading data from a third-party file when
|
||||||
|
converting `OOXML` to `ODF` and vice versa
|
||||||
|
* Fixed Heap Buffer Overflow in the `CSvmFile::Read_META_BMP` method when
|
||||||
|
converting `ODP` to `PPTX`
|
||||||
|
|
||||||
|
## 8.0.1
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* Significantly increased the speed of unpacking the update package through
|
||||||
|
the built-in update service for future releases (Windows)
|
||||||
|
* Fixed the table alignment on a page after printing
|
||||||
|
* Renamed the form template creation button to PDF Form
|
||||||
|
* Changed the font family for Arabic language on the application main
|
||||||
|
page
|
||||||
|
* Fixed the Open Document dialog window language if the Arabic interface is
|
||||||
|
set in the system
|
||||||
|
* Fixed changing the text direction in the User Name field when changing
|
||||||
|
the keyboard layout if the RTL UI is enabled
|
||||||
|
* The RTL UI mode is hidden on Windows XP
|
||||||
|
* Fixed applying a password when opening local files on Windows XP
|
||||||
|
* Fixed the translation in the drop-down lists of options for the 'Disabled'
|
||||||
|
state in the application settings
|
||||||
|
* Fixed the description of the `DOCX` format in the Save As dialog
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fix crash when clicking comment inside a math equation
|
||||||
|
* Fix crash when using the Insert caption feature with the Include
|
||||||
|
chapter number option
|
||||||
|
* Fix crash when inserting a copied image using Ctrl
|
||||||
|
* Fix a problem with rendering collaboration highlight
|
||||||
|
* Fix an issue with highlighting searching results in some `DOCX` files
|
||||||
|
* Fix display of highlighting a comment added to RTL text
|
||||||
|
* Fix text label for Table of Contents in the RTL UI
|
||||||
|
* Fix an issue with shaping text with different direction (RTL and LTR)
|
||||||
|
* Improve the calculation of the cursor position in case when it is
|
||||||
|
between text with different directions (RTL and LTR)
|
||||||
|
* Fix an issue with correction of a text selection when passing
|
||||||
|
through a complex field
|
||||||
|
* Fix an issue with calculating the current cursor position while
|
||||||
|
selecting elements in table
|
||||||
|
* Fix selection for the hidden part of complex fields
|
||||||
|
* Fix an issue with selection draw and cursor positioning in complex
|
||||||
|
fields
|
||||||
|
* Fix position of diacritics when typing in Arabic
|
||||||
|
* Hide non-printing characters in header/footer label
|
||||||
|
* Decrease the height of the header/footer label
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Fix stopping work of the editor when exporting some `XLSX` files to
|
||||||
|
`PNG`/`JPEG`
|
||||||
|
* Fix display of the DBNum1 number format when opening some XLSX files
|
||||||
|
* Fix display of the Currency format when exporting some `XLSX` to `ODS` and
|
||||||
|
reopening
|
||||||
|
* Fix appearing artifacts when inserting an image via Drag-n-Drop and
|
||||||
|
moving it
|
||||||
|
* Fix saving the current sheet only when exporting a work book to `PNG`/`JPEG`
|
||||||
|
* Fix display of the #REF! error when adding the VLOOKUP formula with an argument
|
||||||
|
which is a reference to another file
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Fix stopping work of the editor when opening some `PPTX` files
|
||||||
|
* Fixed the app crash when pressing the `Command` + `,` keyboard shortcut in
|
||||||
|
Presenter View (macOS)
|
||||||
|
* Fixed closing the application when opening a local presentation in its
|
||||||
|
own window mode and launching the Presenter View
|
||||||
|
|
||||||
|
#### Forms
|
||||||
|
|
||||||
|
* Fix crash when expanding the Date field in the forms edited in third-party
|
||||||
|
editors
|
||||||
|
* Fix closing a drop-down list in some PDF forms with the Turn on screen reader
|
||||||
|
support option enabled
|
||||||
|
* Change the default date-time format for a DatePicker form
|
||||||
|
|
||||||
|
#### PDF Editor
|
||||||
|
|
||||||
|
* Fix crash when opening some `DjVu` files
|
||||||
|
* Fix annotations offset when exporting to PDF
|
||||||
|
* Fix the color of the worksheet borders with the light interface theme
|
||||||
|
|
||||||
|
#### Security
|
||||||
|
|
||||||
|
* Fixed the vulnerability in 'PIVOTVIEW::loadContent' method when converting `XLS`
|
||||||
|
to `XLSX`
|
||||||
|
* Fixed the vulnerability in 'GlobalsSubstream::UpdateXti()' method when converting
|
||||||
|
`XLS` to `XLSX`
|
||||||
|
* Fixed the vulnerability in 'ChartSheetSubstream::recalc' method when converting
|
||||||
|
`XLS` to `XLSX`
|
||||||
|
* Fixed the vulnerability which leads to buffer overflow when converting `ODP` to
|
||||||
|
`PPTX`
|
||||||
|
* Fixed the vulnerability which allows adding a third party file to a document while
|
||||||
|
converting `HTML` to `DOCX`
|
||||||
|
* Fixed the ability to execute the PowerShell commands when converting `DOC` to `PDF`
|
||||||
|
|
||||||
|
#### Convert
|
||||||
|
|
||||||
|
* Fixed files corruption after converting some `ODT` files to `DOCX`
|
||||||
|
* Fixed adding the excess 'Default Extension="docxf" parameter when converting
|
||||||
|
`DOCXF` to `DOCX`
|
||||||
|
* Fixed display of a date as a number when opening some `XLS` files
|
||||||
|
* Fixed losing contents of the cell with an added comment after exporting to
|
||||||
|
`ODS`
|
||||||
|
* Fixed files corruption after converting some `DOC` files to `DOCX`
|
||||||
|
* Fixed document appearance in another editors after export some `DOCX`
|
||||||
|
files
|
||||||
|
* Fixed data loss when converting some `DOC` to `DOCX`
|
||||||
|
* Fixed stopping work of some `XLS` to `CSV` conversion
|
||||||
|
* Fixed files corruption after converting some `ODS` files to `XLSX`
|
||||||
|
* Fixed data loss on opening some `TXT` files
|
||||||
|
* Fixed files corruption after converting some `XLSB` files to `XLSX`
|
||||||
|
|
||||||
|
## 8.0.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Add the ability to encrypt `PDF` files
|
||||||
|
* Add the Moodle provider
|
||||||
|
* Add the ability to upload local themes to the Desktop Editors (Windows, Linux)
|
||||||
|
* Add shortcuts to the Start menu for creating new files to EXE package (Windows)
|
||||||
|
* Add a list of recent files and the ability to pin them via the context menu of
|
||||||
|
the application in Jump List (Windows)
|
||||||
|
* All logos in the application and installation packages have been updated
|
||||||
|
* VC Redist 2013 is excluded from the default installation package and
|
||||||
|
is not required for the application to work (Windows)
|
||||||
|
* Add the ability to Select/Deselect all formats on the MSI installer
|
||||||
|
file associations page
|
||||||
|
* Add OS compatibility manifests for executable files (Windows)
|
||||||
|
* Improved the updates section and the update service for future versions of
|
||||||
|
the application (Windows)
|
||||||
|
* Adapt styles of window control buttons in accordance with OS design (Linux)
|
||||||
|
* Change the widget for displaying downloads from the portal and the download
|
||||||
|
indicator (Windows, Linux)
|
||||||
|
* Move adding a comment to the entire document from the bottom of the comments
|
||||||
|
panel to the settings button
|
||||||
|
* Add a button for adding a comment to text to the header of
|
||||||
|
the comments panel (similar to the button in the toolbar)
|
||||||
|
* Add the interface translation into Arabic (ar-SA, Arabic - Saudi Arabia)
|
||||||
|
* All buttons that do not fit in height should be placed into
|
||||||
|
More button: category buttons, as well
|
||||||
|
as plugins that were opened in the left panel
|
||||||
|
* Add the setting to enable support for Screen readers
|
||||||
|
* Add RTL support (beta) to the editors UI
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Add partially support for bidirectional text
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Add the new Goal Seek functionality
|
||||||
|
* Add the new Series tool for creating number sequences
|
||||||
|
* Implement a wizard for inserting charts: display a list of recommended charts and
|
||||||
|
previews for all types of charts based on the selected data
|
||||||
|
* Expand cell filling settings
|
||||||
|
* Add the Expand/Collapse menu item to the toolbar and the context menu
|
||||||
|
of Pivot tables
|
||||||
|
* Add the ability to center a sheet horizontally and vertically when printing
|
||||||
|
* Add the ability to get a link to the selected range in the viewing mode
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Add the ability to set the final color for animation effects that change color
|
||||||
|
* Make animation effect icons inactive if the effect cannot be applied to an object
|
||||||
|
* Add partially support for bidirectional text
|
||||||
|
|
||||||
|
#### Forms
|
||||||
|
|
||||||
|
* Switching from the `OFORM` to `PDF` format containing forms in accordance
|
||||||
|
with the OOXML format
|
||||||
|
* Dialog for converting old `OFORM` files to `PDF`
|
||||||
|
* For the radio button field, add the setting for the name of the selected
|
||||||
|
element (Radio button choice)
|
||||||
|
* Add a chain of tips when working with DOCXF files
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### Security
|
||||||
|
|
||||||
|
* Fix vulnerability which allows adding a third-party audio file to a document
|
||||||
|
when converting PPT to PPTX (65056)
|
||||||
|
* Fix vulnerability which leads to buffer overflow when converting ODP to PDF (65915)
|
||||||
|
* Fix vulnerability which leads to buffer overflow when converting PPT to PPTX (66085)
|
||||||
|
* Fix vulnerability which allows performing manipulations on the client machine when
|
||||||
|
converting HTML to DOCX (63779)
|
||||||
|
* Fix XSS in the Shape name field when applying an Animation (65186)
|
||||||
|
* Fix XSS in the Math Autocorrect field when saving the field value (65187)
|
||||||
|
* Fix XSS in the Spreadsheet Editor cell when opening the Number format list (65881)
|
||||||
|
* Fix XSS in the Sheet name value when applying Search (65909)
|
||||||
|
* Fix XSS in the Custom Number Format when opening a list (65941)
|
||||||
|
* Fix XSS in the Dropdown List field when opening it (65082)
|
||||||
|
|
||||||
|
## 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
|
## 7.4.1
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
@@ -463,14 +908,14 @@ script (Bug #59289)
|
|||||||
* Ability to use special symbols when searching within documents
|
* Ability to use special symbols when searching within documents
|
||||||
* Ability to add a period with a double-space
|
* Ability to add a period with a double-space
|
||||||
* Add Chinese/Japanese/Italian language to Watermark settings
|
* 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.
|
All operations are performed on the client side.
|
||||||
* Ability to use the Page Thumbnails panel and to display the document's
|
* Ability to use the Page Thumbnails panel and to display the document's
|
||||||
contents on the left sidebar for PDF files
|
contents on the left sidebar for PDF files
|
||||||
* Support for external and internal links in PDF opening
|
* Support for external and internal links in PDF opening
|
||||||
* Ability to use Hand/Select tools in PDF viewer
|
* Ability to use Hand/Select tools in PDF viewer
|
||||||
* The Document Info section of the Data tab contains information about PDF,
|
* The Document Info section of the Data tab contains information about PDF,
|
||||||
XPS, DJVU files
|
XPS, DjVu files
|
||||||
|
|
||||||
#### Spreadsheet Editor
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||||
 
|
 
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ ONLYOFFICE Desktop Editors include the following editors:
|
|||||||
* [ONLYOFFICE Spreadsheet Editor](https://www.onlyoffice.com/spreadsheet-editor.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
|
* [ONLYOFFICE Spreadsheet Editor](https://www.onlyoffice.com/spreadsheet-editor.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
|
||||||
* [ONLYOFFICE Presentation Editor](https://www.onlyoffice.com/presentation-editor.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
|
* [ONLYOFFICE Presentation Editor](https://www.onlyoffice.com/presentation-editor.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
|
||||||
* [ONLYOFFICE Form Creator](https://www.onlyoffice.com/form-creator.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
|
* [ONLYOFFICE Form Creator](https://www.onlyoffice.com/form-creator.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
|
||||||
* [ONLYOFFICE PDF reader and converter](https://www.onlyoffice.com/pdf-reader.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
|
* [ONLYOFFICE PDF editor, reader & converter](https://www.onlyoffice.com/pdf-reader.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
|
||||||
|
|
||||||
The editors allow you to create, edit, save and export text, spreadsheet and presentation documents.
|
The editors allow you to create, edit, save and export text, spreadsheet and presentation documents.
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule core updated: 177e605e00...90d46b55d8
+1
-1
Submodule desktop-apps updated: 7bc7381703...e22c6d1e53
+1
-1
Submodule desktop-sdk updated: 94bdb0242a...616eab2822
+1
-1
Submodule sdkjs updated: 2bd093602a...b31e77471d
+1
-1
Submodule web-apps updated: 197bbcf79e...1019d21500
Reference in New Issue
Block a user