Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ddf191a729 | |||
| 4552eea088 | |||
| fc48b10b44 | |||
| e86baa1ba7 | |||
| 1379e3360c |
@@ -219,3 +219,19 @@ Yandex
|
|||||||
yy
|
yy
|
||||||
YYYY
|
YYYY
|
||||||
yyyy
|
yyyy
|
||||||
|
CVE
|
||||||
|
Sinhala
|
||||||
|
djvu
|
||||||
|
DJVU
|
||||||
|
XLSB
|
||||||
|
xps
|
||||||
|
XPS
|
||||||
|
greek
|
||||||
|
Italiano
|
||||||
|
Svizzera
|
||||||
|
VLC
|
||||||
|
libs
|
||||||
|
codecs
|
||||||
|
SmartArt
|
||||||
|
Galego
|
||||||
|
Galician
|
||||||
|
|||||||
+115
-6
@@ -1,5 +1,107 @@
|
|||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
|
## 7.2.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
#### All Editors
|
||||||
|
|
||||||
|
* Show warning on macros execution if connection to another host. Fix CVE-2021-43446
|
||||||
|
* Vector printing if the page does not contain gradient fills
|
||||||
|
* Removed the restriction on the minimum window size
|
||||||
|
* Top toolbar optimizations for smaller screens
|
||||||
|
* Added the ability to choose "Contrast Dark" or "System default" interface
|
||||||
|
theme
|
||||||
|
* Redone of icons in header line
|
||||||
|
* Redone of settings page in the editors
|
||||||
|
* New interface languages - "Portuguese (Portugal)" and "Armenian"
|
||||||
|
* Improved color selection component
|
||||||
|
* The ability to disable the alternative menu in the editors
|
||||||
|
* Completely redesigned search inside the document
|
||||||
|
* New hotkeys for "Special Paste"
|
||||||
|
* Added "Cut" and "Select All" buttons to the toolbar next to Copy/Paste
|
||||||
|
* Major improvements in Font engine (For languages like Bengali or Sinhala)
|
||||||
|
(only in Document Editor and Presentation Editor)
|
||||||
|
* Ligatures support
|
||||||
|
* Ability to insert tables as OLE object
|
||||||
|
* Support for images as a bulleted list and the ability to work with them
|
||||||
|
* Major improvements in "EMF" and "WMF" files rendering
|
||||||
|
|
||||||
|
#### Document Editor
|
||||||
|
|
||||||
|
* Ability to remove Header/Footer from toolbar
|
||||||
|
* Ability to insert current heading in TOC
|
||||||
|
* New warning if there is no TOC in document
|
||||||
|
* Navigation panel renamed to "Headings"
|
||||||
|
* Major improvements in "pdf", "djvu", "xps" convert to "docx"
|
||||||
|
* Correct display greek letters as numbered list items
|
||||||
|
|
||||||
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
|
* Ability to "Switch rows and columns" for Chart
|
||||||
|
* New "Italiano (Svizzera)" language for regional settings
|
||||||
|
* Row number highlight for filter
|
||||||
|
* Remove "First sheet" and "Last sheet" from bottom toolbar
|
||||||
|
* Selection of copied range
|
||||||
|
* Pivot table option - "Auto-fit column widths on update"
|
||||||
|
* 1904 date system support
|
||||||
|
|
||||||
|
#### Presentation Editor
|
||||||
|
|
||||||
|
* Animation with Custom path
|
||||||
|
* New advanced settings "Placement" tab for graphic images
|
||||||
|
* Added VLC libs so codecs are not required for video and audio playback
|
||||||
|
|
||||||
|
#### Forms
|
||||||
|
|
||||||
|
* Search in embedded and forms mode
|
||||||
|
* Change field width for "Comb of characters"-enabled field
|
||||||
|
* Ability to set tag for field
|
||||||
|
* New "Format" and "Allowed Symbols" settings for field
|
||||||
|
* New field types - "Phone number", "Email Address" and "Complex Field"
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* All components received countless fixes
|
||||||
|
|
||||||
|
## 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
|
## 7.1.0
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
@@ -9,12 +111,15 @@
|
|||||||
* Use system scaling option for screen on Windows 10 and later
|
* Use system scaling option for screen on Windows 10 and later
|
||||||
* New menu for inserting shapes (with list of recent used)
|
* New menu for inserting shapes (with list of recent used)
|
||||||
* Ability to edit points of a selected shapes
|
* Ability to edit points of a selected shapes
|
||||||
* Ability to open new diagram types: Pyramid, Bar (Pyramid), vertical and horizontal cylinders, vertical and horizontal cones
|
* Ability to open new diagram types: Pyramid, Bar (Pyramid), vertical and
|
||||||
|
horizontal cylinders, vertical and horizontal cones
|
||||||
* Ability to crop a selected image to shape
|
* Ability to crop a selected image to shape
|
||||||
* Ability to see your file protection password when entering it
|
* Ability to see your file protection password when entering it
|
||||||
* Support for SmartArt objects without converting into a group of objects
|
* Support for SmartArt objects without converting into a group of objects
|
||||||
* New UI language on Windows/Linux (Galego/Galician)
|
* New UI language on Windows/Linux (Galego/Galician)
|
||||||
* New UI languages on macOS (Belarusian, Bulgarian, Catalan, Danish, Dutch, Finnish, Galego, Greek, Hungarian, Indonesian, Japanese, Korean, Latvian, Norwegian, Romanian, Slovene, Swedish, Turkish, Ukrainian, Vietnamese, Lao)
|
* New UI languages on macOS (Belarusian, Bulgarian, Catalan, Danish, Dutch,
|
||||||
|
Finnish, Galego, Greek, Hungarian, Indonesian, Japanese, Korean, Latvian,
|
||||||
|
Norwegian, Romanian, Slovene, Swedish, Turkish, Ukrainian, Vietnamese, Lao)
|
||||||
* Gradient fill icon shows the chosen colors
|
* Gradient fill icon shows the chosen colors
|
||||||
|
|
||||||
#### Document Editor
|
#### Document Editor
|
||||||
@@ -25,16 +130,20 @@
|
|||||||
* Ability to use special symbols when searching within documents
|
* Ability to use special symbols when searching within documents
|
||||||
* Ability to add a period with a double-space
|
* Ability to add a period with a double-space
|
||||||
* Add Chinese/Japanese/Italian language to Watermark settings
|
* Add Chinese/Japanese/Italian language to Watermark settings
|
||||||
* New viewer for PDF, XPS, DJVU files with major performance improvements All operations are performed on the client side.
|
* New viewer for PDF, XPS, DJVU files with major performance improvements
|
||||||
* Ability to use the Page Thumbnails panel and to display the document's contents on the left sidebar for PDF files
|
All operations are performed on the client side.
|
||||||
|
* Ability to use the Page Thumbnails panel and to display the document's
|
||||||
|
contents on the left sidebar for PDF files
|
||||||
* Support for external and internal links in PDF opening
|
* Support for external and internal links in PDF opening
|
||||||
* Ability to use Hand/Select tools in PDF viewer
|
* Ability to use Hand/Select tools in PDF viewer
|
||||||
* The Document Info section of the Data tab contains information about PDF, XPS, DJVU files
|
* The Document Info section of the Data tab contains information about PDF,
|
||||||
|
XPS, DJVU files
|
||||||
|
|
||||||
#### Spreadsheet Editor
|
#### Spreadsheet Editor
|
||||||
|
|
||||||
* Using a built-in preview panel before printing out a spreadsheet
|
* Using a built-in preview panel before printing out a spreadsheet
|
||||||
* New view settings: Combine sheet and status bars, Always show toolbar, Interface theme, Show frozen panes shadow
|
* New view settings: Combine sheet and status bars, Always show toolbar,
|
||||||
|
Interface theme, Show frozen panes shadow
|
||||||
* New currencies as per ISO 4217 without needing to change the locale
|
* New currencies as per ISO 4217 without needing to change the locale
|
||||||
* Using tips when working with formulas for tables
|
* Using tips when working with formulas for tables
|
||||||
* Ability to set a text qualifier when importing text from TXT/CSV
|
* Ability to set a text qualifier when importing text from TXT/CSV
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||||
 
|
 
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule core updated: c025475f8b...b0d0186dd4
+1
-1
Submodule desktop-apps updated: c9619bae27...bf83ed9deb
+1
-1
Submodule desktop-sdk updated: 162207d7cb...603aea20df
+1
-1
Submodule dictionaries updated: 6422d90aa0...4fa8601cc3
+1
-1
Submodule sdkjs updated: 8add64f77d...7feccff00b
+1
-1
Submodule web-apps updated: 8ab0cb8d10...612d5d04e5
Reference in New Issue
Block a user