diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b066a76..6dd30ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,91 @@ # Change log +## 4.3.0 +### New Features +#### Editors +* Full support of high-dpi monitors +* Ability to set alternative text for shapes + +#### Document Editor +* Undo in Fast co-edit +* Do not hide `All changes saved` in bottom toolbar +* Adding and editing Footnotes +* New languages for spellchecker (43 in total) + +#### Spreadsheet Editor +* Support `AVERAGEIFS`, `COUNTIFS`, `SUMIFS` formulas +* Formulas refactoring and improvements +* Totally new Cell Format window with more options +* Sort options window while sorting ranges +* Added direction of sort on filter buttons +* Added filter condition at statistical information +* Added special paste feature +* Added support of surface chart +* New cell borders styles (11 in total) + +#### Presentation Editor +* Undo in Fast co-edit + +#### Mobile Web Editors +* Completely new mobile web editors + +#### Back-end +* Ability to run documentserver on custom port +* Ability to check and kick-out idled users +* Ability to perform forced save (by timeout and by button) + +#### x2t +* Optimization and speed-up +* Better support of all formats, including (but not limited to): + +##### DOC +* Background page + +##### XLS +* Data validation +* Decryptor + +##### ODF +* Global settings for documents +* SVG refactor +* Background page (image, pattern, gradient) +* Convert smart art +* Sheet/Workbook views +* Support convert OLE objects (and other embedded) + +##### RTF +* Generate replacement text hyperlink if absent +* Office digital signatures +* Extended drawings +* Custom shapes +* Text in drawing shapes + +#### Plugins +* A lot new plugins feature + +### Fixes +#### Document Editor +* Fixed an issue with drag-n-drop a table inside a footnote (bug #33548) +* Fixed an issue with crop of shape group (bug #33110) + +#### Spreadsheet Editor +* Fixed an issue with absolute reference when inserting a new row (ONLYOFFICE/DocumentServer#41) +* Fixed an issue with onDocumentStateChange event (ONLYOFFICE/DocumentServer#88) +* Fixed an issue with formulas translation (ONLYOFFICE/DesktopEditors#23) +* Fixed an issue with password-protected xlsx (ONLYOFFICE/DesktopEditors#24) +* Fixed an issue with non-breaking space (ONLYOFFICE/DesktopEditors#26) +* Fixed an issue with AVERAGEA formula with text format +* Fixed an issue with broken workbook after list copy (bug #33588) +* Fixed an issue with formula recalculation by F4 hotkey (bug #32901) +* Fixed an issue with SUMIFS formula (bug #33602) +* Fixed an issue with inserting image size (bug #33604) +* Fixed an issue with zero values sparklines (bug #33612) +* Fixed an issue with changing number format while changing regional format (bug #31395) +* Fixed an issue with replacing formula delimiters (bug #33608) +* Fixed an issue with cell size while drag'n'drop (bug #33607) +* Fixed an issue with cursor size in @2x (bug #33606) +* A whole lot more minor and big bugfixes + ## 4.2.11 ### New features #### Editors diff --git a/Roadmap.md b/Roadmap.md index 4582a366..5b0edf8e 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -48,7 +48,7 @@ * Development of co-editing for the Spreadsheet Editor for iPad -## Version 5.0 +## Planned for future versions ### Common tasks for all Editors diff --git a/core b/core index 0bd10c28..2dcef226 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 0bd10c28acd79a1e25a8b3fb94689819642e5eb5 +Subproject commit 2dcef226810c2a9f02247ce5d85262aa35ce2203 diff --git a/dictionaries b/dictionaries index 474a6c68..71bb0737 160000 --- a/dictionaries +++ b/dictionaries @@ -1 +1 @@ -Subproject commit 474a6c687d3e909004514ce593058a47e667e764 +Subproject commit 71bb0737ccbd3ae99b08b4603e760481cd09f93d diff --git a/sdkjs b/sdkjs index 445c9872..c4f034ee 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit 445c9872e189409c7c68e3c7b87ef2b70a87b7af +Subproject commit c4f034ee1d00f6f713038d408a75a89728a4a9b5 diff --git a/server b/server index e25a565e..80a8d3a2 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit e25a565e42adb98ad88fb92370255b6bd16b756a +Subproject commit 80a8d3a21df23a20c0e33e8b9236dcf8f6e9ee34 diff --git a/web-apps b/web-apps index cb90b364..4faf90cb 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit cb90b36468135040e300569f75bfdb4ba1c83e55 +Subproject commit 4faf90cbf7ee1113131a0532d916e07c8fe46b28