Skip to content

Releases: No-Instructions/Relay

0.8.0-rc7

05 May 00:12

Choose a tag to compare

0.8.0-rc7 Pre-release
Pre-release
fix: recover LCA through merge HSM

0.8.0-rc6

30 Apr 08:34

Choose a tag to compare

0.8.0-rc6 Pre-release
Pre-release
fix: Show bug report command outside debug mode

0.8.0-rc5

30 Apr 07:28

Choose a tag to compare

0.8.0-rc5 Pre-release
Pre-release
fix: preserve conflict state across fork reconciliation

0.8.0-rc4

28 Apr 07:21

Choose a tag to compare

0.8.0-rc4 Pre-release
Pre-release
Bootstrap no-LCA docs from synced remote state

0.8.0-rc3

26 Apr 06:35

Choose a tag to compare

0.8.0-rc3 Pre-release
Pre-release

Full Changelog: 0.7.4...0.8.0-rc3

0.8.0-rc2

03 Apr 02:51

Choose a tag to compare

0.8.0-rc2 Pre-release
Pre-release
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

23 Mar 17:23

Choose a tag to compare

0.8.0-rc1 Pre-release
Pre-release
wip: unrelated staged changes (rewireRemoteDoc, persistence guard, pr…

0.8.0-rc0

12 Mar 21:00

Choose a tag to compare

0.8.0-rc0 Pre-release
Pre-release
fix: use hsm.isActive() instead of localDoc null-check to route remot…

0.7.4

15 Jan 23:26

Choose a tag to compare

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

13 Jan 02:52

Choose a tag to compare

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