From 1a705e5a00802c499642e3ee251a3cd499d44758 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 21:23:06 +0800 Subject: [PATCH] chore: New release 6.7.39 Log: --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ 4 files changed, 53 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ae5da92..86dadb861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,51 @@ 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.39] - 2026-04-09 + +### Added + +- Add shader resource file for Qt6 build +- Add tick alignment support for Slider component +- Add license dialog and update about dialog + +### 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 +- Translate dtkdeclarative.ts in ru +- Chore: New release 6.7.37 +- Chore: New release 6.7.38 + +### 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 +- Fix AlertToolTip parent causing drag issues +- Improve DialogWindow blur effect with proper color handling + +### Removed + +- Remove white border on icon hover state + ## [6.7.38] - 2026-03-31 ### Added diff --git a/VERSION b/VERSION index db6c5b56d..e02c49643 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.38 +6.7.39 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index ffe849c81..c3910a0ca 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=6.7.38 +pkgver=6.7.39 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 52b77203d..381798b53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (6.7.39) unstable; urgency=medium + + * Release 6.7.39 + + -- yeshanshan Thu, 09 Apr 2026 21:23:06 +0800 + dtkdeclarative (6.7.38) unstable; urgency=medium * Release 6.7.38