Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,43 @@ 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

### Added

- Add window edge margin detection for gesture conflict prevention
- Add verbose output and diagnostic step for Arch CI debugging
- Add verbose output for install step diagnosis
- Add cmake install diagnostics to identify install failure cause
- Add failure log printing step for debugging
- Add libice cairo to Arch deps, add build log capture for Deepin

### 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 (#335)
- Replace private access hacks with accessor pattern
- Replace zip with tar for artifact packaging
- Use pipefail to expose cmake configure/build errors
- Print build log on failure in Deepin CI

### Fixed

- Set default cursor when cursor is null
- Adapt vtable hook for Qt6 inheritance changes
- Fix kwayland package name for Arch Linux (use kwayland5 for KF5/Qt5)
- Fix cmake install pipe issue and add install dir diagnostics
- Guard Qt5-only QXcbCursor::m_gtkCursorThemeInitialized accessor for Qt6
- Guard Qt5-only QXcbClipboard::m_owner accessor declaration

## [6.7.42] - 2026-05-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.42
6.7.43
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: justforlxz <justforlxz@gmail.com>
pkgname=deepin-qt5platform-plugins-git
pkgver=6.7.42
pkgver=6.7.43
pkgrel=1
sourcename=dde-qt5platform-plugins
sourcetars=("$sourcename"_"$pkgver".tar.xz)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dde-qt5platform-plugins (6.7.43) unstable; urgency=medium

* Release 6.7.43

-- yeshanshan <yeshanshan@uniontech.com> Thu, 04 Jun 2026 19:59:23 +0800

dde-qt5platform-plugins (6.7.42) unstable; urgency=medium

* Release 6.7.42
Expand Down
2 changes: 1 addition & 1 deletion rpm/qt5platform-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%endif

Name: dde-qt5platform-plugins
Version: 6.7.42
Version: 6.7.43
Release: 1%{?dist}
Summary: Qt platform plugins for DDE
License: GPLv3
Expand Down
Loading