@@ -5,6 +5,48 @@ 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.38] - 2026-03-31
9+
10+ ### Added
11+
12+ - Add shader resource file for Qt6 build
13+ - Add tick alignment support for Slider component
14+
15+ ### Changed
16+
17+ - Chore: New release 6.7.33
18+ - Chore: New release 6.7.34
19+ - Optimized feedback volume display
20+ - Adjust button background colors for better visual consistency
21+ - Optimize tooltip positioning logic.
22+ - Chore: New release 6.7.35
23+ - Chore: New release 6.7.36
24+ - Translate dtkdeclarative.ts in ru
25+ - Chore: New release 6.7.37
26+
27+ ### Fixed
28+
29+ - Fix touchscreen double-tap and long-press handling
30+ - Adjust input field placeholder text color
31+ - Adjust path calculation for handle alignment
32+ - Handle exceptions when hovering over up/down arrows
33+ - Fix menu highlight remaining after main menu is closed
34+ - Adjust ComboBox padding and background for flat style
35+ - Update copyright year and add fillMode property
36+ - Skip inactive color when active and inactive colors are equal
37+ - Main interface does not gray out when losing focus
38+ - Disable smooth scaling for DQuickDciIconImage to prevent icon blur
39+ - Restore smooth scaling to prevent jagged icon edges
40+ - Optimize window button display delay issue
41+ - Resolved user confirmation dialog hierarchy anomaly
42+ - Fix AlertToolTip positioning and z-order issues
43+ - Fix highlight lingering after mouse leaves
44+ - Fix AlertToolTip parent causing drag issues
45+
46+ ### Removed
47+
48+ - Remove white border on icon hover state
49+
850## [ 6.7.37] - 2026-03-25
951
1052### Added
0 commit comments