Skip to content

chore: bump version to 7.0.66 - #779

Merged
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
mhduiy:automation/update-changelog/7.0.66-20260819120702
Aug 20, 2026
Merged

chore: bump version to 7.0.66#779
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
mhduiy:automation/update-changelog/7.0.66-20260819120702

Conversation

@mhduiy

@mhduiy mhduiy commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Update changelog and linglong versions to 7.0.66.

Summary by Sourcery

Chores:

  • Update the application and package metadata to version 7.0.66.

update changelog to 7.0.66

Log: update changelog to 7.0.66
@sourcery-ai

sourcery-ai Bot commented Aug 19, 2026

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

Reviewer's Guide

Bumps the application version to 7.0.66.1 and updates the corresponding Debian changelog entry to reflect the new release version.

File-Level Changes

Change Details Files
Update application manifest to new 7.0.66.1 version.
  • Change the package.version field to 7.0.66.1 in the application manifest.
  • Keep all other manifest fields unchanged.
linglong.yaml
Align Debian packaging metadata with the new release version.
  • Update the top entry in the Debian changelog to reference version 7.0.66.
  • Ensure the changelog formatting remains consistent with existing entries.
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: 7.0.66
EXISTED: no
DISTRIBUTION: unstable

@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

deepin pr auto review

★ 总体评分:85分

■ 【总体评价】

代码完成了版本号升级与变更日志记录,但changelog存在轻微格式瑕疵
逻辑基本正确但因changelog换行缩进不规范扣15分

■ 【详细分析】

  • 1.语法逻辑(存在错误)✕

具体分析内容:在 debian/changelog 文件中,chore: Sync by ... 后面的 URL 和哈希值换行时使用了 4 个空格缩进。根据 Debian changelog 规范,多行条目的延续行必须且只能以 2 个空格开头,否则会导致 dpkg-parsechangelog 等标准解析工具无法正确识别条目边界。
潜在问题:自动化打包发布工具可能无法正确识别该条目的完整性,导致发布流程报错或变更记录被截断。
建议:将换行的缩进由 4 个空格修改为严格的 2 个空格,或者为了避免长链接换行带来的解析问题,直接将 URL 和哈希值拼接在同一行。

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

具体分析内容:linglong.yaml 文件中的版本号更新准确无误,从 7.0.65.1 升级至 7.0.66.1,与 debian/changelog 的主版本号 7.0.66 逻辑匹配。变更日志按模块清晰分类了修复内容,涵盖了 startup、database、qml、window、album 等模块。
建议:无

  • 3.代码性能(良好)✓

具体分析内容:通过 debian/changelog 可知,本次更新包含 perf(startup): defer non-critical initialization until first frame,明确将非关键初始化动作延迟到首帧渲染之后执行,这是标准的降低启动耗时、提升首帧加载速度的优化手段。
建议:无

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

漏洞对比统计:新增漏洞 0 个,减少漏洞 0 个,持平 0 个
本次提交仅包含配置文件和变更日志的文本修改,无实际业务逻辑代码变更,不引入新的安全攻击面。从 changangelog 描述可知,底层实际代码包含 fix(database): migrate legacy music columns safelyfix(window): handle dialog flags and close actions safely,属于针对已知安全或稳定性隐患的修复行为。
建议:无

■ 【改进建议代码示例】

diff --git a/debian/changelog b/debian/changelog
index 2d440c8de..84d4952b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,7 @@
   * fix(album): restore clickability of empty-state buttons
   * chore: Sync by
-    https://github.com/linuxdeepin/.github/commit/a300f8523d4876677112ed
-    ab6a0772f7ad112976
+  https://github.com/linuxdeepin/.github/commit/a300f8523d4876677112ed ab6a0772f7ad112976
 
  -- zhangkun <zhangkun2@uniontech.com>  Wed, 19 Aug 2026 20:07:02 +0800
 

@deepin-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

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

@lzwind

lzwind commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

/forcemerge

@deepin-bot

deepin-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

This pr force merged! (status: blocked)

@deepin-bot
deepin-bot Bot merged commit bb84143 into linuxdeepin:master Aug 20, 2026
18 checks passed
@deepin-bot

deepin-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 7.0.66
  • Tag SHA: 3fe39ea40ef5466d706213775cca8c318fe6afe5
  • Commit SHA: bb8414344853fbcd0773c9dbb7dfa52d77b09e6a
  • Tag Message:
    Release deepin-music 7.0.66
    
    
  • 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