diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f64878d..96d3682a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ 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 + +### Added + +- Add unit tests for dconfig2cpp generated class +- Add version macros and property definitions to dconfig2cpp + +### Changed + +- Replace with the new interface dconfig isInitializeSucceeded + +### Fixed + +- Correct condition check for fallback config in LogManager +- Refactor DConfig wrapper class generation for thread safety and lifecycle management +- Fix: dconfig2cpp: ensure isInitializeSucceeded() is true only after all + +### Removed + +- Delete workflow call-synchronize-to-dtk6 +- Remove dtk5/6 version differentiation in build rules + ## [6.7.31] - 2026-01-06 ### Added 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 952e83b6..70d8a832 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=dtkcore-git -pkgver=6.7.31 +pkgver=6.7.32 pkgrel=1 sourcename=dtkcore sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 97b0d411..75623f58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkcore (6.7.32) unstable; urgency=medium + + * Release 6.7.32 + + -- yeshanshan Thu, 22 Jan 2026 16:53:52 +0800 + dtkcore (6.7.31) unstable; urgency=medium * Release 6.7.31 diff --git a/rpm/dtkcore.spec b/rpm/dtkcore.spec index 9851ff79..583e7425 100644 --- a/rpm/dtkcore.spec +++ b/rpm/dtkcore.spec @@ -1,5 +1,5 @@ Name: dtkcore -Version: 6.7.31 +Version: 6.7.32 Release: 1%{?dist} Summary: Deepin tool kit core modules License: LGPLv3+