Skip to content

Releases: fabean/BurrowTime

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:39

Changelog

  • f7dbc21 feat: add first-class agent time tracking

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 01 Sep 13:41

Changelog

  • 5b1468d feat: bundle Codex time tracking skill

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 19 Aug 15:26

Changelog

  • 4dd4e30 feat: add interactive start conflict chooser

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 20:31

Changelog

  • ae1f8e9 compressed mascot
  • 44a1a3c fix: pass terminal stdin directly to editor
  • 801611e remove porting plan

BurrowTime v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 13:09

BurrowTime v0.1.0 is the first public release of the fast, local, Watson-compatible time tracker written in Go.

Highlights

  • Interactive Bubble Tea dashboard with live status, logs, reports, charts, date ranges, and filtering.
  • Watson-compatible CLI commands, JSON/CSV output, configuration, storage, sync, and bundled watson compatibility binary.
  • Safe first-run migration from Watson, explicit import/export commands, and timestamped destination backups.
  • Concurrent timers with explicit start modes, per-timer stop selection, an interactive stop picker, and stop --all.
  • Separate BurrowTime data directory so trying the app never mutates an existing Watson installation.
  • Shell completions and standalone archives for Linux, macOS, and Windows on amd64 and arm64.

Install with Go

go install github.com/fabean/BurrowTime/cmd/burrowtime@v0.1.0

Or download the archive for your platform below and verify it with checksums.txt. Each archive contains both burrowtime and the optional watson compatibility executable.

See the README for migration guidance, concurrent-timer behavior, TUI controls, and local data paths.