Add v7.2.1 changelog (#1945)

* Add v7.2.1 changelog

* Improve

* Fix more
This commit is contained in:
Pavel Lobashov 2022-10-20 16:06:30 +03:00 committed by GitHub
parent e448c88efa
commit f1b8594521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 118 additions and 1 deletions

View file

@ -1,4 +1,4 @@
personal_ws-1.1 en 572 utf-8 personal_ws-1.1 en 580 utf-8
ACOT ACOT
ACOTH ACOTH
ActiveCell ActiveCell
@ -31,6 +31,7 @@ ASC
ashx ashx
aspose aspose
Aspose Aspose
authChanges
autocomplete autocomplete
AutoCorrect AutoCorrect
autofill autofill
@ -66,6 +67,7 @@ bugfixes
builded builded
callbackUrl callbackUrl
CanUpdateTarget CanUpdateTarget
CAs
CentOS CentOS
cff cff
changesError changesError
@ -104,6 +106,7 @@ COTH
COUNTIF COUNTIF
COUNTIFS COUNTIFS
COVARIANCE COVARIANCE
CreatePictureForm
crypted crypted
CSC CSC
CSCH CSCH
@ -306,6 +309,7 @@ MacOs
mariadb mariadb
mathType mathType
MathType MathType
maxChangesSize
MAXIFS MAXIFS
Mendeley Mendeley
MergeArea MergeArea
@ -375,6 +379,7 @@ Paragarph
param param
params params
passsword passsword
pathurl
pdf pdf
PDFA PDFA
PDURATION PDURATION
@ -423,6 +428,7 @@ reSave
resize resize
rightMenu rightMenu
RowHeight RowHeight
rPrChange
RRI RRI
rtf rtf
RTF RTF
@ -489,6 +495,7 @@ specifi
Spellcheker Spellcheker
ssl ssl
sslEnabled sslEnabled
startRPC
startup startup
statsd statsd
statusBar statusBar
@ -556,6 +563,7 @@ XLOOKUP
xls xls
XLS XLS
XLSB XLSB
xlsb
XlsFormatReader XlsFormatReader
xlsx xlsx
XLSX XLSX

View file

@ -1,5 +1,114 @@
# Change log # Change log
## 7.2.1
### New Features
#### All Editors
* Major improvements in fonts render engine. Removal of `Alternative input` settings
### Fixes
#### All Editors
* Fix `Help` closing (Bug #59315)
#### Document Editor
* Fix numbering in Portuguese or Basque language (Bug #59091)
* Fix the problem with review types when splitting paragraph (Bug #58512)
* Fix the problem with special paste button (Bug #59149)
* Fix crash on opening docx (Bug #59212)
* Fix the problem with reading `rPrChange` property and review such files (Bug #59205)
* Fix scrolling in co-edit view mode (Bug #57928)
* Fix the problem with performing the global undo (Bug #59270)
* Fix the problem with set the bold property for text in the complex script
(Bug #59289)
* Fix special paste position (Bug #59139)
#### Spreadsheet Editor
* Fix hangup on opening xlsx file (Bug #58112)
* Fix special paste via hotkey (Bug #59148)
#### Presentation Editor
* Fix animations problems (Bug #59301)
* Fix opening pptx file (Bug #59308)
#### Convert
* Fix xlsb to xlsx conversion (Bug #59002)
* Fix broken docx with 3D charts (Bug #58814)
* Fix some specific files in ppt to pptx conversion (Bug #59074, Bug #59106,
Bug #59108, Bug #59261, Bug #59276, Bug #59277, Bug #59281, #59261)
* Fix some specific files in xlsx to ods conversion (Bug #59118)
* Fix metadata loss in PDF (Bug #59153)
* Fix problems with opening xps files (Bug #59119)
* Fix empty presentation for ods to pptx conversion (Bug #59220)
* Fix xlsx to ods conversion (Bug #59221, Bug #59353)
* Fix xls to xlsx conversion (Bug #59209)
* Fix rtf to docx conversion (Bug #59322)
* Fix doc to docx conversion (Bug #59329)
* Fix csv number formats (Bug #59357)
* Improve EMF images rendering
#### PDF Viewer
* Fix search highlight (Bug #59069)
* Fix tooltip language for preview (Bug #59087)
#### Forms
* Major improvements in saving forms to PDF
* Implement save text field formats to PDF (Bug #58901)
* Add default form key when creating new forms
* Fix image track display (Bug #59120)
* Fix the problem with highlight of a fixed form (Bug #59105)
* Fix duplicating fixed forms when saving to PDF
* Fix the problem with converting complex field to fixed form (Bug #59262)
* Fix the problem with entering text to form (Bug #59290)
* Fix the problem with working with complex fields and simple fields (Bug #59345)
* Fix keys list problems (Bug #59377)
* Fix the problem with cancel filling the form on form blur (Bug #59373)
* Fix the problem with key of complex forms (Bug #59374)
* Fix complex form filling problem for forms with same key (Bug #59375)
* Fix the problem with printing form borders filled with placeholders (Bug #59378)
* Fix the problem with updating content of a Ref field (Bug #58606, Bug #59278)
#### Back-end
* Calling separate callback for each `pathurl` request
* Fix forgotten migration ([DocumentServer#1911](https://github.com/ONLYOFFICE/DocumentServer/issues/1911))
* Set timeout for entire conversion
* Add `pathurl` command to startRPC
* Check connection status before sending changes
* Add `editor.maxChangesSize` limit to document changes in config
* Fix bug with using built-in Root CAs instead of Windows Store.
* Check license on live viewer authorization
* Add alias field for multi tenancy
* Add acknowledge to authChanges
#### API
* Fix `Api.CreatePictureForm` method (Bug #59159)
* New methods to work with Review mode via API
#### Mobile Web Editors
* Fix SmartArt rendering (Bug #58867)
* Fix hangup on duplicate slide (Bug #59102)
* Fix hidden separator in dark theme (Bug #58272)
#### Docker
* Fix build of image (Bug #59310)([Docker-DocumentServer#506](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/506))
#### Integration Example
* Fixed several issues in different examples
## 7.2.0 ## 7.2.0
### New Features ### New Features