From c3ac99d2b8aea2f52efc16f7325b0f0be59b4586 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 19:54:33 +0800 Subject: [PATCH] chore: New release 6.7.43 Log: --- CHANGELOG.md | 22 ++++++++++++++++++++++ VERSION | 2 +- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ rpm/deepin-qt5integration.spec | 2 +- 5 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7569e79..3d1af14e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ 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.43] - 2026-06-04 + +### Changed + +- Chore: New release 6.7.33 +- Chore: New release 6.7.34 +- Chore: New release 6.7.35 +- Chore: New release 6.7.36 +- Chore: New release 6.7.37 +- Chore: New release 6.7.38 +- Chore: New release 6.7.39 +- Chore: New release 6.7.40 +- Chore: New release 6.7.41 +- New release 6.7.42 (#314) + +### 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 +- Fix visual artifacts after deselecting list items at high DPI + ## [6.7.42] - 2026-05-20 ### Changed diff --git a/VERSION b/VERSION index 038d59e0..abd6fed0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.42 +6.7.43 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index f6682454..59f1e386 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=deepin-qt5integration-git -pkgver=6.7.42 +pkgver=6.7.43 pkgrel=1 sourcename=qt5integration sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 70c73e76..4833a291 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qt5integration (6.7.43) unstable; urgency=medium + + * Release 6.7.43 + + -- yeshanshan Thu, 04 Jun 2026 19:54:33 +0800 + qt5integration (6.7.42) unstable; urgency=medium * Release 6.7.42 diff --git a/rpm/deepin-qt5integration.spec b/rpm/deepin-qt5integration.spec index a4938f5d..8be88962 100644 --- a/rpm/deepin-qt5integration.spec +++ b/rpm/deepin-qt5integration.spec @@ -1,7 +1,7 @@ %global repo qt5integration Name: deepin-qt5integration -Version: 6.7.42 +Version: 6.7.43 Release: 1%{?dist} Summary: Qt platform theme integration plugins for DDE # The entire source code is GPLv3+ except styles/ which is BSD,