Skip to content

chore: Update version to 6.0.41#290

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

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

Conversation

@add-uos
Copy link
Copy Markdown
Contributor

@add-uos add-uos commented May 8, 2026

  • update version to 6.0.41

log: update version to 6.0.41

- update version to 6.0.41

log: update version to 6.0.41
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

TAG Bot

TAG: 6.0.41
EXISTED: no
DISTRIBUTION: unstable

@deepin-ci-robot
Copy link
Copy Markdown

deepin pr auto review

这段代码变更主要涉及版本号更新和 changelog 记录,属于软件发布流程中的常规操作。以下是我的审查意见:

1. 语法与格式审查

  • Changelog 格式:符合 Debian changelog 的标准格式(版本号、发行版、紧急程度、维护者信息、日期)。
  • YAML 语法linglong.yaml 中的版本号更新格式正确(version: 6.0.41.1)。
  • 日期问题:changelog 中的日期 Fri, 08 May 2026 是未来时间(2026年),可能是笔误。应改为当前实际日期(如 2024 或 2025)。

2. 逻辑一致性

  • 版本号同步
    • changelog 中更新为 6.0.41
    • linglong.yaml 中更新为 6.0.41.1
    • 两者存在版本号不一致问题(.1 后缀差异)。需确认是否故意保留 .1 后缀(通常用于 linglong 打包的修订号),否则应统一为 6.0.41

3. 代码质量

  • Changelog 条目
    • fix(info-dialog): remove window stays on top hintfix(info-dialog): auto-save filename on focus loss 描述清晰。
    • [skip CI] Translate deepin-image-viewer.ts in ja 标记明确跳过 CI,符合实践。
  • 建议:可考虑将两个 fix(info-dialog) 合并为一条,如:
    fix(info-dialog): remove window stays on top hint and auto-save filename on focus loss
    

4. 性能影响

  • 本次变更仅涉及版本号和 changelog,无代码逻辑修改,对性能无影响。

5. 安全性

  • 无安全风险。

改进建议

  1. 修正日期:将 changelog 中的日期改为当前实际日期(如 Fri, 08 May 2024)。
  2. 统一版本号:确认 linglong.yaml 中的 6.0.41.1 是否正确,若不需要修订号,应改为 6.0.41
  3. 合并 changelog 条目:将相关修复合并为一条,提高可读性。

修正后的示例

diff --git a/debian/changelog b/debian/changelog
index 37751621..3385c662 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+deepin-image-viewer (6.0.41) unstable; urgency=medium
+
+  * chore: Update version to 6.0.41
+  * fix(info-dialog): remove window stays on top hint and auto-save filename on focus loss
+  * [skip CI] Translate deepin-image-viewer.ts in ja
+
+ -- zhanghongyuan <zhanghongyuan@uniontech.com>  Fri, 08 May 2024 16:47:55 +0800
+
 deepin-image-viewer (6.0.40) unstable; urgency=medium
 
   * fix(window): prevent window re-centering on image switch
diff --git a/linglong.yaml b/linglong.yaml
index e01b8d4e..4a30a088 100644
--- a/linglong.yaml
+++ b/linglong.yaml
@@ -7,7 +7,7 @@ version: '1'
 package:
   id: org.deepin.image viewer
   name: deepin-image-viewer
-  version: 6.0.40.1
+  version: 6.0.41
   kind: app
   description: |
     view images for deepin os.

@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 3bcfb14 into linuxdeepin:master May 9, 2026
22 checks passed
@deepin-bot
Copy link
Copy Markdown
Contributor

deepin-bot Bot commented May 9, 2026

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.0.41
  • Tag SHA: 2a4d076d20498869c5c0c460f3c30077456501b0
  • Commit SHA: 725d4b97db83dbd6a9edb5c19421d2a8e28b07c1
  • Tag Message:
    Release deepin-image-viewer 6.0.41
    
    
  • 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