Skip to content

Commit 224f6f8

Browse files
github-actions[bot]18202781743
authored andcommitted
chore: New release 6.7.37
Log:
1 parent 779b652 commit 224f6f8

4 files changed

Lines changed: 47 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.7.37] - 2026-03-25
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+
25+
### Fixed
26+
27+
- Fix touchscreen double-tap and long-press handling
28+
- Adjust input field placeholder text color
29+
- Adjust path calculation for handle alignment
30+
- Handle exceptions when hovering over up/down arrows
31+
- Fix menu highlight remaining after main menu is closed
32+
- Adjust ComboBox padding and background for flat style
33+
- Update copyright year and add fillMode property
34+
- Skip inactive color when active and inactive colors are equal
35+
- Main interface does not gray out when losing focus
36+
- Disable smooth scaling for DQuickDciIconImage to prevent icon blur
37+
- Restore smooth scaling to prevent jagged icon edges
38+
- Optimize window button display delay issue
39+
- Resolved user confirmation dialog hierarchy anomaly
40+
- Fix AlertToolTip positioning and z-order issues
41+
- Fix highlight lingering after mouse leaves
42+
43+
### Removed
44+
45+
- Remove white border on icon hover state
46+
847
## [6.7.36] - 2026-03-12
948

1049
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.7.36
1+
6.7.37

archlinux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: zccrs <zhangjide@deepin.org>
22
pkgname=dtkdeclarative-git
3-
pkgver=6.7.36
3+
pkgver=6.7.37
44
pkgrel=1
55
sourcename=dtkdeclarative
66
sourcetars=("$sourcename"_"$pkgver".tar.xz)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
dtkdeclarative (6.7.37) unstable; urgency=medium
2+
3+
* Release 6.7.37
4+
5+
-- mhduiy <zhangkun2@uniontech.com> Wed, 25 Mar 2026 17:05:05 +0800
6+
17
dtkdeclarative (6.7.36) unstable; urgency=medium
28

39
* Release 6.7.36

0 commit comments

Comments
 (0)