Compare commits

...

8 Commits

Author SHA1 Message Date
Alexey Golubev 50207962f7 updated submodules 2020-04-09 13:17:43 +03:00
maxkadushkin 1e78a02bcd Update CHANGELOG.md (#353) 2020-04-09 13:13:37 +03:00
Alexey Golubev d8f98a3c45 updated submodules 2019-11-28 17:26:31 +03:00
Alexey Golubev c858ee63b0 Fix misprint 2019-11-28 17:08:24 +03:00
Alexey Golubev fdbbce548b Remove outdated lable 2019-11-28 17:05:56 +03:00
maxkadushkin 96dab9b45c Update CHANGELOG.md (#283) 2019-11-28 17:01:10 +03:00
maxkadushkin abf53d7e86 Update CHANGELOG.md (#264) 2019-10-02 15:43:50 +03:00
Alexander Trofimov 6f61ce8167 Update README.md 2019-09-23 17:40:09 +03:00
8 changed files with 201 additions and 7 deletions
+193
View File
@@ -1,5 +1,198 @@
# Change log
## 5.5.1
### New features
#### All Editors
* Multi-Window mode (Windows, Linux)
* 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
* Ability to remove table cells
* Ability to insert several rows\columns
* Ability to add titles for shapes, table and levels
* New options for margins
* New options for bullet lists
* Ability to draw and erase table
* Ability to edit gutter and mirror margins
#### Spreadsheet Editor
* Added support of reading drop-down lists.
* Added support of reading data validation.
* Ability to recalculate all formulas
* New scale options
* New options for cell fill
* Ability to set Cell Snapping
* Sheets multi-select
* Bullets and numbering options from context menu
* Ability to change bullets marker
* New spellchecker options
* Ability to sort by several columns\rows
* Option for setting separators
#### Presentation Editor
* Ability to add object to slide template
* Ability to reset slide
* New list settings
* Ability to add object to placeholder
### Fixes
#### All Editors
* All components received countless fixed
* Localization improvements
* Fixed some security issues
* Fix some more issues with user files
#### Document Editor
* Fixed an issue with comment duplication in other editors (bug #44689)
#### Spreadsheet Editor
* Better support of TIME function (bug #44849)
#### files editing/convertion
* Fixed some security issues
* Fixed an issues with DOC, RTF and XLSX formats(bug 44756) (bug 44934) (bug 44840)
* Fixed corrupting of mime-type after some DOCX editing (Bug 44957)
## 5.4.2
### Fixes
### All Editors
* Improved compatibility with macOS 10.15 Catalina
#### Document Editor
* Fix the problem with removing previously added text by
other user in the review mode (bug #43183)
* Fix the problem with moving text in the review mode
(bug #43238)
* Fix the problem of inserting a table over another table
* Fix the problem with reviewed numbering
* Fix some problems with watermarks
#### Plugins
* Fix starting PhotoEditor plugin (bug #42473)
* Fix issues with YouTube plugin
## 5.4.1
### 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)
#### Document Editor
* Ability create new style - next style same as previous
* Ability to add watermarks
* Ability to save docx in mode compatible with old versions
* Add tooltip for table styles
#### Spreadsheet Editor
* Ability to change look of chart elements
* Ability to set Headers and Footers
* New options for working with formulas
* Ability to group data
* Spellchecker
* 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
* Ability to set Headers and Footers
* Ability to insert slide number
* Ability to insert date/time
* Add tooltip for table styles
### Fixes
#### All Editors
* Fix detecting document info as document change (bug #42717)
* Fix paste in canvas after opening settings
* Fix some issues with loading of translations
#### Document Editor
* Fix the problem with drawing a track around a content control (bug #42657)
* Fix the problem with accept/reject in case when moved text gets into selection (bug #42665)
* Fix the problem with deleting text that was previously added by the same user (bug #41242)
* Fix "No image uploaded" for Watermark background (bug #42832)
* Fix rules unit of measurements (bug #42608)
* Fix some watermark bugs
* Fix style list in `Create New Style` window on small window size (bug #42799)
* Fix changing display mode for track changes (without plugins tab)
#### Spreadsheet Editor
* Fix opening some files with pivot table without pivot style
* Fix JS error in `SUBTOTAL` function (bug #42833)
* Fix scale options while printing (bug #34704)
* Fix adding image from storage (bug #42789)
* Fix auto-sum icon
* Fix button icons (chat, comments)
#### Presentation Editor
##### doc
* Fix extended comments
##### docx
* Fix bookmarks saving inside hyperlink
##### xls
* Fix marker filters in some xls (bug #42239)
* Fix image size in save to xls (bug #42618)
* Fix group data display (bug #42216)
##### xlsx
* Fix tooltip for data validation (bug #42667)
* Fix Excel recovery error for files with comments (bug #42968)
* Remove reply duplicates (bug #42969)
##### odf
* Fix error in headers/footers
* Fix print areas (bug #42654)
* Fix column width (bug #42790)
* Fix cell color (bug #42932)
* Fix link to formatted as table (bug #42938)
## 5.3.5
### New Features
+2 -1
View File
@@ -1,4 +1,5 @@
[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](https://www.gnu.org/licenses/agpl-3.0.en.html) ![Release](https://img.shields.io/badge/Release-v4.4-blue.svg?style=flat) ![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Window%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat)
[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](https://www.gnu.org/licenses/agpl-3.0.en.html)
![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Window%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat)
## Overview
+1 -1
Submodule core updated: cc8cfb6124...d5c5c4b8cf
+1 -1
Submodule sdkjs updated: 70bf6846ec...acffa841d4