Skip to content

chore: update changelog to 1.0.30#90

Merged
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
mhduiy:dev-changelog-1.0.30
Jun 24, 2026
Merged

chore: update changelog to 1.0.30#90
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
mhduiy:dev-changelog-1.0.30

Conversation

@mhduiy

@mhduiy mhduiy commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

更新说明

自动更新 changelog 到版本 1.0.30

变更内容

  • 更新 debian/changelog

版本信息

  • 新版本: 1.0.30
  • 目标分支: master

Summary by Sourcery

Documentation:

  • Document Debian package release 1.0.30 in debian/changelog.

update changelog to 1.0.30

Log: update changelog to 1.0.30
@github-actions

Copy link
Copy Markdown

TAG Bot

TAG: 1.0.30
EXISTED: no
DISTRIBUTION: unstable

@sourcery-ai

sourcery-ai Bot commented Jun 24, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates the Debian changelog metadata to bump the package version to 1.0.30 on the master branch.

File-Level Changes

Change Details Files
Bump Debian package changelog to version 1.0.30.
  • Update the top entry in the Debian changelog to reflect new version 1.0.30.
  • Ensure changelog entry text documents the automatic update and target branch (master).
debian/changelog

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@deepin-ci-robot

Copy link
Copy Markdown

deepin pr auto review

★ 总体评分:100分

■ 【总体评价】

变更日志格式规范,符合Debian打包标准
代码无语法错误且无安全风险,得满分

■ 【详细分析】

  • 1.语法逻辑(正确)✓

diff中的debian/changelog修改符合标准格式,版本号从1.0.29递增至1.0.30,维护者信息及时间戳格式无误
潜在问题:无
建议:无

  • 2.代码质量(良好)✓

变更记录简明扼要,准确描述了修复的核心内容,符合changelog编写规范
潜在问题:无
建议:无

  • 3.代码性能(无性能问题)✓

纯文本配置修改,不涉及任何运行时性能消耗或资源占用
建议:无

  • 4.代码安全(存在0个安全漏洞)✓

漏洞对比统计:新增漏洞 0 个,减少漏洞 0 个,持平 0 个
变更日志不涉及任何可执行逻辑、系统调用或敏感数据处理,无攻击面

  • 建议:无

■ 【改进建议代码示例】

// 针对上下文中提到的缺失 Wayland 关屏逻辑,补充 keybinding/utils.go 中的修复示例
func (m *Manager) systemTurnOffScreen() {
	const settingKeyScreenBlackLock = "screen-black-lock"
	
	// 检测当前是否运行在 Wayland 环境下
	if m.isWayland() {
		conn, err := dbus.SessionBus()
		if err != nil {
			logger.Warning("failed to connect session bus for wayland screen off:", err)
			return
		}
		defer conn.Close()
		
		// 调用 Wayland 下专用的关屏 D-Bus 接口
		obj := conn.Object("com.deepin.daemon.Display", "/com/deepin/daemon/Display")
		err = obj.Call("com.deepin.daemon.Display.TurnOffScreen", 0).Err
		if err != nil {
			logger.Warning("failed to call wayland screen off method:", err)
		}
		return
	}
	
	// 原有的 X11 关屏逻辑保持不变
}

@deepin-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: 18202781743, mhduiy

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

@mhduiy

mhduiy commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

/forcemerge

@deepin-bot

deepin-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

This pr force merged! (status: blocked)

@deepin-bot deepin-bot Bot merged commit dec484f into linuxdeepin:master Jun 24, 2026
10 of 11 checks passed
@deepin-bot

deepin-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 1.0.30
  • Tag SHA: 12fb856eb7fde5c3286b38e3f10bf639329ddad4
  • Commit SHA: dec484f2e200f989875053de405c83f53534fac3
  • Tag Message:
    Release dde-services 1.0.30
    
    
  • Tagger:
    • Name: mhduiy
  • 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