Add changes for 5.4.0 (#634)
* Add changes for 5.4.0 * Add words to dictonaries
This commit is contained in:
parent
26221e6c6c
commit
ae74539436
|
@ -1,4 +1,4 @@
|
||||||
personal_ws-1.1 en 438 utf-8
|
personal_ws-1.1 en 450 utf-8
|
||||||
ACOT
|
ACOT
|
||||||
ACOTH
|
ACOTH
|
||||||
ActiveCell
|
ActiveCell
|
||||||
|
@ -94,6 +94,7 @@ DCOUNT
|
||||||
DCOUNTA
|
DCOUNTA
|
||||||
de
|
de
|
||||||
Decryptor
|
Decryptor
|
||||||
|
Deprecations
|
||||||
DesktopEditors
|
DesktopEditors
|
||||||
Deutsch
|
Deutsch
|
||||||
DGET
|
DGET
|
||||||
|
@ -209,6 +210,7 @@ ISFORMULA
|
||||||
ISOWEEKNUM
|
ISOWEEKNUM
|
||||||
isSaveLock
|
isSaveLock
|
||||||
japanese
|
japanese
|
||||||
|
insertImage
|
||||||
js
|
js
|
||||||
JS
|
JS
|
||||||
json
|
json
|
||||||
|
@ -240,6 +242,7 @@ México
|
||||||
MINIFS
|
MINIFS
|
||||||
minishift
|
minishift
|
||||||
MULT
|
MULT
|
||||||
|
multi
|
||||||
multichart
|
multichart
|
||||||
multicomments
|
multicomments
|
||||||
multiselect
|
multiselect
|
||||||
|
@ -274,7 +277,11 @@ onDocumentStateChange
|
||||||
onlyoffice
|
onlyoffice
|
||||||
ONLYOFFICE
|
ONLYOFFICE
|
||||||
OnlySignatures
|
OnlySignatures
|
||||||
|
onRequestInsertImage
|
||||||
|
onRequestMailMergeRecipients
|
||||||
|
onRequestSaveAs
|
||||||
ooxml
|
ooxml
|
||||||
|
openclipart
|
||||||
OpenDocument
|
OpenDocument
|
||||||
OpenFormat
|
OpenFormat
|
||||||
openProtectedFile
|
openProtectedFile
|
||||||
|
@ -346,6 +353,7 @@ SetColumnWidth
|
||||||
SetHidden
|
SetHidden
|
||||||
SetLeftMargin
|
SetLeftMargin
|
||||||
setLocale
|
setLocale
|
||||||
|
setMailMergeRecipients
|
||||||
SetOffset
|
SetOffset
|
||||||
SetPageOrientation
|
SetPageOrientation
|
||||||
SetRightMargin
|
SetRightMargin
|
||||||
|
|
102
CHANGELOG.md
102
CHANGELOG.md
|
@ -1,5 +1,107 @@
|
||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
|
## 5.4.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* More options for Paragraph Spacing
|
||||||
|
* Ability to set paragraph Outline level
|
||||||
|
* Ability to get current color scheme
|
||||||
|
* Redone Document Info page
|
||||||
|
* Better and more templates for tables
|
||||||
|
* Select languages using keyboard (bug #24317)
|
||||||
|
* Ability to show shadow for images/shapes
|
||||||
|
* Add mentions to comments
|
||||||
|
* Show multi-gradient fill in shapes (bug #40719)
|
||||||
|
* Add `onRequestSaveAs` Api event for saving file to storage
|
||||||
|
* Add `onRequestInsertImage` event and `insertImage`
|
||||||
|
method for inserting image from storage
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Ability create new style - next style same as previous
|
||||||
|
* Ability to add watermarks
|
||||||
|
* Ability to print selection
|
||||||
|
* Ability to save docx in mode compatible with old versions
|
||||||
|
* Add tooltip for table styles
|
||||||
|
* Add `onRequestMailMergeRecipients` event and
|
||||||
|
`setMailMergeRecipients` method for mail merge
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Ability to change look of chart elements
|
||||||
|
* Ability to set Headers and Footers
|
||||||
|
* New tab for working with formulas
|
||||||
|
* Ability to group data
|
||||||
|
* Spellchecker
|
||||||
|
* Support of Print area
|
||||||
|
* Ability to resize autofilter window
|
||||||
|
* Show the number of cells in autofilter window
|
||||||
|
* Save 10 last used functions
|
||||||
|
* Set default value for regional settings (bug #41549)
|
||||||
|
* Asynchronous loading of formulas
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* New themes for slides
|
||||||
|
* `Print selection` option for slide
|
||||||
|
* Ability to set Headers and Footers
|
||||||
|
* Ability to insert slide number
|
||||||
|
* Ability to insert date/time
|
||||||
|
* Add tooltip for table styles
|
||||||
|
|
||||||
|
#### Plugins
|
||||||
|
|
||||||
|
* Asynchronous loading of plugins
|
||||||
|
|
||||||
|
#### Mobile All Editors
|
||||||
|
|
||||||
|
* Redone Document Info page
|
||||||
|
* Ability to set color scheme
|
||||||
|
* Ability to set unit of measurement
|
||||||
|
* Show comments
|
||||||
|
* Show users editing the document
|
||||||
|
|
||||||
|
#### Mobile Document Editor
|
||||||
|
|
||||||
|
* Ability to view/accept/reject review changes
|
||||||
|
* Ability to set display mode for review changes
|
||||||
|
* Ability to add footnotes
|
||||||
|
* Download to RTF format
|
||||||
|
* Merge/split table cells
|
||||||
|
* Add settings for non-printing characters
|
||||||
|
* Add settings for commenting display
|
||||||
|
|
||||||
|
#### Mobile Spreadsheet Editor
|
||||||
|
|
||||||
|
* Work with autofilters (bug #34113)
|
||||||
|
* Add settings for commenting display
|
||||||
|
* Add regional settings
|
||||||
|
* Ability to set R1C1 mode
|
||||||
|
* Add settings for formula language
|
||||||
|
* Additional settings for search in the spreadsheet
|
||||||
|
* Add settings for headings and gridlines
|
||||||
|
* Add layout settings (page size, orientation, margins)
|
||||||
|
* Ability to freeze panes from context menu
|
||||||
|
|
||||||
|
#### Embedded Viewers
|
||||||
|
|
||||||
|
* Translate embedded viewers (bug 31297)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* A lot of bugs fixed
|
||||||
|
|
||||||
|
### Deprecations
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Clipart plugin removed (third party service openclipart.org in unavailable)
|
||||||
|
|
||||||
## 5.3.4
|
## 5.3.4
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
Loading…
Reference in a new issue