@@ -5,6 +5,41 @@ 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.42] - 2026-05-20
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+ - Chore: New release 6.7.41
29+
30+ ### Fixed
31+
32+ - Validate subpath format in dconfig
33+ - 修复 DSysInfo 在 AArch64 架构下的线程安全问题
34+ - Restore dconfig_meta_files macro for DTK5 compatibility
35+ - Avoid duplicate logging under systemd with journal
36+ - Replace QScopedPointer with raw pointer for DSGConfigManager
37+ - Memory leak when overwriting cached DBus property values
38+
39+ ### Removed
40+
41+ - Remove fallback to file mode in DConfig
42+
843## [ 6.7.41] - 2026-05-08
944
1045### Added
0 commit comments