Skip to content

chore: bump version to 1.99.39 #1156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025
Merged

Conversation

BLumia
Copy link
Member

@BLumia BLumia commented Jun 12, 2025

Changelog:

  • chore: use ICU for relative datetime formatting
  • fix: layershell calcular in x11 emulation
  • fix: The tray application flashes an icon when opened
  • feat: add activeWindow D-Bus interface
  • chore: tweak role{group,combine}model

Summary by Sourcery

Bump version to 1.99.39, integrate ICU for relative datetime formatting, add the activeWindow D-Bus interface, fix X11 layershell and tray icon flashing issues, and refine role group/combine models

New Features:

  • Add activeWindow D-Bus interface

Bug Fixes:

  • Fix layershell calculator in X11 emulation
  • Prevent tray application from flashing its icon on open

Enhancements:

  • Use ICU for relative datetime formatting
  • Tweak role group and combine model

Build:

  • Bump version to 1.99.39

Changelog:

  * chore: use ICU for relative datetime formatting
  * fix: layershell calcular in x11 emulation
  * fix: The tray application flashes an icon when opened
  * feat: add activeWindow D-Bus interface
  * chore: tweak role{group,combine}model

Log:
@deepin-ci-robot
Copy link

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@BLumia BLumia marked this pull request as ready for review June 12, 2025 11:16
@deepin-ci-robot
Copy link

deepin pr auto review

这个提交的 changelog 文件更新了 dde-shell 的版本号,并添加了一些新的日志条目。从提交内容来看,主要涉及了几个方面的改进和修复:

  1. chore: use ICU for relative datetime formatting

    • 使用 ICU(International Components for Unicode)库进行相对日期时间的格式化,这是一个好的实践,可以提高日期时间处理的国际化支持。
  2. fix: layershell calcular in x11 emulation

    • 修复了在 X11 模拟中的 layershell 计算问题,这是一个重要的修复,可以避免潜在的界面问题。
  3. fix: The tray application flashes an icon when opened

    • 修复了托盘应用程序在打开时闪烁图标的问题,这可以提升用户体验。
  4. feat: add activeWindow D-Bus interface

    • 添加了 activeWindow 的 D-Bus 接口,这是一个新功能,可以增强应用程序的交互性。
  5. chore: tweak role{group,combine}model

    • role{group,combine}model 进行了调整,这是一个维护性的改动,可能涉及到 UI 组件的优化。

改进建议:

  • changelog 文件中,对于每个条目,可以提供更详细的描述,说明为什么需要进行这个改动,以及这个改动解决了什么问题。这有助于其他开发者更好地理解代码的变更背景。
  • 确保所有的修复和改进都已经通过了充分的测试,并且不会引入新的问题。
  • 如果有相关的文档或用户指南需要更新,确保在提交中包含这些更新。

总体来说,这个提交的改动看起来是有意义的,并且对用户体验和功能进行了改进。只要确保所有改动都已经经过充分的测试,并且文档和指南也得到了相应的更新,这个提交就是高质量的。

Copy link

TAG Bot

TAG: 1.99.39
EXISTED: no
DISTRIBUTION: unstable

Copy link

sourcery-ai bot commented Jun 12, 2025

Reviewer's Guide

This PR updates the Debian package version to 1.99.39 in debian/changelog and adds new feature, fix, and chore entries reflecting the latest changes.

File-Level Changes

Change Details Files
Bump Debian package version and refresh changelog
  • Updated package version to 1.99.39
  • Added chore entry to use ICU for relative datetime formatting
  • Fixed layershell calculation in X11 emulation
  • Resolved the tray application icon flashing issue on open
  • Introduced the activeWindow D-Bus interface feature
  • Tweaked role{group,combine}model settings
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

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @BLumia - 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

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

The full list of commands accepted by this bot can be found here.

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

@BLumia BLumia merged commit 50edcae into linuxdeepin:master Jun 12, 2025
8 of 11 checks passed
@BLumia BLumia deleted the release/1.99.39 branch June 12, 2025 11:28
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