From 16c0ecac000dd674862e15222c89a54096477c30af553878113e97fcb6cf9e9a Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Thu, 9 Jan 2025 17:15:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-ktexteditor?expand=0&rev=24 --- kf6-ktexteditor.changes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/kf6-ktexteditor.changes b/kf6-ktexteditor.changes index 9f91413..021da50 100644 --- a/kf6-ktexteditor.changes +++ b/kf6-ktexteditor.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jan 9 17:12:39 UTC 2025 - Christophe Marin + +- Update to 6.10.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.10.0 +- Changes since 6.9.0: + * Update dependency version to 6.10.0 + * Fix default shortcuts for mac os + * rewrite Kate::TextBlock::mergeBlock m_cursors merging code + * use one targetBlock->m_lines.insert instead of many targetBlock->m_lines.push_back + * add testNoFlippedRange and testBlockSplitAndMerge to movingrange_test + * Preprocess lineEndings before pasting + * "Paste From File" feature for Kate to select a file and insert it's contents into the current file (kde#496902) + * Remove unnecessary multicursor clipboard code + * Try to split clipboard text across multiple cursors when pasting (kde#497863) + * Optimize kill lines for large number of cursors + * Fix full line selection behaviour of the C++ versions of the editing commands + * remove not needed include + * ensure content like from document doesn't make the dialog size explode (kde#497328) + * store QTextLayout inline + * Update version to 6.10.0 + ------------------------------------------------------------------- Sun Dec 8 10:09:27 UTC 2024 - Christophe Marin