From e6613ae37fef7ab6672dd157bcfdd22f10ed2d20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:30:57 +0800 Subject: [PATCH] chore: New release 6.7.35 Log: --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ VERSION | 2 +- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ 4 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744234ec..3776c5d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ 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.35] - 2026-03-05 + +### Added + +- Add shader resource file for Qt6 build + +### 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. + +### 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 + ## [6.7.34] - 2026-02-27 ### Changed diff --git a/VERSION b/VERSION index da1201a7..969848a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.34 +6.7.35 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 4adcdb65..fb63e0ca 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=6.7.34 +pkgver=6.7.35 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 1a3376a9..6932f17c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (6.7.35) unstable; urgency=medium + + * Release 6.7.35 + + -- yeshanshan Thu, 05 Mar 2026 19:30:57 +0800 + dtkdeclarative (6.7.34) unstable; urgency=medium * Release 6.7.34