From 99ae5c8db31ae2d780c7ffa24a85b012cdf45a04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 17:05:00 +0800 Subject: [PATCH] chore: New release 5.7.26 Log: --- CHANGELOG.md | 20 ++++++++++++++++++++ VERSION | 2 +- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c17c1c50..ed0ed40d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ 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). +## [5.7.26] - 2025-11-06 + +### Added + +- Add customizable padding properties to DialogWindow + +### Changed + +- Can't use ScrollView in qt5 +- Chore: New release 5.7.25 + +### Fixed + +- Recalculate state on scrollbar policy change +- Improve text field focus behavior with context menu + +### Removed + +- Remove unnecessary left margin from title bar icon + ## [5.7.25] - 2025-10-30 ### Added diff --git a/VERSION b/VERSION index d626802b..83cb14cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.25 +5.7.26 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 883f9135..4395c39e 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=5.7.25 +pkgver=5.7.26 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 9a64043c..76ccaf10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (5.7.26) unstable; urgency=medium + + * Release 5.7.26 + + -- yeshanshan Thu, 06 Nov 2025 17:05:00 +0800 + dtkdeclarative (5.7.25) unstable; urgency=medium * Release 5.7.25