From d37f633f4cb872f6979586abdba32c2f18274e74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:06:58 +0000 Subject: [PATCH] chore(rpm): New release 5.7.17 Log: --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ VERSION | 2 +- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ 4 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..e7386a965 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [5.7.17] - 2025-06-19 + +### Added + +- Add ScrollView component and update TextArea sizing +- Add tab focus support for CheckBox and RadioButton + +### Changed + +- Support VERSION file +- Add auto release workflow +- Improve TitleBar layout implementation +- Update window control icons in bloom theme +- Update .syncexclude +- Update Bloom checkbox and radio icons + +### Fixed + +- Ensure dynamic width binding in QML preview +- Adjust blur behavior in floating panel and menu + +### Removed + +- Remove warning + +[5.7.17]: https://github.com/linuxdeepin/dtkdeclarative/compare/5.7.16..5.7.17 + + diff --git a/VERSION b/VERSION index e8406ce30..f3ca4b63c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.16 +5.7.17 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 71964d847..ddb2888df 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=1.0.0 +pkgver=5.7.17 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 5e7adccf8..3fdecb5df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (5.7.17) unstable; urgency=medium + + * Release 5.7.17 + + -- yeshanshan Thu, 19 Jun 2025 10:06:58 +0800 + dtkdeclarative (5.7.16) unstable; urgency=medium * fix: use applicationDisplayName instead of qAppName in