Skip to content

Release 6.7.39#602

Closed
deepin-bot[bot] wants to merge 1 commit into
masterfrom
release-6.7.39
Closed

Release 6.7.39#602
deepin-bot[bot] wants to merge 1 commit into
masterfrom
release-6.7.39

Conversation

@deepin-bot
Copy link
Copy Markdown
Contributor

@deepin-bot deepin-bot Bot commented Apr 9, 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.39 - 2026-04-09

Added

  • Add shader resource file for Qt6 build
  • Add tick alignment support for Slider component
  • Add license dialog and update about dialog

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
  • Chore: New release 6.7.38

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
  • Improve DialogWindow blur effect with proper color handling

Removed

  • Remove white border on icon hover state

This PR is triggered by @18202781743

Summary by Sourcery

Release version 6.7.39 with updated changelog and packaging metadata.

New Features:

  • Document new UI features including slider tick alignment, updated about/license dialogs, and Qt6 shader resource support.

Bug Fixes:

  • Document numerous UI behavior fixes including touch interactions, menu highlights, icon rendering, dialog hierarchy and blur effects, and tooltip positioning and interaction issues.

Enhancements:

  • Record various UI/UX refinements such as feedback volume display, button backgrounds, tooltip positioning, and Russian translation updates.

Build:

  • Bump Arch Linux PKGBUILD and related version metadata to 6.7.39.

Documentation:

  • Extend CHANGELOG with the 6.7.39 entry describing added, changed, fixed, and removed items.

@deepin-bot deepin-bot Bot force-pushed the release-6.7.39 branch from 9216db7 to 1a705e5 Compare April 9, 2026 13:23
@deepin-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: 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

@deepin-bot
Copy link
Copy Markdown
Contributor Author

deepin-bot Bot commented Apr 9, 2026

TAG Bot

TAG: 6.7.39
EXISTED: yes
DISTRIBUTION: unstable

@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 Apr 9, 2026

Reviewer's Guide

Bumps the project to release 6.7.39 by adding the 6.7.39 entry to CHANGELOG.md and updating packaging/version metadata for Arch Linux, Debian, and the generic VERSION file.

File-Level Changes

Change Details Files
Document release 6.7.39 changes in the changelog.
  • Add a new 6.7.39 section to the top of CHANGELOG.md with Added/Changed/Fixed/Removed subsections.
  • Summarize new UI/behavioral changes (e.g., slider tick alignment, tooltip and blur improvements, color/padding tweaks) and internal chores as bullet points under the appropriate headings.
CHANGELOG.md
Update release version metadata for distribution packaging and build tooling.
  • Bump Arch Linux PKGBUILD pkgver from 6.7.38 to 6.7.39 so the package tracks the new release tarball.
  • Update the generic VERSION file to 6.7.39.
  • Append or update the Debian changelog entry to reflect version 6.7.39 for Debian packaging.
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

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 left some high level feedback:

  • In the new 6.7.39 changelog section, a few entries end with a period (e.g., "Optimize tooltip positioning logic.") while others don’t; consider normalizing punctuation across bullets for consistency.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- In the new 6.7.39 changelog section, a few entries end with a period (e.g., "Optimize tooltip positioning logic.") while others don’t; consider normalizing punctuation across bullets for consistency.

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.

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.

2 participants