mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-15 00:56:00 +00:00
fix: preserve U+FEFF at chunk boundaries (#1010)
This commit is contained in:
@@ -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 Rabin–Karp 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).
|
||||
|
||||
Reference in New Issue
Block a user