From e86baa1ba75989e4ac0389de4cb1fb5e9e6ca9cd Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Mon, 11 Jul 2022 11:51:22 +0300 Subject: [PATCH] Update CHANGELOG.md (#942) --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b23468f..c528c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Change log +## 7.1.1 + +### Fixes + +#### All Editors + +* Fix rendering list of fonts if there is a lot of fonts (Bug #46495) +* Fix rendering of some Chinese fonts (Bug #48564) +* Update help entries + +#### Document Editor + +* Fix lost text box in Header (Bug #56940) +* Fix incorrect table width for some doc file (Bug #56901) +* Fix convert of some docx files (Bug #57068, Bug #57177) +* Fix color of SmartArt figures in docx -> odt convert (Bug #57104) +* Fix page count in specific doc file (Bug #57334) +* Fix insert page with merge cells and drag'n'drop (Bug #57305) +* Fix zoom while touch-pad scrolling (Bug #56029) +* Hide "Create new" for offline pdf/djvu/xps files + +#### Spreadsheet Editor + +* Fix all sheets display while saving as pdf (Bug #49163) +* Fix zoom change with touch-pad on MacOS (Bug #57249) + +#### Presentation Editor + +* Fix re-save of some pptx files (Bug #57070) +* Fix test align for some ODP files (Bug #57214) +* Fix saving SmartArt in groups (Bug #57112) +* Fix crash on drawing animation labels by shape track + +#### PDF Viewer + +* Fix lost text in PDF -> ODT (Bug #57274) +* Fix calling translate plugin (Bug #53808) + ## 7.1.0 ### New Features