Skip to content

Commit b46ff21

Browse files
chore: New release 6.7.43 (#635)
Log: Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e1baa13 commit b46ff21

4 files changed

Lines changed: 76 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,74 @@ 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.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

VERSION

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

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.42
3+
pkgver=6.7.43
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.43) unstable; urgency=medium
2+
3+
* Release 6.7.43
4+
5+
-- yeshanshan <yeshanshan@uniontech.com> Thu, 04 Jun 2026 19:52:15 +0800
6+
17
dtkdeclarative (6.7.42) unstable; urgency=medium
28

39
* Release 6.7.42

0 commit comments

Comments
 (0)