Skip to content

Commit 9ab9141

Browse files
chore: New release 6.7.42 (#622)
Log: Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b648ac commit 9ab9141

4 files changed

Lines changed: 67 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,65 @@ 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.42] - 2026-05-20
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+
- Chore: New release 6.7.41
33+
34+
### Fixed
35+
36+
- Fix touchscreen double-tap and long-press handling
37+
- Adjust input field placeholder text color
38+
- Adjust path calculation for handle alignment
39+
- Handle exceptions when hovering over up/down arrows
40+
- Fix menu highlight remaining after main menu is closed
41+
- Adjust ComboBox padding and background for flat style
42+
- Update copyright year and add fillMode property
43+
- Skip inactive color when active and inactive colors are equal
44+
- Main interface does not gray out when losing focus
45+
- Disable smooth scaling for DQuickDciIconImage to prevent icon blur
46+
- Restore smooth scaling to prevent jagged icon edges
47+
- Optimize window button display delay issue
48+
- Resolved user confirmation dialog hierarchy anomaly
49+
- Fix AlertToolTip positioning and z-order issues
50+
- Fix highlight lingering after mouse leaves
51+
- Fix AlertToolTip parent causing drag issues
52+
- Improve DialogWindow blur effect with proper color handling
53+
- Write maskOffset to the correct uniform buffer offset
54+
- Avoid double alpha multiplication in rounded popup mask
55+
- Prevent crashes from dangling pointers in destructors
56+
- Use mask alpha channel for blending in ItemViewport shaders
57+
- Improve DCI icon image positioning and layout
58+
- Adjust path calculation for handle alignment
59+
- Replace the dialog box title to D.Label component
60+
- Conditionally show hyperlink in acknowledgments
61+
62+
### Removed
63+
64+
- Remove white border on icon hover state
65+
- Remove the hardcoded font size in the HTML
66+
867
## [6.7.41] - 2026-05-08
968

1069
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.7.41
1+
6.7.42

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.41
3+
pkgver=6.7.42
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.42) unstable; urgency=medium
2+
3+
* Release 6.7.42
4+
5+
-- yeshanshan <yeshanshan@uniontech.com> Wed, 20 May 2026 14:33:47 +0800
6+
17
dtkdeclarative (6.7.41) unstable; urgency=medium
28

39
* Release 6.7.41

0 commit comments

Comments
 (0)