File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,39 @@ 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.41] - 2026-05-08
9+
10+ ### Added
11+
12+ - Add version guard for entryList method
13+ - Add thread safety for pinyin dictionary initialization
14+ - Support full Unicode with UTF-8 byte escaping
15+
16+ ### Changed
17+
18+ - Chore: New release 6.7.33
19+ - Chore: New release 6.7.34
20+ - Chore: New release 6.7.35
21+ - Chore: New release 6.7.36
22+ - Chore: New release 6.7.37
23+ - Chore: New release 6.7.38
24+ - Update license info loading and search paths
25+ - Chore: New release 6.7.39
26+ - Chore: New release 6.7.40
27+ - Move inline function to library codebase
28+
29+ ### Fixed
30+
31+ - Validate subpath format in dconfig
32+ - 修复 DSysInfo 在 AArch64 架构下的线程安全问题
33+ - Restore dconfig_meta_files macro for DTK5 compatibility
34+ - Avoid duplicate logging under systemd with journal
35+ - Replace QScopedPointer with raw pointer for DSGConfigManager
36+
37+ ### Removed
38+
39+ - Remove fallback to file mode in DConfig
40+
841## [ 6.7.40] - 2026-04-23
942
1043### Added
Original file line number Diff line number Diff line change 1- 6.7.40
1+ 6.7.41
Original file line number Diff line number Diff line change 11# Maintainer: justforlxz <justforlxz@gmail.com>
22pkgname=dtkcore-git
3- pkgver=6.7.40
3+ pkgver=6.7.41
44pkgrel=1
55sourcename=dtkcore
66sourcetars=(" $sourcename " _" $pkgver " .tar.xz)
Original file line number Diff line number Diff line change 1+ dtkcore (6.7.41) unstable; urgency=medium
2+
3+ * Release 6.7.41
4+
5+ -- yeshanshan <yeshanshan@uniontech.com> Fri, 08 May 2026 13:54:27 +0800
6+
17dtkcore (6.7.40) unstable; urgency=medium
28
39 * Release 6.7.40
Original file line number Diff line number Diff line change 11Name: dtkcore
2- Version: 6.7.40
2+ Version: 6.7.41
33Release: 1%{?dist }
44Summary: Deepin tool kit core modules
55License: LGPLv3+
You can’t perform that action at this time.
0 commit comments