Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
deepin-anything (7.0.39) unstable; urgency=medium

* chore(CI): add debian check workflow
* refactor: Remove the old directory scanning mechanism
* feat: optimize index initialization with conditional refresh
* feat: implement index size check and trigger full scan for empty
index
* feat: add daemon abnormal exit detection mechanism
* refactor: extract refresh_index flag operations into helper
functions
* chore: remove Install section from daemon service
* feat: add file birth time support using statx syscall
* feat: extend image format support based on Qt5 plugins
* feat: move index storage from XDG_CACHE_HOME to XDG_DATA_HOME
* fix: add idempotent check and re-call for running flag setup

-- wangrong <wangrong@uniontech.com> Thu, 23 Apr 2026 19:13:20 +0800

deepin-anything (7.0.38) unstable; urgency=medium

* refactor: Remove default blacklist paths
Expand Down
Loading