diff --git a/CHANGELOG.md b/CHANGELOG.md index e7386a965..199771f3c 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.18] - 2025-06-27 + +### Added + +- Add normalDark property to alertBackground palette + +### Fixed + +- Make version parameter optional in release workflow + ## [5.7.17] - 2025-06-19 ### Added diff --git a/VERSION b/VERSION index f3ca4b63c..ffefe4198 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.17 +5.7.18 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index ddb2888df..1ba8b7219 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=5.7.17 +pkgver=5.7.18 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 3fdecb5df..9688f57e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (5.7.18) unstable; urgency=medium + + * Release 5.7.18 + + -- yeshanshan Fri, 27 Jun 2025 17:08:30 +0800 + dtkdeclarative (5.7.17) unstable; urgency=medium * Release 5.7.17