Skip to content

chore: Update version to 6.0.62#453

Merged
lzwind merged 1 commit into
linuxdeepin:masterfrom
add-uos:master
Jul 9, 2026
Merged

chore: Update version to 6.0.62#453
lzwind merged 1 commit into
linuxdeepin:masterfrom
add-uos:master

Conversation

@add-uos

@add-uos add-uos commented Jul 9, 2026

Copy link
Copy Markdown
Contributor
  • update version to 6.0.62

log: update version to 6.0.62

Summary by Sourcery

Bump deepin-album package version and update its runtime dependency.

Build:

  • Update linglong package manifest to version 6.0.62.1 and switch runtime to org.deepin.runtime.webengine/6.7.0.

Chores:

  • Refresh Debian packaging metadata for the 6.0.62 release.

- update version to 6.0.62

log: update version to 6.0.62
@sourcery-ai

sourcery-ai Bot commented Jul 9, 2026

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

Reviewer's Guide

Bumps the application version and updates the runtime dependency in linglong packaging metadata for the deepin-album app.

File-Level Changes

Change Details Files
Update application version in linglong packaging metadata.
  • Set package version field to 6.0.62.1 in the linglong configuration.
linglong.yaml
Update runtime dependency version for the application.
  • Change runtime reference from org.deepin.runtime.webengine/25.2.2 to org.deepin.runtime.webengine/6.7.0 in the linglong configuration.
linglong.yaml

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

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

TAG Bot

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

  • Please confirm that switching the runtime from org.deepin.runtime.webengine/25.2.2 to /6.7.0 is intentional and compatible with existing features, as this is a behavior-impacting change compared to the simple version bump.
  • Consider aligning the package version (6.0.62.1) and runtime/base versions with any existing versioning conventions in the project to avoid confusion about which components are tied to which release.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Please confirm that switching the runtime from org.deepin.runtime.webengine/25.2.2 to /6.7.0 is intentional and compatible with existing features, as this is a behavior-impacting change compared to the simple version bump.
- Consider aligning the package version (6.0.62.1) and runtime/base versions with any existing versioning conventions in the project to avoid confusion about which components are tied to which release.

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

★ 总体评分:97分

■ 【总体评价】

代码实现了版本号更新与变更日志记录,并包含QML阴影组件的优化修复
逻辑正确且变更记录清晰,因未展示完整延迟加载实现及runtime变更说明扣3分

■ 【详细分析】

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

debian/changelog 和 linglong.yaml 文件语法格式正确,QML 代码片段中 BoxShadow 组件定义符合 QML 语法规范,anchors.fill 属性绑定正确
潜在问题:context 中的 BoxShadow 代码片段未展示 backgroundBlurReady 的绑定逻辑,无法确认延迟加载的具体实现方式
建议:补充完整的 BoxShadow 延迟加载代码以供全面审查;确保 rightBgArea 在 BoxShadow 加载时已正确初始化

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

变更日志记录详细,分类清晰,包含了 fix、perf、feat 等多种类型的变更说明;linglong.yaml 中版本号同步更新至 6.0.62.1,runtime 版本也进行了相应升级
潜在问题:runtime 从 25.2.2 更改为 6.7.0,版本号命名规则变化较大,可能存在兼容性风险
建议:在变更日志中补充 runtime 版本大幅变更的说明及兼容性测试结论

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

变更日志中明确记录了多项性能优化措施,包括延迟阴影加载、事件循环延迟构建、懒加载和防抖等,针对启动崩溃和性能阻塞进行了有效优化
建议:确保所有延迟加载和防抖逻辑在实际运行中不会导致界面闪烁或响应延迟

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

漏洞对比统计:新增漏洞 0 个,减少漏洞 0 个,持平 0 个
本次变更仅涉及版本号更新、变更日志记录以及 QML 视图组件的渲染优化,未引入任何外部输入处理或敏感操作,不存在安全风险

  • 建议:继续保持良好的安全编码习惯,在后续提交涉及 C++ 逻辑替换时进行严格的安全审查

■ 【改进建议代码示例】

--- a/src/qml/main.qml
+++ b/src/qml/main.qml
@@ -63,8 +63,12 @@ Item {
                 color: Qt.rgba(0, 0, 0, 0.01)
-                BoxShadow {
-                    anchors.fill: rightBgArea
+                Loader {
+                    anchors.fill: rightBgArea
+                    active: backgroundBlurReady
+                    sourceComponent: BoxShadow {
+                        anchors.fill: parent
+                    }
                 }

@deepin-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: add-uos, lzwind

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 merged commit 0f0e554 into linuxdeepin:master Jul 9, 2026
21 checks passed
@deepin-bot

deepin-bot Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.0.62
  • Tag SHA: 66cfd95660a7e8c9dafd37bf544bbad14dda0238
  • Commit SHA: 0f0e5547c2603b7f9a62abe627355f05ff7f6c78
  • Tag Message:
    Release deepin-album 6.0.62
    
    
  • Tagger:
    • Name: add-uos
  • 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