diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d56fb510..db32f7095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.31] - 2026-01-06 + +### Changed + +- I18n: [dtkwidget] Updates for project Deepin Tool Kit (#713) +- Translate dtkwidget.ts in pl +- Translate dtkwidget.ts in pl +- Translate dtkwidget.ts in pl +- Unify DTK5 and DTK6 build system + +### Fixed + +- Update CMake translation handling for Qt6 compatibility +- Improve color mode configuration handling +- Fix color mode combo signal connection + ## [5.7.30] - 2025-12-11 ### Added diff --git a/VERSION b/VERSION index c8025f579..6764fa93a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.30 +6.7.31 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 52ce6ccaf..8f47eb524 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=dtkwidget-git -pkgver=5.7.30 +pkgver=6.7.31 pkgrel=1 sourcename=dtkwidget sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index fc76b860c..cc2899be6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkwidget (6.7.31) unstable; urgency=medium + + * Release 6.7.31 + + -- yeshanshan Tue, 06 Jan 2026 13:17:08 +0800 + dtkwidget (5.7.30) unstable; urgency=medium * Release 5.7.30 diff --git a/rpm/dtkwidget.spec b/rpm/dtkwidget.spec index 908adf4e6..14295c63a 100644 --- a/rpm/dtkwidget.spec +++ b/rpm/dtkwidget.spec @@ -1,5 +1,5 @@ Name: dtkwidget -Version: 5.7.30 +Version: 6.7.31 Release: 1%{?dist} Summary: Deepin tool kit widget modules License: LGPLv3+