Skip to content

chore: update changelog to 2.0.43#781

Merged
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
mhduiy:dev-changelog-2.0.43
Jul 2, 2026
Merged

chore: update changelog to 2.0.43#781
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
mhduiy:dev-changelog-2.0.43

Conversation

@mhduiy

@mhduiy mhduiy commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

更新说明

自动更新 changelog 到版本 2.0.43

变更内容

  • 更新 debian/changelog

版本信息

  • 新版本: 2.0.43
  • 目标分支: master

Summary by Sourcery

Documentation:

  • Refresh debian/changelog to document changes for version 2.0.43.

update changelog to 2.0.43

Log: update changelog to 2.0.43
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

TAG Bot

TAG: 2.0.43
EXISTED: no
DISTRIBUTION: unstable

@sourcery-ai

sourcery-ai Bot commented Jul 2, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates the Debian changelog to reflect release version 2.0.43 on the master branch.

File-Level Changes

Change Details Files
Update Debian changelog metadata for release 2.0.43.
  • Adjust version entry to 2.0.43 in the changelog
  • Ensure entry conforms to Debian changelog formatting conventions
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

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

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

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: mhduiy, robertkill

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-ci-robot

Copy link
Copy Markdown

deepin pr auto review

★ 总体评分:95分

■ 【总体评价】

代码通过移除引发堆叠异常的Qt.Tool标志修复了窗口层级问题,但本次diff仅包含变更日志
逻辑正确且无安全风险,因未展示实际源码修改扣5分

■ 【详细分析】

  • 1.语法逻辑(正确)✓

根据上下文推断,实际代码将setWindowFlags中的Qt.Tool标志移除,修复了窗口管理器将其误认为工具窗口导致的堆叠异常,debian/changelog格式符合规范
建议:在提交时应包含实际的源代码文件修改diff,以便进行完整的语法和逻辑验证

  • 2.代码质量(良好)✓

变更日志遵循debian打包规范,准确描述了修复模块和问题现象,实际源码的修复方式简洁直接,精准去除了问题根源
建议:建议在changelog中补充关联的缺陷追踪系统单号,以便于后续追溯

  • 3.代码性能(无性能问题)✓

移除Qt.Tool窗口标志仅改变窗口在窗口管理器中的堆叠属性分类,不涉及任何计算逻辑、系统调用或资源分配,对运行时性能零影响

  • 4.代码安全(存在0个安全漏洞)✓

漏洞对比统计:新增漏洞 0 个,减少漏洞 0 个,持平 0 个
修改仅涉及UI窗口属性配置,不涉及网络请求、文件读写、权限提升或命令执行,无攻击面暴露

  • 建议:保持当前的纯UI属性修改范围,避免在后续版本中引入不安全的窗口输入处理逻辑

■ 【改进建议代码示例】

--- a/launcher/frame.cpp
+++ b/launcher/frame.cpp
@@ -10,7 +10,7 @@ void LauncherFrame::initWindow() {
     // 初始化窗口属性
     setAttribute(Qt::WA_TranslucentBackground);
-    setWindowFlags(Qt::FramelessWindowHint | Qt::Tool | Qt::WindowStaysOnTopHint);
+    setWindowFlags(Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint);
 }

@robertkill

Copy link
Copy Markdown
Contributor

/forcemerge

@deepin-bot

deepin-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

This pr force merged! (status: blocked)

@deepin-bot deepin-bot Bot merged commit c0850fb into linuxdeepin:master Jul 2, 2026
11 of 13 checks passed
@deepin-bot

deepin-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 2.0.43
  • Tag SHA: 0e953d02682be51e0b39dd7c1be61c275f3a0d14
  • Commit SHA: c0850fb4628a49ca974d156a96b0f71dcfdb509f
  • Tag Message:
    Release dde-launchpad 2.0.43
    
    
  • Tagger:
    • Name: mhduiy
  • Distribution: unstable

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants