Add 4.4.4 changelog
This commit is contained in:
parent
44eb78b5a6
commit
f9bbb4c0cd
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,5 +1,10 @@
|
||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
|
## 4.4.4
|
||||||
|
### Windows-only release
|
||||||
|
### Fixes
|
||||||
|
* Fix log folder creation in `silent` and `verysilent` setup mode
|
||||||
|
|
||||||
## 4.4.3
|
## 4.4.3
|
||||||
### Fixes
|
### Fixes
|
||||||
#### Document Editor
|
#### Document Editor
|
||||||
|
@ -13,7 +18,7 @@
|
||||||
#### Presentation Editor
|
#### Presentation Editor
|
||||||
* Fix comment reply duplication (bug #35408)
|
* Fix comment reply duplication (bug #35408)
|
||||||
* Fix bug with drag-and-drop chart into title
|
* Fix bug with drag-and-drop chart into title
|
||||||
|
|
||||||
## 4.4.2
|
## 4.4.2
|
||||||
### New features
|
### New features
|
||||||
#### Spreadsheet Editor
|
#### Spreadsheet Editor
|
||||||
|
@ -33,8 +38,8 @@
|
||||||
#### Spreadsheet Editor
|
#### Spreadsheet Editor
|
||||||
* Fix box for `Show empty cells as` in Russian (bug #35299)
|
* Fix box for `Show empty cells as` in Russian (bug #35299)
|
||||||
* Fix sparkline type in setting window (bug #35296)
|
* Fix sparkline type in setting window (bug #35296)
|
||||||
* Hide not implemented formulas: `CUBEKPIMEMBER`, `CUBEMEMBER`,
|
* Hide not implemented formulas: `CUBEKPIMEMBER`, `CUBEMEMBER`,
|
||||||
`CUBEMEMBERPROPERTY`, `CUBERANKEDMEMBER`, `CUBESET`,
|
`CUBEMEMBERPROPERTY`, `CUBERANKEDMEMBER`, `CUBESET`,
|
||||||
`CUBESETCOUNT`, `CUBEVALUE` (bug #35314)
|
`CUBESETCOUNT`, `CUBEVALUE` (bug #35314)
|
||||||
* Fix JS error in conditional formatting with formula and offset (duplicate variable) (bug #35334)
|
* Fix JS error in conditional formatting with formula and offset (duplicate variable) (bug #35334)
|
||||||
* Fix JS error in SEARCH formula (bug #35340)
|
* Fix JS error in SEARCH formula (bug #35340)
|
||||||
|
@ -46,13 +51,13 @@
|
||||||
#### Presentation Editor
|
#### Presentation Editor
|
||||||
* Fix changing presentation language if no shape selected (bug #35231)
|
* Fix changing presentation language if no shape selected (bug #35231)
|
||||||
* Fix columns in placeholder (bug #35074)
|
* Fix columns in placeholder (bug #35074)
|
||||||
* Fix connector losing shape after moving shape in group (bug #35317)
|
* Fix connector losing shape after moving shape in group (bug #35317)
|
||||||
* Fix disconnecting connect after ungrouping (bug #35316)
|
* Fix disconnecting connect after ungrouping (bug #35316)
|
||||||
* Fix hidden markers for connector on chart and image (bug #35300)
|
* 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))
|
* Fix cell link after copy paste (bug #35362, [DocumentServer#122](https://github.com/ONLYOFFICE/DocumentServer/issues/122))
|
||||||
* A lot of fixes in translations
|
* A lot of fixes in translations
|
||||||
|
|
||||||
#### Mobile Document Editor
|
#### Mobile Document Editor
|
||||||
* Remove saving show-snaplines option
|
* Remove saving show-snaplines option
|
||||||
|
|
||||||
#### Mobile Presentation Editor
|
#### Mobile Presentation Editor
|
||||||
|
@ -260,7 +265,7 @@
|
||||||
* Sort options window while sorting ranges
|
* Sort options window while sorting ranges
|
||||||
* Added direction of sort on filter buttons
|
* Added direction of sort on filter buttons
|
||||||
* Added filter condition at statistical information
|
* Added filter condition at statistical information
|
||||||
* Added special paste feature
|
* Added special paste feature
|
||||||
* Added support of surface chart
|
* Added support of surface chart
|
||||||
* New cell borders styles (11 in total)
|
* New cell borders styles (11 in total)
|
||||||
|
|
||||||
|
@ -316,7 +321,7 @@
|
||||||
* Fixed an issue with password-protected xlsx (ONLYOFFICE/DesktopEditors#24)
|
* Fixed an issue with password-protected xlsx (ONLYOFFICE/DesktopEditors#24)
|
||||||
* Fixed an issue with non-breaking space (ONLYOFFICE/DesktopEditors#26)
|
* Fixed an issue with non-breaking space (ONLYOFFICE/DesktopEditors#26)
|
||||||
* Fixed an issue with AVERAGEA formula with text format
|
* Fixed an issue with AVERAGEA formula with text format
|
||||||
* Fixed an issue with broken workbook after list copy (bug #33588)
|
* 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 formula recalculation by F4 hotkey (bug #32901)
|
||||||
* Fixed an issue with SUMIFS formula (bug #33602)
|
* Fixed an issue with SUMIFS formula (bug #33602)
|
||||||
* Fixed an issue with inserting image size (bug #33604)
|
* Fixed an issue with inserting image size (bug #33604)
|
||||||
|
@ -424,7 +429,7 @@
|
||||||
* Fix problem with convert to pdf converted only first page
|
* Fix problem with convert to pdf converted only first page
|
||||||
|
|
||||||
#### Licensing
|
#### Licensing
|
||||||
* Without license file chat and comments buttons are unavailable. Also
|
* Without license file chat and comments buttons are unavailable. Also
|
||||||
edit customer information and logo image at header of editors is not supported.
|
edit customer information and logo image at header of editors is not supported.
|
||||||
|
|
||||||
## 4.2.2
|
## 4.2.2
|
||||||
|
@ -548,4 +553,3 @@ Previously users of standard license are forced to use only compact toolbar.
|
||||||
|
|
||||||
#### document-server-integration
|
#### document-server-integration
|
||||||
* Minor fixes
|
* Minor fixes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue