Skip to content

chore: Update version to 6.5.54 - #632

Merged
lzwind merged 1 commit into
linuxdeepin:masterfrom
dengzhongyuan365-dev:master
Jul 1, 2026
Merged

chore: Update version to 6.5.54#632
lzwind merged 1 commit into
linuxdeepin:masterfrom
dengzhongyuan365-dev:master

Conversation

@dengzhongyuan365-dev

@dengzhongyuan365-dev dengzhongyuan365-dev commented Jul 1, 2026

Copy link
Copy Markdown
Member
  • update version to 6.5.54

log: update version to 6.5.54

Summary by Sourcery

Build:

  • Update linglong.yaml package version to 6.5.54.1.

- update version to 6.5.54

log: update version to 6.5.54
@sourcery-ai

sourcery-ai Bot commented Jul 1, 2026

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

Reviewer's Guide

Bumps the package version from 6.5.53.1 to 6.5.54.1 in linglong.yaml and updates the Debian changelog accordingly for the new release.

File-Level Changes

Change Details Files
Bump application/package version to 6.5.54.1 for a new release.
  • Update the package.version field from 6.5.53.1 to 6.5.54.1 in the linglong.yaml manifest
  • Align Debian packaging changelog entry with the new 6.5.54 version (contents not fully shown in diff)
linglong.yaml
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.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

TAG Bot

TAG: 6.5.54
EXISTED: no
DISTRIBUTION: unstable

@deepin-ci-robot

Copy link
Copy Markdown

deepin pr auto review

★ 总体评分:85分

■ 【总体评价】

代码仅更新了版本号与变更日志,但缺失核心修复代码,存在严重错误
逻辑正确但因缺失核心修改文件导致声称的修复无法生效扣15分

■ 【详细分析】

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

debian/changelog 中声明修复了首页应用卡片标题溢出问题,但 diff 中并未包含 src/web/toManual/sass/index.scss 文件的修改。根据上下文,修复该 BUG 需要在该文件中添加 -webkit-box-orient: vertical-webkit-line-clamp: 2 等样式代码,当前 diff 仅更新了版本号,导致声称的修复实际未生效。
潜在问题:发布版本 6.5.54 后,用户依然会遇到标题文字溢出的 UI 问题
建议:在 diff 中补充 src/web/toManual/sass/index.scss 文件的修改内容,确保修复代码随版本一起提交

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

debian/changelog 的格式符合 Debian 打包规范,linglong.yaml 中的版本号递增逻辑正确,从 6.5.53.1 升级到 6.5.54.1 与 changelog 中的版本号 6.5.54 保持对应关系。
建议:无

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

本次修改仅涉及纯文本的版本号和日志更新,不涉及任何运行时逻辑或资源消耗。
建议:无

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

漏洞对比统计:新增漏洞 0 个,减少漏洞 0 个,持平 0 个
本次修改仅包含版本号和日志的文本更新,不涉及任何代码逻辑变更、用户输入处理或系统调用,无安全风险。

  • 建议:无

■ 【改进建议代码示例】

diff --git a/debian/changelog b/debian/changelog
index b23d952a..644e4bdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+deepin-manual (6.5.54) unstable; urgency=medium
+
+  * fix(index): clamp app card title to prevent overflow
+
+ -- dengzhongyuan <dengzhongyuan@uniontech.com>  Wed, 01 Jul 2026 17:26:46 +0800
+
 deepin-manual (6.5.53) unstable; urgency=medium
 
   * fix(window): persist maximized state and center window on startup
diff --git a/linglong.yaml b/linglong.yaml
index ddf51f4f..4626bfab 100755
--- a/linglong.yaml
+++ b/linglong.yaml
@@ -7,7 +7,7 @@ version: "1"
 package:
   id: org.deepin.manual
   name: "deepin-manual"
-  version: 6.5.53.1
+  version: 6.5.54.1
   kind: app
   description: |
     manual for deepin os.
diff --git a/src/web/toManual/sass/index.scss b/src/web/toManual/sass/index.scss
index xxxxxxx..yyyyyyy 100644
--- a/src/web/toManual/sass/index.scss
+++ b/src/web/toManual/sass/index.scss
@@ -62,6 +62,9 @@
         color: var(--nav-font-color);
         font-size: 14px;
         line-height: 20px;
+        display: -webkit-box;
+        -webkit-box-orient: vertical;
+        -webkit-line-clamp: 2;
         font-family: var(--nav-world-font-family);
         overflow: hidden;
         text-overflow: ellipsis;

@deepin-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dengzhongyuan365-dev, 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 467a279 into linuxdeepin:master Jul 1, 2026
19 of 21 checks passed
@deepin-bot

deepin-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.5.54
  • Tag SHA: cebdaa0ef89706650b445684169d3c9998b55323
  • Commit SHA: 467a2792164e682aa45e8f6c9f632e3829976dd5
  • Tag Message:
    Release deepin-manual 6.5.54
    
    
  • Tagger:
    • Name: dengzhongyuan365-dev
  • 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