diff --git a/kf6-ktexteditor.changes b/kf6-ktexteditor.changes index ac1e26a..43f48cb 100644 --- a/kf6-ktexteditor.changes +++ b/kf6-ktexteditor.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sat Sep 7 09:03:29 UTC 2024 - Christophe Marin + +- Update to 6.6.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.6.0 +- Changes since 6.5.0: + * Update version to 6.6.0 + * Make tests a bit faster + * Fix clashing and missing keyboard accelerators + * Add help texts for new editing commands + * Move sort implementation to C++ (kde#478250) + * Move natsort to C++ and implement it using QCollator + * Move the sortuniq, uniq implementation to C++ (kde#478250) + * read and write font features to config + * Fix doc.text() when first block is empty + * Fix block splitting + * try to make test more robust + * Restore previous indentation test mode based on individual files + * Store startlines in the buffer instead of block + * doc: Fix code example for plugin hosting + * no 10 second timeouts, the CI is not that consistent fast + * try to make test more stable + * improve encoding detection (kde#487594) + * fix grouping on config dialog page (kde#490617) + * Optimize cursorToOffset + * Dont indent on tab when in block selection mode (kde#448695) + * Fix selection printing (kde#415570) + ------------------------------------------------------------------- Mon Aug 5 10:47:54 UTC 2024 - Christophe Marin diff --git a/kf6-ktexteditor.spec b/kf6-ktexteditor.spec index 4dbdc8b..76954ee 100644 --- a/kf6-ktexteditor.spec +++ b/kf6-ktexteditor.spec @@ -19,13 +19,13 @@ %define qt6_version 6.6.0 %define rname ktexteditor -# Full KF6 version (e.g. 6.5.0) +# Full KF6 version (e.g. 6.6.0) %{!?_kf6_version: %global _kf6_version %{version}} # Last major and minor KF6 version (e.g. 6.0) %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kf6-ktexteditor -Version: 6.5.0 +Version: 6.6.0 Release: 0 Summary: Embeddable text editor component License: LGPL-2.1-or-later diff --git a/ktexteditor-6.5.0.tar.xz b/ktexteditor-6.5.0.tar.xz deleted file mode 100644 index e7d9428..0000000 --- a/ktexteditor-6.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bbb8875a68c6b627f3999c2dab2f91fe15570e2a43c3b2aa9149e5b98dbb8c1 -size 2846764 diff --git a/ktexteditor-6.5.0.tar.xz.sig b/ktexteditor-6.5.0.tar.xz.sig deleted file mode 100644 index ce50492..0000000 --- a/ktexteditor-6.5.0.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/4wAKCRAsjfWHptSq -wT47AP4sHPE9sM9K1bX/7MTtk9KNd1Ino3QzMGjsO2eal2XzZQEA52lp8AndVK49 -T/meNDzHT0YC+Alt3bTAz/q2/i6BfgI= -=RRSX ------END PGP SIGNATURE----- diff --git a/ktexteditor-6.6.0.tar.xz b/ktexteditor-6.6.0.tar.xz new file mode 100644 index 0000000..a5cd144 --- /dev/null +++ b/ktexteditor-6.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9991a78fd5cf692964d84210baea472ece56434d924f9e67561b857f8b48c777 +size 2877692 diff --git a/ktexteditor-6.6.0.tar.xz.sig b/ktexteditor-6.6.0.tar.xz.sig new file mode 100644 index 0000000..81aebcc --- /dev/null +++ b/ktexteditor-6.6.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrqKQAKCRAsjfWHptSq +waLNAQCGvBQ5sOg8jUPShgot98sh8OGwHEctkDbo8y4Xw+OZmAEAnylDwNNP0yoc +WJVnxiICLLKHdUUtKJxZYAnIWQEfGw8= +=2Kg1 +-----END PGP SIGNATURE-----