File tree Expand file tree Collapse file tree 5 files changed +31
-3
lines changed
Expand file tree Collapse file tree 5 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 6.7.32] - 2026-01-22
9+
10+ ### Added
11+
12+ - Add unit tests for dconfig2cpp generated class
13+ - Add version macros and property definitions to dconfig2cpp
14+
15+ ### Changed
16+
17+ - Replace with the new interface dconfig isInitializeSucceeded
18+
19+ ### Fixed
20+
21+ - Correct condition check for fallback config in LogManager
22+ - Refactor DConfig wrapper class generation for thread safety and lifecycle management
23+ - Fix: dconfig2cpp: ensure isInitializeSucceeded() is true only after all
24+
25+ ### Removed
26+
27+ - Delete workflow call-synchronize-to-dtk6
28+ - Remove dtk5/6 version differentiation in build rules
29+
830## [ 6.7.31] - 2026-01-06
931
1032### Added
Original file line number Diff line number Diff line change 1- 6.7.31
1+ 6.7.32
Original file line number Diff line number Diff line change 11# Maintainer: justforlxz <justforlxz@gmail.com>
22pkgname=dtkcore-git
3- pkgver=6.7.31
3+ pkgver=6.7.32
44pkgrel=1
55sourcename=dtkcore
66sourcetars=(" $sourcename " _" $pkgver " .tar.xz)
Original file line number Diff line number Diff line change 1+ dtkcore (6.7.32) unstable; urgency=medium
2+
3+ * Release 6.7.32
4+
5+ -- yeshanshan <yeshanshan@uniontech.com> Thu, 22 Jan 2026 16:53:52 +0800
6+
17dtkcore (6.7.31) unstable; urgency=medium
28
39 * Release 6.7.31
Original file line number Diff line number Diff line change 11Name: dtkcore
2- Version: 6.7.31
2+ Version: 6.7.32
33Release: 1%{?dist }
44Summary: Deepin tool kit core modules
55License: LGPLv3+
You can’t perform that action at this time.
0 commit comments