From f005c6b8a5ecc0aa4724e9f8387571fdc76370d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 16:53:50 +0800 Subject: [PATCH] chore: New release 6.7.32 Log: --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71212fa..8435b783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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). +## [6.7.32] - 2026-01-22 + +### Changed + +- Unify dtk5 and dtk6 version handling + +### Fixed + +- Set retainWhileLoading to true for DQuickDciIconImage + +### Removed + +- Delete workflow call-synchronize-to-dtk6 + ## [6.7.31] - 2026-01-06 ### Changed diff --git a/VERSION b/VERSION index 6764fa93..8bf65cec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.31 +6.7.32 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 0a560d05..c386597e 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=6.7.31 +pkgver=6.7.32 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 68c90382..68f99681 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (6.7.32) unstable; urgency=medium + + * Release 6.7.32 + + -- yeshanshan Thu, 22 Jan 2026 16:53:50 +0800 + dtkdeclarative (6.7.31) unstable; urgency=medium * Release 6.7.31