chore: update version to 6.5.51#619
Merged
Merged
Conversation
- bump version to 6.5.51 Log : bump version to 6.5.51
lzwind
approved these changes
May 19, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, wyu71 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 |
deepin pr auto review你好!我是CodeGeeX。我已经仔细审查了你提供的 Git Diff 输入。本次修改主要涉及版本号的升级以及更新日志的记录。 从代码规范、逻辑和安全性的角度来看,本次修改虽然简单,但存在一些逻辑不一致和规范性问题。以下是详细的审查意见: 1. 语法逻辑
2. 代码质量
3. 代码性能
4. 代码安全
💡 改进建议
✅ 修正后的预期 Diffdiff --git a/debian/changelog b/debian/changelog
index 8e6dd011..8dd177d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+deepin-manual (6.5.51) unstable; urgency=medium
+
+ * fix(scrollbar): replace JS autoHide with CSS-based auto-hide to fix cursor flicker
+ * chore: update version to 6.5.51
+
+ -- Wang Yu <wangyu@uniontech.com> Tue, 19 May 2024 21:30:11 +0800 /* 假设年份应为2024,请根据实际情况修改 */
+
deepin-manual (6.5.50) unstable; urgency=medium
* fix(scrollbar): prevent horizontal scrollbar and fix bottom content clipping
diff --git a/linglong.yaml b/linglong.yaml
index 43bf871c..cb1df9be 100755
--- a/linglong.yaml
+++ b/linglong.yaml
@@ -7,7 +7,7 @@ version: "1"
package:
id: org.deepin.manual
name: "deepin-manual"
- version: 6.5.50.1
+ version: 6.5.51.1 /* 如果 linglong 规范要求四段式,则保留;否则建议改为 6.5.51 */
kind: app
description: |
manual for deepin os. |
|
TAG Bot TAG: 6.5.51 |
Contributor
|
TAG Bot ✅ Tag created successfully 📋 Tag Details
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Log : bump version to 6.5.51