diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b96f9a..9b921297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.24] - 2025-10-16 + +### Added + +- Support Qt 6.10 + +### Changed + +- Improve icon size detection and duplicate handling + +### Fixed + +- Correct lockfile path construction +- Fix Qt6 compilation error with libxdg + ## [5.7.23] - 2025-09-25 ### Fixed diff --git a/VERSION b/VERSION index a5c3e01d..addaf70a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.23 +5.7.24 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 951903cc..edba5675 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=dtkgui-git -pkgver=5.7.23 +pkgver=5.7.24 pkgrel=1 sourcename=dtkgui sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 3c8d9392..9f05c66b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkgui (5.7.24) unstable; urgency=medium + + * Release 5.7.24 + + -- yeshanshan Thu, 16 Oct 2025 19:45:30 +0800 + dtkgui (5.7.23) unstable; urgency=medium * Release 5.7.23 diff --git a/rpm/dtkgui.spec b/rpm/dtkgui.spec index cb3ea8b1..2b75aec7 100644 --- a/rpm/dtkgui.spec +++ b/rpm/dtkgui.spec @@ -1,5 +1,5 @@ Name: dtkgui -Version: 5.7.23 +Version: 5.7.24 Release: 1%{?dist} Summary: Deepin dtkgui License: LGPLv3+