From 23f1a2f5312fa5cd833e055cc41955f4c61e85c5 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Wed, 5 Jul 2017 15:16:36 +0300 Subject: [PATCH 1/7] First changes for 4.4.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f37d26e7..2923c252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change log +## 4.4.2 +### New features +#### Spreadsheet Editor +* Support some more new options in sparklines (bug#35296) + +### Fixes +#### Document Builder +* Fix problems with printing and saving to `pdf` + ## 4.4.1 ### New features #### Document Editor From 6c66c1c3098f52b43ea72f66180057469aa9d290 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 13 Jul 2017 10:52:13 +0300 Subject: [PATCH 2/7] Add changes for build 4.4.2.7 in web-apps --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2923c252..24acb2f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,27 @@ ## 4.4.2 ### New features #### Spreadsheet Editor -* Support some more new options in sparklines (bug#35296) +* Support some more new options in sparklines (bug #35296) ### Fixes +#### Document Editor +* Fix problem with setting tab several time (bug #34923) +* Fix printing in Edge (bug #35323) +* Fix help for moving shape by pixel (bug #24983) + +#### Spreadsheet Editor +* Fix box for `Show empty cells as` in Russian (bug #35299) +* Fix sparkline type in setting window (bug #35296) + +#### Presentation Editor +* Fix changing presentation language if no shape selected (bug #35231) + #### Document Builder * Fix problems with printing and saving to `pdf` +#### Desktop Editor +* Fix showing 'Changes saved' message (bug #35358) + ## 4.4.1 ### New features #### Document Editor From bf827e83cc93743d1c414843dbd6099e75017d6e Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 13 Jul 2017 11:18:40 +0300 Subject: [PATCH 3/7] Add changelog for sdkjs for 4.4.2.7 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24acb2f9..09e6ebd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,26 @@ * Fix problem with setting tab several time (bug #34923) * Fix printing in Edge (bug #35323) * Fix help for moving shape by pixel (bug #24983) +* Fix special paste in fast co-edit (bug #35310) +* Fix duplicates in strict mode after special paste (bug #35312) #### Spreadsheet Editor * Fix box for `Show empty cells as` in Russian (bug #35299) * Fix sparkline type in setting window (bug #35296) +* Hide not implemented formulas: `CUBEKPIMEMBER`, `CUBEMEMBER`, +`CUBEMEMBERPROPERTY`, `CUBERANKEDMEMBER`, `CUBESET`, +`CUBESETCOUNT`, `CUBEVALUE` (bug #35314) +* Fix JS error in conditional formatting with formula and offset (duplicate variable) (bug #35334) +* Fix JS error in SEARCH formula (bug #35340) +* Fix freeze pane shadow not hiding (bug #35359) #### Presentation Editor * Fix changing presentation language if no shape selected (bug #35231) +* Fix columns in placeholder (bug #35074) +* Fix connector losing shape after moving shape in group (bug #35317) +* Fix disconnecting connect after ungrouping (bug #35316) +* Fix hidden markers for connector on chart and image (bug #35300) +* Fix cell link after copy paste (bug #35362, [DocumentServer#122](https://github.com/ONLYOFFICE/DocumentServer/issues/122)) #### Document Builder * Fix problems with printing and saving to `pdf` From 4969236561631c2dc67d710b3f34c7ae0591a806 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 13 Jul 2017 11:42:51 +0300 Subject: [PATCH 4/7] Add core changes --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e6ebd0..894f1a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,22 @@ * Fix hidden markers for connector on chart and image (bug #35300) * Fix cell link after copy paste (bug #35362, [DocumentServer#122](https://github.com/ONLYOFFICE/DocumentServer/issues/122)) +#### x2t +##### xls +* Fix custom shape with connectors + +##### ods +* Fix margins + +##### pptx +* Fix audio wav files +* Fix old standard ole + +##### ppt +* Fix previous users picture +* Fix read picture stream + + #### Document Builder * Fix problems with printing and saving to `pdf` From 43de3fb1bf17041f62d39c0bb9606635d2265900 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 13 Jul 2017 12:31:44 +0300 Subject: [PATCH 5/7] Fix incorrect bug name --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894f1a32..41e0cc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ #### Document Editor * Fix problem with setting tab several time (bug #34923) * Fix printing in Edge (bug #35323) -* Fix help for moving shape by pixel (bug #24983) +* Fix help for moving shape by pixel (bug #34983) * Fix special paste in fast co-edit (bug #35310) * Fix duplicates in strict mode after special paste (bug #35312) From a6981d9b48f14b5ce422a380b8ab3788d8abfd53 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 20 Jul 2017 13:31:02 +0300 Subject: [PATCH 6/7] Add more changes --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e0cc4a..0bce6ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ * Fix help for moving shape by pixel (bug #34983) * Fix special paste in fast co-edit (bug #35310) * Fix duplicates in strict mode after special paste (bug #35312) +* Fixed bug with moving cursor to the start of the document after removing content control. +* Fix minor problems with co-edit in real time (bug #35398, #35399, #35400) #### Spreadsheet Editor * Fix box for `Show empty cells as` in Russian (bug #35299) @@ -22,6 +24,8 @@ * Fix JS error in conditional formatting with formula and offset (duplicate variable) (bug #35334) * Fix JS error in SEARCH formula (bug #35340) * Fix freeze pane shadow not hiding (bug #35359) +* Fix showing hidden objects +* Fix VLOOKUP format cell #### Presentation Editor * Fix changing presentation language if no shape selected (bug #35231) @@ -31,12 +35,25 @@ * Fix hidden markers for connector on chart and image (bug #35300) * Fix cell link after copy paste (bug #35362, [DocumentServer#122](https://github.com/ONLYOFFICE/DocumentServer/issues/122)) +#### Mobile Document Editor +* Remove saving show-snaplines option + +#### Mobile Presentation Editor +* Remove saving show-snaplines option + #### x2t +##### odt +* Fix saving some files to odt (bug #35389) + +##### txt +* Fix empty txt on opening (bug #35396) + ##### xls * Fix custom shape with connectors ##### ods * Fix margins +* Fix convert named range with formulas ##### pptx * Fix audio wav files From a9a8852faf4248a1a2f1cce07360df779cd97727 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Fri, 21 Jul 2017 17:24:55 +0300 Subject: [PATCH 7/7] Add about traslations --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bce6ca5..e919ff19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * Fix duplicates in strict mode after special paste (bug #35312) * Fixed bug with moving cursor to the start of the document after removing content control. * Fix minor problems with co-edit in real time (bug #35398, #35399, #35400) +* A lot of fixes in translations #### Spreadsheet Editor * Fix box for `Show empty cells as` in Russian (bug #35299) @@ -26,6 +27,7 @@ * Fix freeze pane shadow not hiding (bug #35359) * Fix showing hidden objects * Fix VLOOKUP format cell +* A lot of fixes in translations #### Presentation Editor * Fix changing presentation language if no shape selected (bug #35231) @@ -34,6 +36,7 @@ * Fix disconnecting connect after ungrouping (bug #35316) * Fix hidden markers for connector on chart and image (bug #35300) * Fix cell link after copy paste (bug #35362, [DocumentServer#122](https://github.com/ONLYOFFICE/DocumentServer/issues/122)) +* A lot of fixes in translations #### Mobile Document Editor * Remove saving show-snaplines option