Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3553b74db1 | |||
| c9b2c1cec0 | |||
| 30b72cef42 | |||
| f7143495df | |||
| a83ccfb78e | |||
| 8bd1c99e7c | |||
| 58d9ffd8b7 | |||
| 7fc307e6a0 | |||
| 3b895c0150 | |||
| 95ae989e2a |
+143
@@ -1,5 +1,148 @@
|
|||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
|
## 6.1.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Complete redone html-based formats (`ePub`, `mht`, `html`)
|
||||||
|
* `fb2` format can be opened in viewer
|
||||||
|
* Redone gradient control and ability to set custom angle for gradient fill
|
||||||
|
* New icons in context menu
|
||||||
|
* Add support of AutoFormat as you type
|
||||||
|
* Apply button in File menu always visible
|
||||||
|
* Ability to copy comment from left sidebar
|
||||||
|
* Translate plugin uses Google Translate, instead of Yandex
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Ability to show line numbering
|
||||||
|
* Ability to add cross-reference
|
||||||
|
* Add support of endnotes
|
||||||
|
* Ability to edit AutoCorrect list
|
||||||
|
* Select Data button in Chart Editor
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Ability to work with sheet view (available only for paid version)
|
||||||
|
* Support of editing data ranges in Chart
|
||||||
|
* Redone cell editor height change
|
||||||
|
* New cursor for column\row hover
|
||||||
|
* Ability to hide freeze pane shadow
|
||||||
|
* Pivot Table can be inserted from `Insert` tab
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* All components received countless fixes
|
||||||
|
|
||||||
|
## 6.0.2
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Fix problem with insert BMP image in doc (Bug #47276)
|
||||||
|
|
||||||
|
## 6.0.1
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Actualize Help
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Fix losing comments added to docx (Bug #46770)
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Fix pivot refresh in R1C1 (Bug #46052)
|
||||||
|
|
||||||
|
#### Convert
|
||||||
|
|
||||||
|
* Fix error while opening specific xls (Bug #46728)
|
||||||
|
|
||||||
|
#### Back-end
|
||||||
|
|
||||||
|
* Fix several vulnerabilities
|
||||||
|
* Fix Path Traversal vulnerability via `download as` params
|
||||||
|
* Fix ER_DATA_TOO_LONG: Data too long for column 'callback' at row 1
|
||||||
|
* Fix problem with generating new presentation theme (Bug #46754)
|
||||||
|
|
||||||
|
## 6.0.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Option to adjust application interface scaling (Windows, Linux)
|
||||||
|
* Autofit settings for shape
|
||||||
|
* Ability to insert special characters
|
||||||
|
* Autorun settings for macros
|
||||||
|
* Selecting an image from storage for watermarks, shapes and slides filling
|
||||||
|
* Added an autocorrection list
|
||||||
|
* Redesign of color selection component
|
||||||
|
* Ability to change a position and size of chart elements
|
||||||
|
* Hotkey Ctrl + 0 for zoom resetting
|
||||||
|
* Changed a behavior of hiding icons in tabs when editor window is reducing
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Ability to insert date and time
|
||||||
|
* Ability to print selection in view mode
|
||||||
|
* Converting an equation from old formats
|
||||||
|
* Changed placeholder for content controls
|
||||||
|
* Redone the algorithm the justifying of a paragraph with condensing spaces
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Full support of pivot tables
|
||||||
|
* Autofilter settings in pivot tables
|
||||||
|
* Support of open all existing in file conditions for data bar conditional formatting
|
||||||
|
* Support of open all existing in file gradients for data bar conditional formatting
|
||||||
|
* Full support of slicers for format tables
|
||||||
|
* Special paste settings
|
||||||
|
* Ability to move a sheet from one workbook to another
|
||||||
|
* Internal link to named range
|
||||||
|
* Print titles
|
||||||
|
* New component for cells selection
|
||||||
|
* Ability to remove duplicate values
|
||||||
|
* Ability to insert function via Function Arguments dialogue
|
||||||
|
* Wrap Text and Shrink to Fit settings in right toolbar
|
||||||
|
* Vertical Text option in text orientation settings
|
||||||
|
* Ability to change the function in Total Row for formatted table
|
||||||
|
* Delimiter settings for Special Paste and Text to Columns dialogue
|
||||||
|
* LINEST function
|
||||||
|
* Hotkeys Ctrl+Shift+'Plus sign' and Ctrl+Shift+'Minus sign' for date and time insertion
|
||||||
|
* Hotkey Shift+F3 for a function insertion
|
||||||
|
* Status bar settings
|
||||||
|
* New mouse actions for work with format tables
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Changed interface for internal link
|
||||||
|
* Ability to print selection in view mode
|
||||||
|
* Redesign of bullet and numbering list menu
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* All editors received countless fixes
|
||||||
|
|
||||||
|
## 5.6.4
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### Back-end
|
||||||
|
|
||||||
|
* Fix several vulnerabilities in convertion app (Bug #46348, Bug #46352, Bug #46353,
|
||||||
|
Bug #46384, Bug #46434, Bug #46436)
|
||||||
|
* Fix vulnerability in TXT converter (Bug #46437)
|
||||||
|
* Fix Path Traversal vulnerability via image upload params (Bug #46113)
|
||||||
|
* Fix Path Traversal vulnerability via `savefile` param (Bug #46037)
|
||||||
|
* Fix Path Traversal vulnerability via Convert Service param (Bug #45976)
|
||||||
|
|
||||||
## 5.6.0
|
## 5.6.0
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|||||||
+1
-1
Submodule core updated: 82cdd75365...5f75c1ac90
+1
-1
Submodule desktop-apps updated: ea301eebd1...2656751475
+1
-1
Submodule desktop-sdk updated: d6fdb791b6...f213f6d409
+1
-1
Submodule dictionaries updated: 2bff8e819e...7387cdbfca
+1
-1
Submodule sdkjs updated: a0ad9645fc...a525a349e5
+1
-1
Submodule web-apps updated: a4dcc7f152...a8237f4538
Reference in New Issue
Block a user