From e77a81f980a1d59c5f51a3859b64c73f165cc1cc Mon Sep 17 00:00:00 2001 From: Zhang Sheng Date: Thu, 6 Aug 2026 10:22:56 +0800 Subject: [PATCH] chore: bump version to 1.4.3 1.4.3 Log: --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index eb66b338..f45dfb13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +util-dfm (1.4.3) unstable; urgency=medium + + * fix: add missing WeChat group term in Chinese rules + * fix(dfm-search): exclude WeChat monthly archive dirs from search results + * feat: add compound preset time rules for semantic search + * fix(dfm-search): support Chinese-numeral years in semantic time parsing + * fix: restrict path traversal check to file scheme in DEnumerator buildUrl + * fix: narrow path traversal check pattern in DEnumerator buildUrl + * chore: Sync by https://github.com/linuxdeepin/.github/commit/826bedc64f009f4d9ebb5fba0ffe1637f1f02667 + * fix(dfm-search): eliminate cross-thread race on m_strategy causing heap corruption + + -- Zhang Sheng Thu, 06 Aug 2026 10:22:13 +0800 + util-dfm (1.4.2) unstable; urgency=medium * chore: update GitHub actions workflow for cppcheck