KDE Release gear 24.12 RC

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=236
This commit is contained in:
Christophe Marin
2024-12-02 08:58:53 +00:00
committed by Git OBS Bridge
parent 270e862ac0
commit ad748231a7
6 changed files with 44 additions and 20 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Dec 2 08:42:44 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 24.11.90
* New feature release
- Changes since 24.11.80:
* Add back distance check to hide tooltip
* Fix #496460: Match export not working with lookarounds (kde#496460)
* don't die if the arrays not only contain integers
* don't pass a nullptr to ::fromLatin1 (kde#496602)
* Update typescript-language-server url
* Avoid ctag indexing the home/root dir
* fix language ids for javascript derivates (kde#495805)
* Try to have a PATH on macos when not launched from terminal
* Build output improvements
* Build: Append html output
* try to properly use toLocalFile for local files
* Skip "Save macro recording" action when recording is going on (kde#494464)
* Ensure key press/release are sent to the same widget
* Fix active tab not being set inactive
* Fix snippet completion execution
* Fix snippets not working unless completion is hard invoked (kde#495416)
* Remove useless Qbytearray->QString conversion
-------------------------------------------------------------------
Sat Nov 16 17:29:21 UTC 2024 - Christophe Marin <christophe@krop.fr>