Releases: No-Instructions/Relay
Releases · No-Instructions/Relay
0.8.0-rc7
fix: recover LCA through merge HSM
0.8.0-rc6
fix: Show bug report command outside debug mode
0.8.0-rc5
fix: preserve conflict state across fork reconciliation
0.8.0-rc4
Bootstrap no-LCA docs from synced remote state
0.8.0-rc3
Full Changelog: 0.7.4...0.8.0-rc3
0.8.0-rc2
refactor: replace SharedFolders.new() with init() and clone() init() shares a local folder (authoritative=true, generates GUID). clone() downloads a remote folder (authoritative=false, takes GUID). Fixes FolderCreateModal passing awaitingUpdates=true for new folders, which incorrectly marked the creator as non-authoritative. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0.8.0-rc1
wip: unrelated staged changes (rewireRemoteDoc, persistence guard, pr…
0.8.0-rc0
fix: use hsm.isActive() instead of localDoc null-check to route remot…
0.7.4
This release includes a critical fix for a bug that caused "blank notes" on initial upload of a folder.
Users had to resolve a merge conflict with the file on disk (which had their content), and if the merge conflict was not resolved immediately (without closing the editor tab) then the content could be lost.
New features
- Clicking the "stack" icon now proactively opens the differ if there is a mismatch between the CRDT and the file on disk. Otherwise it will synchronize the editor to show the CRDT state.
Fixes
- "blank note" creation
Full Changelog: 0.7.3...0.7.4
0.7.3
This release includes minor improvements to the Relay UI to match the new Obsidian UI
New features
- Obsidian 1.11.0 UI compatibility
Fixes
- N/A
Full Changelog: 0.7.2...0.7.3