From 32541d25ec69634f28cd9edbcddb5276d99be815 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 27 Mar 2017 18:22:51 +0300 Subject: [PATCH 1/5] Update Roadmap.md --- Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From cc8d75cc73f5da3bcabf8375e824bc4e3a15b0fa Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Mon, 3 Apr 2017 13:42:53 +0300 Subject: [PATCH 2/5] Changelog 4.3.0 (#94) * Add 4.3.0 changelog * Line for fix #41 * Update CHANGELOG.md * Add some more change log entries * Ability to set alternative text for shapes * x2t changes * Update CHANGELOG.md * Update CHANGELOG.md * Line for fix ONLYOFFICE/DesktopEditors#41 --- CHANGELOG.md | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b066a76..9270789f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,88 @@ # 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 (#41) +* 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 From 7384b04b7a3f95d3821fae97aa7e18f8fc99791e Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Mon, 3 Apr 2017 13:55:10 +0300 Subject: [PATCH 3/5] Add fixes lines fixes ONLYOFFICE/DesktopEditors#23, ONLYOFFICE/DesktopEditors#24, ONLYOFFICE/DesktopEditors#26 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9270789f..078413c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,7 +69,9 @@ * Fixed an issue with crop of shape group (bug #33110) #### Spreadsheet Editor -* Fixed an issue with absolute reference when inserting a new row (#41) +* Fixed an issue with absolute reference when inserting a new row (ONLYOFFICE/DocumentServer#41) +* 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) From b22be32db0cc8ba101dd164240100ad635a74e44 Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Mon, 3 Apr 2017 14:16:29 +0300 Subject: [PATCH 4/5] Line for fix #88 fixes ONLYOFFICE/DocumentServer#88 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 078413c7..6dd30ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ #### 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) From f2c9791030f827b131d17d78f5a0c9ea5a8b5b76 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 3 Apr 2017 14:25:49 +0300 Subject: [PATCH 5/5] updated submodules --- core | 2 +- dictionaries | 2 +- sdkjs | 2 +- server | 2 +- web-apps | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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