Skip to content

chore: bump version to 1.4.1 - #366

Merged
Johnson-zs merged 1 commit into
linuxdeepin:masterfrom
Johnson-zs:master
Jul 24, 2026
Merged

chore: bump version to 1.4.1#366
Johnson-zs merged 1 commit into
linuxdeepin:masterfrom
Johnson-zs:master

Conversation

@Johnson-zs

@Johnson-zs Johnson-zs commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

1.4.1

Log:

Summary by Sourcery

Build:

  • Update packaging metadata to reflect version 1.4.1 release.

@github-actions

Copy link
Copy Markdown

TAG Bot

TAG: 1.4.1
EXISTED: no
DISTRIBUTION: unstable

@sourcery-ai

sourcery-ai Bot commented Jul 24, 2026

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

Reviewer's Guide

This PR updates the Debian packaging metadata to reflect a new release version 1.4.1.

File-Level Changes

Change Details Files
Update Debian changelog entry for release version 1.4.1.
  • Added or modified the top changelog stanza to set the package version to 1.4.1.
  • Adjusted accompanying log/metadata lines in the changelog to match the new release information.
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 changelog文件的版本更新日志,格式规范且内容清晰
无实际代码逻辑修改,无安全漏洞,各项指标均符合规范,未触发任何扣分项

■ 【详细分析】

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

本次修改位于debian/changelog文件,新增的版本日志条目格式完全符合Debian changelog规范,包含正确的版本号(1.4.1)、发行版、优先级、变更条目、维护者姓名邮箱及时间戳。
潜在问题:无
建议:无需修改

  • 2.代码质量(符合规范)✓

变更日志条目使用了标准化的前缀分类,如fix:、refactor:、feat:、test:、docs:,能够清晰区分不同类型的变更,便于版本追溯和自动化生成发布说明。
潜在问题:无
建议:继续保持现有的提交信息规范

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

本次修改为纯文本日志文件,不涉及任何可执行代码、算法逻辑或系统资源调用,对程序运行性能无任何影响。
潜在问题:无
建议:无需修改

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

漏洞对比统计:新增漏洞 0 个,减少漏洞 0 个,持平 0 个
本次修改仅包含文本日志记录,不存在外部输入处理、命令执行或内存操作,不引入任何攻击面。

  • 建议:无需修复

■ 【改进建议代码示例】

diff --git a/debian/changelog b/debian/changelog
index 26406b2..47ea075 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+util-dfm (1.4.1) unstable; urgency=medium
+
+  * fix: intercept -h/--help to show custom help with highlight subcommand
+  * refactor: rename highlight command to preview
+  * refactor: improve preview command UX and flexibility
+  * feat: enhance preview command with keyword-free mode
+  * test: add boolean OR search tests and improve query parsing
+  * feat: add precise content preview with offset support
+  * docs: add dfm-searcher guide documentation
+  * feat: return full content when no keyword and no --max-preview
+  * fix: validate CLI option compatibility with search type and apply file-extensions filter for content/ocr
+  * feat: add directory exclusion feature to search
+  * feat: add dvd+rw-format support for DVD RW erase
+  * feat: enhance semantic search with multiple paths and pattern filtering
+  * feat: add --features option to list supported search features
+  * fix: handle DConfig list values in search utility
+  * fix: adjust order of time recognition patterns
+  * fix(dfm-search): extend semantic filetype suffix coverage
+  * fix(search): return plain verbose snippets for text search
+  * feat: add character count support for search results
+  * feat: enhance preview command with indexed content validation
+  * fix: update Chinese semantic search pattern rules
+  * fix: improve Chinese date parsing and handling
+  * fix: enhance Chinese numeral time parsing
+  * fix: update Chinese filetype matching patterns
+  * fix: improve Chinese NLP filetype detection accuracy
+  * feat: update file type matching patterns
+  * fix: update Chinese location rule patterns
+
+ -- Zhang Sheng <zhangsheng@uniontech.com>  Fri, 24 Jul 2026 09:49:33 +0800
+
 util-dfm (1.3.60) unstable; urgency=medium
 
   * fix(dfm-io): drain GLib deferred callbacks after g_file_enumerate_children

@deepin-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Johnson-zs, 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

@Johnson-zs
Johnson-zs merged commit 128be75 into linuxdeepin:master Jul 24, 2026
20 of 21 checks passed
@deepin-bot

deepin-bot Bot commented Jul 24, 2026

Copy link
Copy Markdown

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 1.4.1
  • Tag SHA: b9dd7fcc38b37a025e84e6dd19ba022a4f9b323b
  • Commit SHA: 128be759d8e4356dfa2c6a889e2c2c1de4dcda38
  • Tag Message:
    Release util-dfm 1.4.1
    
    
  • Tagger:
    • Name: Johnson-zs
  • 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