diff --git a/CHANGELOG.md b/CHANGELOG.md index 8435b783..e43d3e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.33] - 2026-02-05 + +### 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 + ## [6.7.32] - 2026-01-22 ### Changed diff --git a/VERSION b/VERSION index 8bf65cec..65f60933 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.32 +6.7.33 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index c386597e..c4c94e1c 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=6.7.32 +pkgver=6.7.33 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 68f99681..fb7b0fa4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (6.7.33) unstable; urgency=medium + + * Release 6.7.33 + + -- yeshanshan Thu, 05 Feb 2026 17:28:27 +0800 + dtkdeclarative (6.7.32) unstable; urgency=medium * Release 6.7.32