diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf1629e..78127a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.23] - 2025-09-25 + +### Fixed + +- Fix AlertToolTip background styling +- Adjust search box placeholder text color +- Handle inactive state colors in DQuickControlPalette +- Fix example display issues +- Adjust AlertToolTip position and animations + ## [5.7.22] - 2025-09-04 ### Added diff --git a/VERSION b/VERSION index e2ff09a2..a5c3e01d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.22 +5.7.23 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 46afe18e..4d10d2cc 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=5.7.22 +pkgver=5.7.23 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 20247cf1..c4d25900 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (5.7.23) unstable; urgency=medium + + * Release 5.7.23 + + -- yeshanshan Thu, 25 Sep 2025 16:49:39 +0800 + dtkdeclarative (5.7.22) unstable; urgency=medium * Release 5.7.22