diff --git a/CHANGELOG.md b/CHANGELOG.md index 857a9b49..f8c21522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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 + +### Fixed + +- Fix scrollbar hide animation behavior +- Compatibility with Qt 6.10 +- Adjust cmake conditions for <6.10 compatibility + ## [5.7.23] - 2025-09-25 ## [5.7.22] - 2025-09-04 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 9d0fc83f..29ac8c9b 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=deepin-qt5integration-git -pkgver=5.7.23 +pkgver=5.7.24 pkgrel=1 sourcename=qt5integration sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index c446e610..d42ac844 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qt5integration (5.7.24) unstable; urgency=medium + + * Release 5.7.24 + + -- yeshanshan Thu, 16 Oct 2025 19:45:03 +0800 + qt5integration (5.7.23) unstable; urgency=medium * Release 5.7.23 diff --git a/rpm/deepin-qt5integration.spec b/rpm/deepin-qt5integration.spec index fb379ed5..0c76fded 100644 --- a/rpm/deepin-qt5integration.spec +++ b/rpm/deepin-qt5integration.spec @@ -1,7 +1,7 @@ %global repo qt5integration Name: deepin-qt5integration -Version: 5.7.23 +Version: 5.7.24 Release: 1%{?dist} Summary: Qt platform theme integration plugins for DDE # The entire source code is GPLv3+ except styles/ which is BSD,