LibreOffice 6.2: Release Notes - The Document Foundation Wiki (original) (raw)

From The Document Foundation Wiki

Writer

The option is available from GUI (using Text - Choose Encoding (.txt) export filter in Save As dialog with Edit filter settings checked), in the filter settings dialog:

as well as from command line, as in

soffice --convert-to \"txt:Text (encoded):UTF8,CR,,,false\" *.doc

where "UTF8" is the text encoding; "CR" is line ending setting (also "LF" and "CRLF" are valid options); third and fourth empty parameters are unused for export; and "false" is to suppress output of BOM ("true" is the default to output the BOM).

Calc

New spreadsheet functions

Changed spreadsheet functions

Impress & Draw

Related to Animation Editing:

UI:

Miscellaneous:

Base

Chart

Math

BASIC

Core / General

Fonts

LibreOffice Help

Filters

Improvements in EMF+ vector images import (used by .doc, docx, .xls, .xlsx, .ppt file formats)

Improvements in OOXML charts filters

Improvements of PPTX import/export filter:

Improvements of PPT import/export filter:

Improvements of animation rendering:

Document Encryption

GUI

Notebookbar

Classic Toolbars

Icon Theme

Dialogs

Personalization

Misc

Support for AdoptOpenJDK added.

Online

Mobile

HiDPI

Performance

Document signing

Integration

Misc

Localization

Incorporation of other languages

Note pin.svg If you speak an endangered language and want to help us to achieve our goal of providing free tools for every single person on Earth, please join us.

Improvements to proofing tools and language support

Feature removal / deprecation

General

The KDE4 VCL backend is deprecated and will be removed in the next version.

The GTK+2 VCL backend is deprecated and will be removed in a future version.

Platform Compatibility

Mac

Version 6.2 requires at least macOS 10.9. The next version will require at least macOS 10.10.

Windows

- Digital signing now uses the CNG API instead of legacy CryptoAPI, finally allowing usage of ECDSA keys on Windows blog post (Miklos Vajna - Collabora)

Linux

Binary Linux x86 (32-bit) releases will be demoted. There will be no Linux x86 builds produced by TDF after 6.2. This does not mean that Linux x86 compatibility will be removed.

KDE 5 + Qt5

Two new VCL plugins (qt5 and kde5) have been implemented (with the KDE5 plugin extending the Qt5 one) to provide integration into KDE Plasma 5 and other Qt5-based desktop environments, mainly implemented by Katarína Behrens (CIB) and Jan-Marek Glogowski (City of Munich).

If the kde5 and the gtk3_kde5 plugins are installed, the desktop detection will now prefer the kde5 one. The qt5 plugin must be explicitly selected via SAL_USE_VCLPLUGIN=qt5, as it's never selected automatically.

Currently implemented features include:

Bugs and missing features are tracked via the KDE meta bug tdf#102495.

Technical note: The qt5 plugin implements two rendering paths: an experimental QPainter based one and the Cairo based one, which is also used by all other Unix plugins. The kde5 plugin uses only the Cairo rendering path. The qt5 plugin defaults to the QPainter rendering path, but it's possible to force the Cairo path using the environment variable SAL_VCL_QT5_USE_CAIRO.

API changes

UNO API changes

Configuration changes

SDK changes

Android Viewer

New Features

Bug fixes/improvements