* Mon Jul 07 2025 Christophe Marin <christophe@krop.fr>
- Update to 6.16.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.16.0
- Changes since 6.15.0:
* Update dependency version to 6.16.0
* autotests: Add test cases for shortcut delimiter handling For fixed functionality in previous commit.
* i18n/kuitsetup: Handle shortcuts that use a delimiter as a key Currently, 'Meta++' is interpreted as just 'Meta', because the delimiter is used to split and does not preserve empty parts. By preserving empty parts, we can read the shortcut more carefully because two empty parts indicate the presence of the delimiter as a key.
* Update version to 6.16.0
* Mon Jun 09 2025 Christophe Marin <christophe@krop.fr>
- Update to 6.15.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.15.0
- Changes since 6.14.0:
* Update dependency version to 6.15.0
* Add tags file to documentation
* Remove leftover doxygen file
* Add missing qhp projects
* Add missing QDoc dependencies
* Add landing page for QDoc
* kuitsetup.cpp make Role "enum class"
* Port API documentation to QDoc syntax
* Fix embedded ISO 3166-1/2 cache loading in static builds
* Update version to 6.15.0
- Replace _kf6_bugfix_version usage
* Sun May 04 2025 Christophe Marin <christophe@krop.fr>
- Update to 6.14.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.14.0
- Changes since 6.13.0:
* Update dependency version to 6.14.0
* Add test showing the translation can use more/less % arguments than the source text
* Update version to 6.14.0
* Remove conditions for no longer supported Qt versions
* Sat Apr 05 2025 Christophe Marin <christophe@krop.fr>
- Update to 6.13.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.13.0
- Changes since 6.12.0:
* Use iso-codes' common_name field for country names when present (kde#501968)
* It compiles fine without qt6.9 deprecated methods
* Update dependency version to 6.13.0
* Tue Mar 11 2025 Christophe Marin <christophe@krop.fr>
- Update to 6.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.12.0
- Changes since 6.11.0:
* Update dependency version to 6.12.0
* Update version to 6.12.0
* Sat Feb 08 2025 Christophe Marin <christophe@krop.fr>
- Update to 6.11.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.11.0
- Changes since 6.10.0:
* Update dependency version to 6.11.0
* Add xml/yaml linting
* CI: Add linux-qt6-next build
* Update version to 6.11.0
* Thu Jan 09 2025 Christophe Marin <christophe@krop.fr>
- 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
* Add context to missing argument warnings in i18n QML calls
* Update version to 6.10.0
* Sun Dec 08 2024 Christophe Marin <christophe@krop.fr>
- Update to 6.9.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.9.0
- Changes since 6.8.0:
* Update dependency version to 6.9.0
* Handle multiple country-specific locales for the same language correctly
* Look up Qt translations catalogs ourselves
* Add auto tests for Qt catalog loading
* Improve fallback handling for Qt translation catalog loading
* Fix license identifier
* Remove obsolete Qt translation catalogs
* Fix loading of Qt's translation catalogs on Android
* Bump KF and QT versions in cem_set_disabled_deprecation_versions
* Update version to 6.9.0
* Thu Nov 07 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Fix requires_eq call: it does not, and never did, work on virtual
provides, only package names (in the past it was simply ignored,
newly throws an error exposing those things).
* Mon Nov 04 2024 Christophe Marin <christophe@krop.fr>
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Allow explicit setting of Python3 fallback executible path
* Update dependency version to 6.8.0
* Add missing include
* Trigger binding reevaluation on language change
* Propagate QML dependency for a static build with KTranscript enabled
* Add CI for static builds on Linux
* Update version to 6.8.0
* Reduce temporary allocations
* Modernize member initialization
* Fix container size type narrowing warnings
* Remove commented-out KLocale leftovers
* Align argument names between definition and declaration
* Re-evaluate the languages we translate to on QEvent::LanguageChange
* Cleanup KLocalizedContext d-ptr handling
* Special-case the language fallback for country-less English
* Use QStringView for locale splitting