diff --git a/kf6-ktexteditor.changes b/kf6-ktexteditor.changes index 43f48cb..7b15498 100644 --- a/kf6-ktexteditor.changes +++ b/kf6-ktexteditor.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon Oct 7 10:00:18 UTC 2024 - Christophe Marin + +- Update to 6.7.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.7.0 +- Changes since 6.6.0: + * Update dependency version to 6.7.0 + * Port away from deprecated KPluralHandlingSpinBox + * Fix unexpected space indentation in Go var group (kde#487054) + * Read dir kateconfig on view creation (kde#489600) + * Fix pressing on } inserts two lines instead of one (kde#479717) + * Dont remove trailing spaces in markdown by default (kde#451648) + * Multicursors: Avoid indenting the sameline twice + * blockmode: repair indent when the cursor is in the first column + * Multicursor: Fix indent with multiple cursors + * with latest syntax definition, more tests pass for ruby + * use more views + * avoid double signal emission + * less deprecated calls, works locally + * Store multiline ranges spanning multiple blocks in TextBuffer + * Remove MovingRange caching in TextBlock + * add hint the file might got moved (kde#476071) + * Dont create selection highlights with multiple selections + * Optimize killLine for multiple cursors + * completion: Allow async population of documentation + * more const to avoid wrong use of these members + * ensure modify the renderer that is used for printing (kde#465526) + * Fix text insertion with multiple cursors at same position. (kde#492869) + * Add command names for "Remove Spaces" and "Keep Extra Spaces" + * Minimap now follows the theme also for search matches + * Run clang-format + * Fix merging of selections in opposite directions + * Fix secondary cursor at boundary of selection doesn't get removed + * Fix warnings + * Update version to 6.7.0 + ------------------------------------------------------------------- Sat Sep 7 09:03:29 UTC 2024 - Christophe Marin diff --git a/kf6-ktexteditor.spec b/kf6-ktexteditor.spec index 76954ee..cfe2303 100644 --- a/kf6-ktexteditor.spec +++ b/kf6-ktexteditor.spec @@ -16,16 +16,16 @@ # -%define qt6_version 6.6.0 +%define qt6_version 6.7.0 %define rname ktexteditor -# Full KF6 version (e.g. 6.6.0) +# Full KF6 version (e.g. 6.7.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.6.0 +Version: 6.7.0 Release: 0 Summary: Embeddable text editor component License: LGPL-2.1-or-later diff --git a/ktexteditor-6.6.0.tar.xz b/ktexteditor-6.6.0.tar.xz deleted file mode 100644 index a5cd144..0000000 --- a/ktexteditor-6.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 81aebcc..0000000 --- a/ktexteditor-6.6.0.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrqKQAKCRAsjfWHptSq -waLNAQCGvBQ5sOg8jUPShgot98sh8OGwHEctkDbo8y4Xw+OZmAEAnylDwNNP0yoc -WJVnxiICLLKHdUUtKJxZYAnIWQEfGw8= -=2Kg1 ------END PGP SIGNATURE----- diff --git a/ktexteditor-6.7.0.tar.xz b/ktexteditor-6.7.0.tar.xz new file mode 100644 index 0000000..1bc9c09 --- /dev/null +++ b/ktexteditor-6.7.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed76f72324225a926e00c2c970d48d7f11a576e942e48d092e9837bda79d6991 +size 2880020 diff --git a/ktexteditor-6.7.0.tar.xz.sig b/ktexteditor-6.7.0.tar.xz.sig new file mode 100644 index 0000000..cd8ce9b --- /dev/null +++ b/ktexteditor-6.7.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAFQAAKCRAsjfWHptSq +wYiZAQDblu968se4sB1KUNtjDQPWMmNhyd/VrH3KyMaSeLNJawEAsIb27U8qzqvr +Uc/dhqy4uBrupbDZ5vQoigGSobtz9QE= +=UgTl +-----END PGP SIGNATURE-----