diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d6872236..d44088a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ 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.36] - 2026-03-12 + +### Changed + +- I18n: [dtkwidget] Updates for project Deepin Tool Kit (#722) +- Chore: New release 6.7.33 +- Chore: New release 6.7.34 +- Chore: New release 6.7.35 + +### Fixed + +- Adjust window decoration button background opacity +- Tooltip does not show the latest text +- Fix build with Qt 6.10.2 +- Correct include path in pkg-config file +- Fix window positioning with multi-screen and scaling + +### Removed + +- Remove password visibility button key event handling + ## [6.7.35] - 2026-03-05 ### Changed diff --git a/VERSION b/VERSION index 969848a6a..7bfc4e0e4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.35 +6.7.36 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index f2f0c59b0..38dd41c8c 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=dtkwidget-git -pkgver=6.7.35 +pkgver=6.7.36 pkgrel=1 sourcename=dtkwidget sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 0137c3c88..255bf819d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkwidget (6.7.36) unstable; urgency=medium + + * Release 6.7.36 + + -- yeshanshan Thu, 12 Mar 2026 20:21:02 +0800 + dtkwidget (6.7.35) unstable; urgency=medium * Release 6.7.35 diff --git a/rpm/dtkwidget.spec b/rpm/dtkwidget.spec index 1886b8e57..6172b309f 100644 --- a/rpm/dtkwidget.spec +++ b/rpm/dtkwidget.spec @@ -1,5 +1,5 @@ Name: dtkwidget -Version: 6.7.35 +Version: 6.7.36 Release: 1%{?dist} Summary: Deepin tool kit widget modules License: LGPLv3+