SHA256
1
0
forked from pool/kate
Luca Beltrame
2020-01-09 15:58:26 +00:00
committed by Git OBS Bridge
parent 9728f4c4cf
commit 0f47fb2707
6 changed files with 34 additions and 15 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jan 7 10:00:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.12.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.1
- Changes since 19.12.0:
* Unbreak build with cmake < 3.7 (VERSION_GREATER_EQUAL only avail >= 3.7)
* Update Appstream for new release
* Fix crash when pressing ESC after external tools plugin was un/reloaded
* sort settings file by language id
* initial support for javascript + typescript LSP
* lsp: update info of OCaml server
* lspclient: aid compilation on older version by explicit json object conversion
* relax ocaml regex
* allow highlighting mode => language id mapping to be configured in the JSON config
* Add icons to metadata of plugins supporting KDevelop/Plugin
-------------------------------------------------------------------
Tue Dec 10 06:38:18 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>