github steveyegge/beads v0.50.2

latest release: v0.50.3
8 hours ago

beads v0.50.2

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD.

Installation

Homebrew (macOS/Linux):

brew install beads

Quick Install (macOS/Linux/FreeBSD):

curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/steveyegge/beads/main/install.ps1 | iex

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Features

  • 3894fd3 feat: nudge all SQLite users to migrate to Dolt

Bug Fixes

  • 6c00524 fix(beads): stop FindBeadsDir walk from escaping sibling worktree boundary (#1731)
  • 1eb3bc1 fix(doctor): correct plugin install command in doctor output (#1732)
  • 3bdc978 fix: bump npm package version to 0.50.2
  • f7311e9 fix: reliable metadata writes for Dolt backend (bd_version, repo_id, clone_id) (#1741)
  • 53694a8 fix: update backend descriptions to reflect Dolt as default since v0.50

Others

  • 1c92e9c perf(doctor): fix O(n) full-table scans causing 130s doctor runs (#1706)

Don't miss a new beads release

NewReleases is sending notifications on new releases.