chore: Update version to 6.0.62#453
Conversation
- update version to 6.0.62 log: update version to 6.0.62
Reviewer's guide (collapsed on small PRs)Reviewer's GuideBumps the application version and updates the runtime dependency in linglong packaging metadata for the deepin-album app. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
TAG Bot TAG: 6.0.62 |
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Please confirm that switching the runtime from org.deepin.runtime.webengine/25.2.2 to /6.7.0 is intentional and compatible with existing features, as this is a behavior-impacting change compared to the simple version bump.
- Consider aligning the package version (6.0.62.1) and runtime/base versions with any existing versioning conventions in the project to avoid confusion about which components are tied to which release.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Please confirm that switching the runtime from org.deepin.runtime.webengine/25.2.2 to /6.7.0 is intentional and compatible with existing features, as this is a behavior-impacting change compared to the simple version bump.
- Consider aligning the package version (6.0.62.1) and runtime/base versions with any existing versioning conventions in the project to avoid confusion about which components are tied to which release.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
deepin pr auto review★ 总体评分:97分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 --- a/src/qml/main.qml
+++ b/src/qml/main.qml
@@ -63,8 +63,12 @@ Item {
color: Qt.rgba(0, 0, 0, 0.01)
- BoxShadow {
- anchors.fill: rightBgArea
+ Loader {
+ anchors.fill: rightBgArea
+ active: backgroundBlurReady
+ sourceComponent: BoxShadow {
+ anchors.fill: parent
+ }
} |
|
[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 |
|
TAG Bot ✅ Tag created successfully 📋 Tag Details
|
log: update version to 6.0.62
Summary by Sourcery
Bump deepin-album package version and update its runtime dependency.
Build:
Chores: