diff --git a/CHANGELOG.md b/CHANGELOG.md index d13caf90..7e2379c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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). +## [6.7.45] - 2026-07-09 + +### Changed + +- Chore: update cmake minimum required version in template +- Translate dtkdeclarative.ts in pt_BR + +### Fixed + +- Skip popup position clamping on Wayland +- Restore focus to parent on popup close +- Prevent icon size flickering when DPR changes with empty sourceSize + ## [6.7.44] - 2026-06-17 ### Changed diff --git a/VERSION b/VERSION index b8026700..a043d5c8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.44 +6.7.45 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index ba0d3c14..ac872dea 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=6.7.44 +pkgver=6.7.45 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 6887f2cc..622723e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (6.7.45) unstable; urgency=medium + + * Release 6.7.45 + + -- yeshanshan Thu, 09 Jul 2026 19:58:34 +0800 + dtkdeclarative (6.7.44) unstable; urgency=medium * Release 6.7.44