@@ -5,6 +5,74 @@ 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.43] - 2026-06-04
9+
10+ ### Added
11+
12+ - Add shader resource file for Qt6 build
13+ - Add tick alignment support for Slider component
14+ - Add license dialog and update about dialog
15+ - Add scroll support and fix title bar layout
16+ - Add hasInWindowBlur QML property and version dependencies
17+ - Add GitHub Actions CI workflows for Arch Linux and Deepin builds
18+
19+ ### Changed
20+
21+ - Chore: New release 6.7.33
22+ - Chore: New release 6.7.34
23+ - Optimized feedback volume display
24+ - Adjust button background colors for better visual consistency
25+ - Optimize tooltip positioning logic.
26+ - Chore: New release 6.7.35
27+ - Chore: New release 6.7.36
28+ - Translate dtkdeclarative.ts in ru
29+ - Chore: New release 6.7.37
30+ - Chore: New release 6.7.38
31+ - Chore: New release 6.7.39
32+ - [ dtkdeclarative] Updates for project Deepin Tool Kit (#609 )
33+ - Chore: New release 6.7.40
34+ - Rewrite PopupHandle for Qt6 with Window popupType support
35+ - Chore: New release 6.7.41
36+ - New release 6.7.42 (#622 )
37+
38+ ### Fixed
39+
40+ - Fix touchscreen double-tap and long-press handling
41+ - Adjust input field placeholder text color
42+ - Adjust path calculation for handle alignment
43+ - Handle exceptions when hovering over up/down arrows
44+ - Fix menu highlight remaining after main menu is closed
45+ - Adjust ComboBox padding and background for flat style
46+ - Update copyright year and add fillMode property
47+ - Skip inactive color when active and inactive colors are equal
48+ - Main interface does not gray out when losing focus
49+ - Disable smooth scaling for DQuickDciIconImage to prevent icon blur
50+ - Restore smooth scaling to prevent jagged icon edges
51+ - Optimize window button display delay issue
52+ - Resolved user confirmation dialog hierarchy anomaly
53+ - Fix AlertToolTip positioning and z-order issues
54+ - Fix highlight lingering after mouse leaves
55+ - Fix AlertToolTip parent causing drag issues
56+ - Improve DialogWindow blur effect with proper color handling
57+ - Write maskOffset to the correct uniform buffer offset
58+ - Avoid double alpha multiplication in rounded popup mask
59+ - Prevent crashes from dangling pointers in destructors
60+ - Use mask alpha channel for blending in ItemViewport shaders
61+ - Improve DCI icon image positioning and layout
62+ - Adjust path calculation for handle alignment
63+ - Replace the dialog box title to D.Label component
64+ - Conditionally show hyperlink in acknowledgments
65+ - Improve popup background with blur and palette
66+ - Set title font to t6 specification
67+
68+ ### Removed
69+
70+ - Remove white border on icon hover state
71+ - Remove the hardcoded font size in the HTML
72+ - Remove top padding when title is empty
73+ - Remove KWin blur from DialogWindow to fix dark theme issue
74+ - Remove CicleSpreadAnimation hover effect
75+
876## [ 6.7.42] - 2026-05-20
977
1078### Added
0 commit comments