Skip to content

Commit 71151a7

Browse files
chore: New release 6.7.32
Log:
1 parent 59ee9fc commit 71151a7

File tree

5 files changed

+31
-3
lines changed

5 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.7.31
1+
6.7.32

archlinux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: justforlxz <justforlxz@gmail.com>
22
pkgname=dtkcore-git
3-
pkgver=6.7.31
3+
pkgver=6.7.32
44
pkgrel=1
55
sourcename=dtkcore
66
sourcetars=("$sourcename"_"$pkgver".tar.xz)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
dtkcore (6.7.31) unstable; urgency=medium
28

39
* Release 6.7.31

rpm/dtkcore.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dtkcore
2-
Version: 6.7.31
2+
Version: 6.7.32
33
Release: 1%{?dist}
44
Summary: Deepin tool kit core modules
55
License: LGPLv3+

0 commit comments

Comments
 (0)