@@ -5,6 +5,61 @@ 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 shader resource file for Qt6 build
13+ - Add tick alignment support for Slider component
14+ - Add license dialog and update about dialog
15+
16+ ### Changed
17+
18+ - Chore: New release 6.7.33
19+ - Chore: New release 6.7.34
20+ - Optimized feedback volume display
21+ - Adjust button background colors for better visual consistency
22+ - Optimize tooltip positioning logic.
23+ - Chore: New release 6.7.35
24+ - Chore: New release 6.7.36
25+ - Translate dtkdeclarative.ts in ru
26+ - Chore: New release 6.7.37
27+ - Chore: New release 6.7.38
28+ - Chore: New release 6.7.39
29+ - [ dtkdeclarative] Updates for project Deepin Tool Kit (#609 )
30+ - Chore: New release 6.7.40
31+ - Rewrite PopupHandle for Qt6 with Window popupType support
32+
33+ ### Fixed
34+
35+ - Fix touchscreen double-tap and long-press handling
36+ - Adjust input field placeholder text color
37+ - Adjust path calculation for handle alignment
38+ - Handle exceptions when hovering over up/down arrows
39+ - Fix menu highlight remaining after main menu is closed
40+ - Adjust ComboBox padding and background for flat style
41+ - Update copyright year and add fillMode property
42+ - Skip inactive color when active and inactive colors are equal
43+ - Main interface does not gray out when losing focus
44+ - Disable smooth scaling for DQuickDciIconImage to prevent icon blur
45+ - Restore smooth scaling to prevent jagged icon edges
46+ - Optimize window button display delay issue
47+ - Resolved user confirmation dialog hierarchy anomaly
48+ - Fix AlertToolTip positioning and z-order issues
49+ - Fix highlight lingering after mouse leaves
50+ - Fix AlertToolTip parent causing drag issues
51+ - Improve DialogWindow blur effect with proper color handling
52+ - Write maskOffset to the correct uniform buffer offset
53+ - Avoid double alpha multiplication in rounded popup mask
54+ - Prevent crashes from dangling pointers in destructors
55+ - Use mask alpha channel for blending in ItemViewport shaders
56+ - Improve DCI icon image positioning and layout
57+ - Adjust path calculation for handle alignment
58+
59+ ### Removed
60+
61+ - Remove white border on icon hover state
62+
863## [ 6.7.40] - 2026-04-23
964
1065### Added
0 commit comments