Add changelog for v6.0.0 (#1022)
* Add changelog v6.0.0 * Shorten line * Add new words in dictionary * Add missed word to dictionary * Change a character case Co-authored-by: Denis Spitsyn <denis.spitsyn.nct@gmail.com>
This commit is contained in:
parent
a27a28c063
commit
2d6a8213a7
|
@ -16,11 +16,13 @@ ashx
|
||||||
aspose
|
aspose
|
||||||
Aspose
|
Aspose
|
||||||
autocomplete
|
autocomplete
|
||||||
|
autocorrection
|
||||||
autofill
|
autofill
|
||||||
autofilter
|
autofilter
|
||||||
autofilters
|
autofilters
|
||||||
autofit
|
autofit
|
||||||
Autofit
|
Autofit
|
||||||
|
Autorun
|
||||||
autostart
|
autostart
|
||||||
AVERAGEA
|
AVERAGEA
|
||||||
AVERAGEIFS
|
AVERAGEIFS
|
||||||
|
@ -153,6 +155,7 @@ flv
|
||||||
fodp
|
fodp
|
||||||
fods
|
fods
|
||||||
fodt
|
fodt
|
||||||
|
forced
|
||||||
ForcePathStyle
|
ForcePathStyle
|
||||||
ForEach
|
ForEach
|
||||||
FORMULATEXT
|
FORMULATEXT
|
||||||
|
@ -229,6 +232,7 @@ ISFORMULA
|
||||||
ISOWEEKNUM
|
ISOWEEKNUM
|
||||||
isSaveLock
|
isSaveLock
|
||||||
japanese
|
japanese
|
||||||
|
jpeg
|
||||||
js
|
js
|
||||||
JS
|
JS
|
||||||
json
|
json
|
||||||
|
@ -240,6 +244,7 @@ LeftMargin
|
||||||
libcurl
|
libcurl
|
||||||
librabbitmq
|
librabbitmq
|
||||||
libs
|
libs
|
||||||
|
LINEST
|
||||||
linux
|
linux
|
||||||
listview
|
listview
|
||||||
LoadingScriptError
|
LoadingScriptError
|
||||||
|
@ -363,6 +368,7 @@ RRI
|
||||||
rtf
|
rtf
|
||||||
RTF
|
RTF
|
||||||
SAAS
|
SAAS
|
||||||
|
save
|
||||||
savefile
|
savefile
|
||||||
SaveLock
|
SaveLock
|
||||||
saveUrl
|
saveUrl
|
||||||
|
|
72
CHANGELOG.md
72
CHANGELOG.md
|
@ -1,5 +1,77 @@
|
||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
|
## 6.0.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
#### Mobile Editors
|
||||||
|
|
||||||
|
* Ability to insert a comment
|
||||||
|
* View and edit the comment from context menu or Collaboration tab
|
||||||
|
* Text Orientation in Edit Cell settings
|
||||||
|
* Autorun settings for macros
|
||||||
|
* Redesign of the tabs
|
||||||
|
|
||||||
|
#### Back-end
|
||||||
|
|
||||||
|
* Check licensed number of editor connections for cluster
|
||||||
|
* Do not start force save for encrypted files
|
||||||
|
* Fixed insert jpeg images in encrypted files
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* All components received countless fixes
|
||||||
|
|
||||||
## 5.6.5
|
## 5.6.5
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
Loading…
Reference in a new issue