Compare commits

...

2 Commits

Author SHA1 Message Date
vorotamoroz 21efdcac40 Document compiled ignore matcher reuse 2026-07-14 00:22:38 +09:00
vorotamoroz f2689370c2 Update commonlib to reuse compiled ignore matchers 2026-07-13 23:50:34 +09:00
2 changed files with 5 additions and 1 deletions
+1 -1
Submodule src/lib updated: 1cb156d463...ef1bdf0d07
+4
View File
@@ -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.