From f09e8c07e6bf69b6d34b8ea8f300e5a444795239 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 19:53:32 +0800 Subject: [PATCH] chore: New release 5.7.28 Log: --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 105aad2d..584e9781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.28] - 2025-12-04 + +### Fixed + +- Fix the issue with about window link styles + ## [5.7.27] - 2025-11-27 ### Added diff --git a/VERSION b/VERSION index 508a0a97..156757cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.27 +5.7.28 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index c07e893e..32f3df05 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=5.7.27 +pkgver=5.7.28 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 5d99ce6f..2f7b6cbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (5.7.28) unstable; urgency=medium + + * Release 5.7.28 + + -- mhduiy Thu, 04 Dec 2025 19:53:32 +0800 + dtkdeclarative (5.7.27) unstable; urgency=medium * Release 5.7.27