fix: preserve U+FEFF at chunk boundaries (#1010)

This commit is contained in:
vorotamoroz
2026-07-14 02:15:57 +09:00
committed by GitHub
parent ff12778301
commit a41c829c10
7 changed files with 33 additions and 11 deletions
+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
### Fixed
- Fixed an issue where a U+FEFF character at a RabinKarp chunk boundary could be lost, changing the reconstructed file and causing repeated size-mismatch conflicts (#1000).
### 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).