Add changelog to v5.5.0 (#793)
This commit is contained in:
parent
b9669358a8
commit
a4e25863db
|
@ -44,6 +44,7 @@ builded
|
|||
CanUpdateTarget
|
||||
cff
|
||||
changesError
|
||||
checkbox
|
||||
checkHealth
|
||||
CHIDIST
|
||||
CHIINV
|
||||
|
|
65
CHANGELOG.md
65
CHANGELOG.md
|
@ -1,5 +1,70 @@
|
|||
# Change log
|
||||
|
||||
## 5.5.0
|
||||
|
||||
### New Features
|
||||
|
||||
#### All Editors
|
||||
|
||||
* Loading speed improvements
|
||||
* `Symbol table` now is system component, not a plugin
|
||||
* New button `Top Toolbar -> Collaboration -> Remove comments`
|
||||
* Replace `Default Size` button to `Actual Size`
|
||||
|
||||
#### Document Editor
|
||||
|
||||
* Adding content control (available only for paid version)
|
||||
* Ability to remove table cells
|
||||
* Ability to insert several rows\columns
|
||||
* Ability to add titles for shapes, table and levels
|
||||
* New content control types (Picture, Combo box, Drop-down list, Date, Checkbox)
|
||||
* New options for margins
|
||||
* New options for bullet lists
|
||||
* Ability to draw and erase table
|
||||
|
||||
#### Spreadsheet Editor
|
||||
|
||||
* Ability to recalculate all formulas
|
||||
* Ability to insert header-footer
|
||||
* New scale options
|
||||
* New options for cell fill
|
||||
* Ability to set Cell Snapping
|
||||
* Sheets multi-select
|
||||
* Add Hungarian localization
|
||||
* Bullets and numbering options from context menu
|
||||
* Ability to change bullets marker
|
||||
* New spellchecker options
|
||||
* Ability to sort by several columns
|
||||
* Option for setting separators
|
||||
|
||||
#### Presentation Editor
|
||||
|
||||
* Ability to add object to slide template
|
||||
* Ability to reset slide
|
||||
* New list settings
|
||||
|
||||
#### Mobile Editors
|
||||
|
||||
* Mobile editors available only for paid version
|
||||
* Ability to save custom colors
|
||||
* ONLYOFFICE logo added to header (with ability to customize it)
|
||||
|
||||
#### Package
|
||||
|
||||
* Remove `nodejs` dependency
|
||||
|
||||
#### Docker
|
||||
|
||||
* ubuntu 18.04 as base image
|
||||
|
||||
#### Server
|
||||
|
||||
* Ability to convert to `PDF\A` via ConvertService
|
||||
|
||||
### Fixes
|
||||
|
||||
* All components received countless fixed
|
||||
|
||||
## 5.4.2
|
||||
|
||||
### New Features
|
||||
|
|
|
@ -60,6 +60,7 @@ The table below will help you to make the right choice.
|
|||
| Tabbed interface | + | + | + |
|
||||
| White Label | - | - | + |
|
||||
| Integrated test example (node.js)* | - | + | + |
|
||||
| Mobile web editors | - | + | + |
|
||||
| **Plugins & Macros** | **Community Edition** | **Integration Edition** | **Developer Edition** |
|
||||
| Plugins | + | + | + |
|
||||
| Macros | + | + | + |
|
||||
|
@ -73,11 +74,13 @@ The table below will help you to make the right choice.
|
|||
| **Document Editor features** | **Community Edition** | **Integration Edition** | **Developer Edition** |
|
||||
| Font and paragraph formatting | + | + | + |
|
||||
| Object insertion | + | + | + |
|
||||
| Content control | + | + | + |
|
||||
| Adding Content control | - | + | + |
|
||||
| Editing Content control | + | + | + |
|
||||
| Layout tools | + | + | + |
|
||||
| Table of contents | + | + | + |
|
||||
| Navigation panel | + | + | + |
|
||||
| Mail Merge | + | + | + |
|
||||
| Comparing Documents | - | + | + |
|
||||
| **Spreadsheet Editor features** | **Community Edition** | **Integration Edition** | **Developer Edition** |
|
||||
| Font and paragraph formatting | + | + | + |
|
||||
| Object insertion | + | + | + |
|
||||
|
|
Loading…
Reference in a new issue