From e38084b901730c2c8cb99de5e6fe311ec206bc43 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 14 Jul 2026 00:29:11 +0900 Subject: [PATCH] Use cached ignore matchers from commonlib (#1008) --- src/lib | 2 +- updates.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib b/src/lib index 1cb156d4..ef1bdf0d 160000 --- a/src/lib +++ b/src/lib @@ -1 +1 @@ -Subproject commit 1cb156d463ba91669f6490b23c98fbc3fff603fd +Subproject commit ef1bdf0d073cbeff7f99661fa7c79f4b6b8d021c diff --git a/updates.md b/updates.md index 1b6892bd..cfe656be 100644 --- a/updates.md +++ b/updates.md @@ -5,6 +5,10 @@ The head note of 0.25 is now in [updates_old.md](https://github.com/vrtmrz/obsid ## Unreleased +### Improved + +- Improved vault scanning and CLI file filtering by reusing compiled ignore patterns, reducing processing overhead for vaults with many files or ignore rules (#1006, #1007, and #1008). + ### Improved (CLI and Webapp) - Rooted storage adapters now reject absolute, drive-qualified, backslash-separated, and traversal paths. They also prevent file writes, appends, and removal from targeting the configured root itself.