From 1fde0fc5cfa3de24b421dece654be362cf182d50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:56:42 +0800 Subject: [PATCH] chore: New release 6.7.46 Log: --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ rpm/deepin-qt5integration.spec | 2 +- 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2205ce35..5840d1c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.46] - 2026-07-16 + +### Added + +- Feat: support QStyleHints::colorScheme() to get light/dark theme +- Feat: support setColorScheme() API as well + ## [6.7.45] - 2026-07-09 ### Fixed diff --git a/VERSION b/VERSION index a043d5c8..88519fb2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.45 +6.7.46 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 0eccfb85..d58dee5d 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=deepin-qt5integration-git -pkgver=6.7.45 +pkgver=6.7.46 pkgrel=1 sourcename=qt5integration sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index cbcf0c3a..4fcaff9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qt5integration (6.7.46) unstable; urgency=medium + + * Release 6.7.46 + + -- yeshanshan Thu, 16 Jul 2026 20:56:42 +0800 + qt5integration (6.7.45) unstable; urgency=medium * Release 6.7.45 diff --git a/rpm/deepin-qt5integration.spec b/rpm/deepin-qt5integration.spec index b636eed7..de107ebb 100644 --- a/rpm/deepin-qt5integration.spec +++ b/rpm/deepin-qt5integration.spec @@ -1,7 +1,7 @@ %global repo qt5integration Name: deepin-qt5integration -Version: 6.7.45 +Version: 6.7.46 Release: 1%{?dist} Summary: Qt platform theme integration plugins for DDE # The entire source code is GPLv3+ except styles/ which is BSD,