diff --git a/CHANGELOG.md b/CHANGELOG.md index c65dd78c..8f720861 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.35] - 2026-03-05 + +### Changed + +- Chore: New release 6.7.33 +- Chore: New release 6.7.34 + +### Fixed + +- Adjust scrollbar visibility based on system theme policy +- Refresh window icons on icon theme change +- Adjust slider groove offset when no ticks are displayed + ## [6.7.34] - 2026-02-27 ### Changed diff --git a/VERSION b/VERSION index da1201a7..969848a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.34 +6.7.35 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index fcb09650..72e8daab 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=deepin-qt5integration-git -pkgver=6.7.34 +pkgver=6.7.35 pkgrel=1 sourcename=qt5integration sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 42d825ef..9cf64d42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qt5integration (6.7.35) unstable; urgency=medium + + * Release 6.7.35 + + -- yeshanshan Thu, 05 Mar 2026 17:53:57 +0800 + qt5integration (6.7.34) unstable; urgency=medium * Release 6.7.34 diff --git a/rpm/deepin-qt5integration.spec b/rpm/deepin-qt5integration.spec index 0a523db6..7379cf73 100644 --- a/rpm/deepin-qt5integration.spec +++ b/rpm/deepin-qt5integration.spec @@ -1,7 +1,7 @@ %global repo qt5integration Name: deepin-qt5integration -Version: 6.7.34 +Version: 6.7.35 Release: 1%{?dist} Summary: Qt platform theme integration plugins for DDE # The entire source code is GPLv3+ except styles/ which is BSD,