Skip to content

Releases: web3dev1337/gastown-gui

v0.9.7

27 Mar 10:39
ca37668

Choose a tag to compare

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

v0.9.6

27 Mar 04:33
85f5fd9

Choose a tag to compare

What's Changed

This patch release includes all changes merged after v0.9.5.

Fixes

  • aligned tmux/session handling with upstream gastown rig-prefix naming, improving running-state detection and tmux-backed actions (#19)
  • fixed rig parsing for new emoji-prefixed gt rig list output, restoring rig visibility in /api/rigs and /api/status (#20)
  • resolved stale realtime UI updates by invalidating caches on mutations, reducing dynamic TTLs, adding forced refresh paths, and improving websocket-driven refresh behavior (#22, closes #21)

Included PRs

  • #19 fix: align session handling with upstream gastown
  • #20 fix: parse rig names with emoji status indicators
  • #22 fix: resolve stale realtime updates and cache invalidation

v0.9.5

18 Mar 23:03
b375753

Choose a tag to compare

Release v0.9.5

Stabilization release after UI usability changes.

Included

  • fix dashboard runtime/scope break in js/components/dashboard.js
  • fix dynamic modal opening for rendered [data-modal-open] controls
  • improve dropdown nav active-state + unread badge visibility
  • align e2e navigation helper with dropdown-based tabs
  • version bump to 0.9.5

Validation

  • npm test passed (36 files, 316 tests)

Related

  • Original usability PR: #13
  • Stabilization PR merged to master: #17