diff --git a/CHANGELOG.md b/CHANGELOG.md index 7398741da..3e18d26fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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 support for custom line edit icon margin + +### Changed + +- Improve navigation widget styling + +### Fixed + +- Correct button order in settings dialog +- Handle font change events in dialog +- Adjust feature item widget height calculation +- Improve dialog sizing and remove unused event filter + ## [5.7.24] - 2025-10-16 ### Added diff --git a/VERSION b/VERSION index addaf70a2..d626802bd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.24 +5.7.25 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 5449cc310..1fccf2bdb 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=dtkwidget-git -pkgver=5.7.24 +pkgver=5.7.25 pkgrel=1 sourcename=dtkwidget sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index d47dd3061..6d39a1285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkwidget (5.7.25) unstable; urgency=medium + + * Release 5.7.25 + + -- yeshanshan Thu, 30 Oct 2025 21:45:45 +0800 + dtkwidget (5.7.24) unstable; urgency=medium * Release 5.7.24 diff --git a/rpm/dtkwidget.spec b/rpm/dtkwidget.spec index a2950c1fa..5504bf095 100644 --- a/rpm/dtkwidget.spec +++ b/rpm/dtkwidget.spec @@ -1,5 +1,5 @@ Name: dtkwidget -Version: 5.7.24 +Version: 5.7.25 Release: 1%{?dist} Summary: Deepin tool kit widget modules License: LGPLv3+