Add some more changes
This commit is contained in:
parent
5fb2c5cacd
commit
ca0c91b58d
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -8,14 +8,25 @@
|
||||||
* Fully rewritten composite input for characters
|
* Fully rewritten composite input for characters
|
||||||
* New header and background color
|
* New header and background color
|
||||||
* Support of shape side panel for images
|
* Support of shape side panel for images
|
||||||
|
* Change table size by drag'n'drop
|
||||||
|
* New bullet list marker - `–`
|
||||||
|
* Redone connection of second user to document in Strict mode
|
||||||
|
* Increase supported document size (without media-content)
|
||||||
|
* New help entries
|
||||||
|
* Search in help
|
||||||
|
|
||||||
#### Document Editor
|
#### Document Editor
|
||||||
* Ability to set Tab Leader symbols
|
* Ability to set Tab Leader symbols
|
||||||
* Support of Table of Contents
|
* Support of Table of Contents
|
||||||
|
* New `Navigation` left sidebar
|
||||||
* New `Reference` tab
|
* New `Reference` tab
|
||||||
* Rename `Review` tab to `Collaboration`
|
* Rename `Review` tab to `Collaboration`
|
||||||
* Changes history in Strict Co-Edit
|
* Changes history in Strict Co-Edit
|
||||||
* Rename `Display Modes` entries for Track Changes
|
* Rename `Display Modes` entries for Track Changes
|
||||||
|
* File tab `Go to documents` opens in new tab
|
||||||
|
* Ability to set negative top and bottom page margin
|
||||||
|
* Copy paragraph style will not overwright custom run style
|
||||||
|
* Special paste of tables
|
||||||
|
|
||||||
#### Spreadsheet Editor
|
#### Spreadsheet Editor
|
||||||
* 8 new formulas: `F.TEST`, `FORECAST.ETS`, `FORECAST.ETS.CONFINT`,
|
* 8 new formulas: `F.TEST`, `FORECAST.ETS`, `FORECAST.ETS.CONFINT`,
|
||||||
|
@ -23,11 +34,26 @@
|
||||||
`IFS`, `PDURATION`
|
`IFS`, `PDURATION`
|
||||||
* New `None` Table Template
|
* New `None` Table Template
|
||||||
* New editing tools for Pivot Tables
|
* New editing tools for Pivot Tables
|
||||||
|
* New regional presets - `Deutsch (Schweiz)`, `Español (México)`,
|
||||||
|
`Nederlands (Nederland)`, `Slovenčina (Slovenská republika)`
|
||||||
|
* New date formats `yy/m/d`, `yy/mm/dd`, `yyyy/m/d`
|
||||||
|
* Increase cell count - 1,048,576 rows by 16,384 columns
|
||||||
|
* CSV preview before opening
|
||||||
|
|
||||||
#### Presentation Editor
|
#### Presentation Editor
|
||||||
* Special paste
|
* Special paste
|
||||||
* Presentation level comments
|
* Presentation level comments
|
||||||
|
|
||||||
|
#### Plugins
|
||||||
|
* Added `Macros` plugin
|
||||||
|
* Fix plugin autostart problem
|
||||||
|
|
||||||
|
#### x2t
|
||||||
|
* Support a lot of features in xls format (macros, controls etc.)
|
||||||
|
* Speedup of opening ooxml files on 5-10%
|
||||||
|
* Better compatibility with OpenFormat, RTF
|
||||||
|
* Decryption of Doc (word1995 and earlier)
|
||||||
|
|
||||||
#### Document Builder
|
#### Document Builder
|
||||||
* Add new `GetSheets`, `GetSheet`, methods
|
* Add new `GetSheets`, `GetSheet`, methods
|
||||||
* Add `GetVisible`, `SetVisible`, `GetName` `GetIndex` for ApiWorksheet
|
* Add `GetVisible`, `SetVisible`, `GetName` `GetIndex` for ApiWorksheet
|
||||||
|
@ -49,6 +75,7 @@
|
||||||
#### All Editors
|
#### All Editors
|
||||||
* A lot of bugs fixed
|
* A lot of bugs fixed
|
||||||
* Fix toolbar icons problems
|
* Fix toolbar icons problems
|
||||||
|
* Fix editing problems while connecting to document with a lot of changes
|
||||||
|
|
||||||
## 5.0.7
|
## 5.0.7
|
||||||
### New Features
|
### New Features
|
||||||
|
|
Loading…
Reference in a new issue