diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f5fbf1..c17c1c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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.25] - 2025-10-30 + +### Added + +- Add customizable padding properties to DialogWindow + +### Changed + +- Can't use ScrollView in qt5 + +### 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.24] - 2025-10-16 ### Added diff --git a/VERSION b/VERSION index addaf70a..d626802b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.24 +5.7.25 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 845df199..883f9135 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=5.7.24 +pkgver=5.7.25 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 984520ef..9a64043c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (5.7.25) unstable; urgency=medium + + * Release 5.7.25 + + -- yeshanshan Thu, 30 Oct 2025 21:46:36 +0800 + dtkdeclarative (5.7.24) unstable; urgency=medium * Release 5.7.24