Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,45 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.7.37] - 2026-03-25

### Added

- Add shader resource file for Qt6 build
- Add tick alignment support for Slider component

### Changed

- Chore: New release 6.7.33
- Chore: New release 6.7.34
- Optimized feedback volume display
- Adjust button background colors for better visual consistency
- Optimize tooltip positioning logic.
- Chore: New release 6.7.35
- Chore: New release 6.7.36

### Fixed

- Fix touchscreen double-tap and long-press handling
- Adjust input field placeholder text color
- Adjust path calculation for handle alignment
- Handle exceptions when hovering over up/down arrows
- Fix menu highlight remaining after main menu is closed
- Adjust ComboBox padding and background for flat style
- Update copyright year and add fillMode property
- Skip inactive color when active and inactive colors are equal
- Main interface does not gray out when losing focus
- Disable smooth scaling for DQuickDciIconImage to prevent icon blur
- Restore smooth scaling to prevent jagged icon edges
- Optimize window button display delay issue
- Resolved user confirmation dialog hierarchy anomaly
- Fix AlertToolTip positioning and z-order issues
- Fix highlight lingering after mouse leaves

### Removed

- Remove white border on icon hover state

## [6.7.36] - 2026-03-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.36
6.7.37
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: zccrs <zhangjide@deepin.org>
pkgname=dtkdeclarative-git
pkgver=6.7.36
pkgver=6.7.37
pkgrel=1
sourcename=dtkdeclarative
sourcetars=("$sourcename"_"$pkgver".tar.xz)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dtkdeclarative (6.7.37) unstable; urgency=medium

* Release 6.7.37

-- mhduiy <zhangkun2@uniontech.com> Wed, 25 Mar 2026 17:05:05 +0800

dtkdeclarative (6.7.36) unstable; urgency=medium

* Release 6.7.36
Expand Down
Loading