chore: Update version to 6.0.41#290
Merged
Merged
Conversation
- update version to 6.0.41 log: update version to 6.0.41
|
TAG Bot TAG: 6.0.41 |
deepin pr auto review这段代码变更主要涉及版本号更新和 changelog 记录,属于软件发布流程中的常规操作。以下是我的审查意见: 1. 语法与格式审查
2. 逻辑一致性
3. 代码质量
4. 性能影响
5. 安全性
改进建议
修正后的示例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. |
lzwind
approved these changes
May 9, 2026
|
[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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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: update version to 6.0.41