From 1c42dbc97c66673d4c73e912b580b32ae0dfb2e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:59:03 +0800 Subject: [PATCH] chore: New release 6.7.34 Log: --- CHANGELOG.md | 16 ++++++++++++++++ VERSION | 2 +- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43d3e2f4..744234ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.34] - 2026-02-27 + +### Changed + +- Chore: New release 6.7.33 + +### 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 + ## [6.7.33] - 2026-02-05 ### Fixed diff --git a/VERSION b/VERSION index 65f60933d..da1201a78 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.33 +6.7.34 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index c4c94e1cf..4adcdb65d 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=6.7.33 +pkgver=6.7.34 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index fb7b0fa42..1a3376a99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (6.7.34) unstable; urgency=medium + + * Release 6.7.34 + + -- mhduiy Fri, 27 Feb 2026 14:59:03 +0800 + dtkdeclarative (6.7.33) unstable; urgency=medium * Release 6.7.33