Skip to content

v4.0.0-beta.13

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jul 15:44
Immutable release. Only release title and notes can be modified.

What's new

Threadnote 4 beta.13 completes interrupted local-share recovery when the active beta repository has refreshed or
changed its Git index since the legacy home was copied.

  • Keep the current ~/.threadnote managed-share index, including its staging state.
  • Leave the legacy index unchanged under ~/.openviking as rollback evidence.
  • Continue recovering disjoint legacy memories and unpublished Git objects.
  • Still fail closed on different refs, configuration, reflogs, operation state, or other durable Git content.

If beta.12 stopped on share/teams/<team>.gitdir/index:

threadnote update --beta
threadnote migrate --apply
threadnote doctor

Fresh beta installation:

curl -fsSL https://raw.githubusercontent.com/Kashkovsky/threadnote/v4.0.0-beta.13/scripts/install.sh |
  sh -s -- --beta

Full Changelog: v4.0.0-beta.12...v4.0.0-beta.13