Skip to content

Release 6.7.38#597

Merged
18202781743 merged 1 commit intomasterfrom
release-6.7.38
Mar 31, 2026
Merged

Release 6.7.38#597
18202781743 merged 1 commit intomasterfrom
release-6.7.38

Conversation

@deepin-bot
Copy link
Copy Markdown
Contributor

@deepin-bot deepin-bot bot commented Mar 31, 2026

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

6.7.38 - 2026-03-31

Added

  • Add shader resource file for Qt6 build
  • Add tick alignment support for Slider component

Changed

  • Chore: New release 6.7.33
  • Chore: New release 6.7.34
  • Optimized feedback volume display
  • Adjust button background colors for better visual consistency
  • Optimize tooltip positioning logic.
  • Chore: New release 6.7.35
  • Chore: New release 6.7.36
  • Translate dtkdeclarative.ts in ru
  • Chore: New release 6.7.37

Fixed

  • Fix touchscreen double-tap and long-press handling
  • Adjust input field placeholder text color
  • Adjust path calculation for handle alignment
  • Handle exceptions when hovering over up/down arrows
  • Fix menu highlight remaining after main menu is closed
  • Adjust ComboBox padding and background for flat style
  • Update copyright year and add fillMode property
  • Skip inactive color when active and inactive colors are equal
  • Main interface does not gray out when losing focus
  • Disable smooth scaling for DQuickDciIconImage to prevent icon blur
  • Restore smooth scaling to prevent jagged icon edges
  • Optimize window button display delay issue
  • Resolved user confirmation dialog hierarchy anomaly
  • Fix AlertToolTip positioning and z-order issues
  • Fix highlight lingering after mouse leaves
  • Fix AlertToolTip parent causing drag issues

Removed

  • Remove white border on icon hover state

This PR is triggered by @18202781743

Summary by Sourcery

Prepare the 6.7.38 release with updated changelogs and packaging metadata.

New Features:

  • Introduce shader resource support for Qt6 builds.
  • Add tick alignment support for the Slider component.

Bug Fixes:

  • Resolve multiple input and interaction issues including touchscreen gestures, hover handling, menu highlighting, and tooltip behavior.
  • Correct visual details such as placeholder text color, ComboBox flat style layout, icon scaling quality, and active/inactive color handling.
  • Fix window focus graying behavior, button display delay, and dialog hierarchy anomalies.

Enhancements:

  • Refine feedback volume visualization and button background colors for improved UI consistency.
  • Improve tooltip positioning logic and Russian translation for dtkdeclarative.

Build:

  • Bump project and packaging versions to 6.7.38 across changelog and build metadata.

Chores:

  • Record prior incremental release entries (6.7.33–6.7.37) in the changelog.

@deepin-ci-robot
Copy link
Copy Markdown
Contributor

Hi @deepin-bot[bot]. Thanks for your PR.

I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Mar 31, 2026

Reviewer's Guide

Release 6.7.38 metadata update: adds the 6.7.38 entry to the changelog and bumps packaging/version files so downstream distributions build and ship the new release.

Flow diagram for 6.7.38 release metadata update

flowchart LR
    subgraph Repository
        CHANGELOG["CHANGELOG.md\nAdd 6.7.38 section"]
        VERSION_FILE["VERSION\nSet version 6.7.38"]
        DEBIAN_CHANGELOG["debian/changelog\nAdd 6.7.38 entry"]
        ARCH_PKG["archlinux/PKGBUILD\npkgver=6.7.38"]
    end

    CHANGELOG --> VERSION_FILE
    VERSION_FILE --> DEBIAN_CHANGELOG
    VERSION_FILE --> ARCH_PKG

    subgraph Downstream_builds
        ArchLinuxBuild["Arch Linux package build\nuses updated PKGBUILD"]
        DebianBuild["Debian package build\nuses updated debian/changelog"]
    end

    ARCH_PKG --> ArchLinuxBuild
    DEBIAN_CHANGELOG --> DebianBuild
Loading

File-Level Changes

Change Details Files
Document the 6.7.38 release in the project changelog.
  • Add a new 6.7.38 section with Added/Changed/Fixed/Removed subsections following Keep a Changelog format.
  • Summarize UI/UX tweaks, bug fixes, and internal chores for versions 6.7.33 through 6.7.38.
  • Link the new 6.7.38 tag comparison URL at the bottom of the changelog.
CHANGELOG.md
Update build and packaging metadata to version 6.7.38.
  • Bump Arch Linux PKGBUILD pkgver from 6.7.37 to 6.7.38 so Arch builds target the new release.
  • Update the core VERSION file to 6.7.38 for source-level version reporting.
  • Add a new entry in debian/changelog for the 6.7.38 Debian package release.
archlinux/PKGBUILD
VERSION
debian/changelog

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@github-actions
Copy link
Copy Markdown
Contributor

TAG Bot

TAG: 6.7.38
EXISTED: no
DISTRIBUTION: unstable

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@deepin-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: BLumia, deepin-bot[bot]

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@18202781743 18202781743 merged commit 4de6f3c into master Mar 31, 2026
29 of 31 checks passed
@deepin-bot
Copy link
Copy Markdown
Contributor Author

deepin-bot bot commented Mar 31, 2026

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.7.38
  • Tag SHA: fd4ec7084ecbb051d36641feaa419fba35c3a6ea
  • Commit SHA: d466b7685a3245b0c80f661bd2ca862cb9d6b9e7
  • Tag Message:
    Release dtkdeclarative 6.7.38
    
    
  • Tagger:
    • Name: deepin-bot[bot]
  • Distribution: unstable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants