chore: Update version to 6.5.54 - #632
Conversation
- update version to 6.5.54 log: update version to 6.5.54
Reviewer's guide (collapsed on small PRs)Reviewer's GuideBumps 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
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
TAG Bot TAG: 6.5.54 |
deepin pr auto review★ 总体评分:85分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 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; |
|
[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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
TAG Bot ✅ Tag created successfully 📋 Tag Details
|
log: update version to 6.5.54
Summary by Sourcery
Build: