mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-16 09:36:00 +00:00
fix: refresh Security Seed before replication
Reason: - A client that remains open during a remote database rebuild can retain the previous Security Seed and upload documents encrypted with the wrong key. Changes: - Fetch the remote Security Seed at every replication preflight instead of reusing the process cache. - Add a regression test and an unreleased change note for issue #1018.
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
|
||||
|
||||
- Refresh the remote Security Seed before each replication, preventing a client that remained open during a remote database rebuild from uploading data encrypted with the previous seed (#1018).
|
||||
|
||||
## 0.25.81
|
||||
|
||||
14th July, 2026
|
||||
|
||||
Reference in New Issue
Block a user