Skip to content

v0.9.7

Latest

Choose a tag to compare

@web3dev1337 web3dev1337 released this 27 Mar 10:39
ca37668

Highlights

  • Fixed cross-version bd compatibility for environments that do or do not support --no-daemon.
  • Added backward-compatible gt/bd command fallbacks for old and new CLI layouts.
  • Refactored CLI compatibility logic out of server.js into dedicated service code.
  • Fixed Homebrew installation compatibility (/opt/homebrew/bin/gt) and hardened activity feed process handling so missing gt no longer crashes the server.

Included PRs

  • #23 fix: make bd gateway compatible across old/new beads versions
  • #24 fix: add backward-compatible gt/bd command fallbacks
  • #26 fix: resolve Homebrew gt path and prevent activity-feed ENOENT crash