Add v7.2.2 changelog (#2045)

* Add v7.2.2 changelog

Add v7.2.1 changelog

* Fix markdown

* Update spellchecker

* Fix more

* Fix spaces

* Add one more exception

* Remove non-unicode symbol
This commit is contained in:
Denis Spitsyn 2022-12-20 12:35:58 +05:00 committed by GitHub
parent 5bed65fa99
commit ed60013250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 72 additions and 0 deletions

View file

@ -14,6 +14,7 @@ adSm
AllFontsGen
altGr
amd
amqp
Api
ApiBlockLvlSdt
ApiChart
@ -80,6 +81,7 @@ CHISQ
CHITEST
citus
CJK
clientLog
clipart
Clipart
ClipArt
@ -101,6 +103,7 @@ ConnectionsOS
COnOfftype
convertasion
Convertation
convertions
ConvertService
COTH
COUNTIF
@ -231,6 +234,7 @@ GetTopMargin
GetUsedRange
GetValue
GetVisible
GetVisibleRegion
GetWidth
GetWpar
glyphs
@ -267,9 +271,11 @@ inBody
innodependencyinstaller
InsertContent
insertImage
integrations
INTL
INV
iOS
iPadOS
ipfilter
IsAutosave
IsExitSave
@ -354,6 +360,7 @@ ODP
ods
odt
ODT
onDocumentContentReady
onDocumentStateChange
onlyoffice
ONLYOFFICE
@ -390,6 +397,7 @@ PhotoEditor
PHP
placholder
Pluging
png
PNG
PostgreSql
PostgreSQL
@ -438,6 +446,7 @@ savefile
SaveLock
saveUrl
Schweiz
ScrollToAbsolutePosition
sdk
sdkjs
sdt
@ -535,6 +544,7 @@ undelete
ungroup
ungrouping
unLockDocument
uri
URI
url
urls
@ -557,6 +567,7 @@ wget
WinXp
wmf
WOPI
WordControl
WrapText
xfIndexNumber
XLOOKUP

View file

@ -1,5 +1,66 @@
# Change log
## 7.2.2
### Fixes
#### All Editors
* Change selection font for base math font
#### Document Editor
* Fix the document bouncing in fast co-edit mode (Bug #59647) ([DocumentServer#1955](https://github.com/ONLYOFFICE/DocumentServer/issues/1955))
* Fix ability to review the document by anonymous users (Bug #59592)
* Fix changing `Unit of Measurement` property in `Advanced Settings` (Bug #59911)
* Fix the problem with compiling text properties of paragraph numbering (Bug #59324)
* Fix comment highlight rendering (Bug #59640)
* Fix calculating end info of the paragraph (Bug #59997, #60026)
* Fix printing selection for some documents (Bug #60167)
* Fix calculating the end info of a paragraph in table (Bug #60115)
#### Spreadsheet Editor
* Fix print from the integrations (Bug #59466)
* Fix hangup on opening xlsx file (Bug #59549)
* Fix displaying of the descriptions in `Function Arguments` window
for non-English formula languages
#### Presentation Editor
* Fix applying auto-correction in the equations (Bug #59529) ([DocumentServer#1960](https://github.com/ONLYOFFICE/DocumentServer/issues/1960))
#### Convert
* Fix some specific files in docx to png conversion (Bug #59923)
#### Back-end
* Major improvements of js compilation during convertions
through creating js caches with fonts
* Fix file collection with setting `FileConverter.converter.errorfiles`
* Add idle session close log and `clientLog` command
* Add `onDocumentContentReady` log message
#### API
* Fix `GetVisibleRegion` method
* Add `WordControl.ScrollToAbsolutePosition` method
#### Mobile Web Editors
* Fix the editors loading in some integrations on iOS and iPadOS (Bug #59604)
#### Docker
* Fix port parsing from `amqp_uri` if host contains digits including IP (Bug #59483)([Docker-DocumentServer#215](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/215))
* Add base image and PostgreSQL version build arguments
* Fix errors when starting the container on CentOS 9 (Bug #59481)([Docker-DocumentServer#522](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/522))
#### Integration Example
* Fixed several issues with jwt in different examples
## 7.2.1
### New Features