Skip to content

Releases: montanaflynn/botctl

v0.3.5

06 Apr 15:02

Choose a tag to compare

Changelog

Refactoring

  • 81565ef refactor: rename MM_HOME env var to BOTCTL_HOME

v0.3.4

23 Mar 19:44

Choose a tag to compare

Changelog

Bug Fixes

  • c71452e fix: use filepath.Join in paths tests for Windows compatibility

v0.3.3

22 Mar 20:45

Choose a tag to compare

Changelog

Testing

  • b85f620 test: add comprehensive tests for skills, config, paths, and db packages

v0.3.2

22 Mar 20:29

Choose a tag to compare

Changelog

Features

  • b34b233 feat: add git commit to website footer and improve fake terminal
  • 59c8d84 feat: show git tag in website footer and improve dev server

Documentation

  • ef54516 docs: rename to BRAND.md and update for current state

v0.3.1

22 Mar 20:17

Choose a tag to compare

Changelog

Bug Fixes

  • ed4dc3f fix: add port config to deploy workflow for non-standard SSH port
  • 16d6d7a fix: update favicon and tighten homepage feature cards

Documentation

  • 0a582e8 docs: add skills management documentation and homepage feature card

v0.3.0

22 Mar 20:05

Choose a tag to compare

Changelog

Features

  • 1175a9e feat: add skills system with discovery, install, and web API

Bug Fixes

  • f45bec5 fix: dark scrollbar for docs sidebar
  • 2624c01 fix: improve skills view layout and loading UX
  • 963cd4f fix: install script falls back to ~/.local/bin instead of sudo
  • b81b397 fix: preserve bot selection across start/stop re-sort

Documentation

  • 745bc73 docs: add TUI screenshot to README
  • 6a94141 docs: update skills documentation and add CLI commands

Chores

  • 6b87729 chore: update website favicon to custom PNG

v0.2.0

13 Feb 17:29

Choose a tag to compare

Changelog

Features

  • 6d78471 feat: add pause and play CLI commands
  • 2783ba3 feat: add website build and serve commands

Bug Fixes

  • 72abc7f fix: add scroll-margin-top to docs headings for sticky header offset
  • c058b16 fix: add scroll-margin-top to docs sections for anchor links
  • c6e3f6c fix: change amber accents to lime green
  • b5e379c fix: change amber accents to lime green on docs page
  • afeec63 fix: move install scripts to website directory for botctl.dev
  • f81decf fix: use lime green for TUI keybinding badges
  • 4a4bd6a fix: use lime green for keybinding hover state
  • 1ba4df5 fix: use lime green for section labels and tree arrows, keep amber elsewhere

Refactoring

  • 6ca207a refactor: move shared packages from internal/ to pkg/

Documentation

  • 012a09f docs: add brand guide
  • 995a9ed docs: add platform architecture and skill reference
  • 566ad1f docs: update README with cleaner structure and website links

CI

  • 6b9d3fb ci: add website deploy workflow via rsync on push to main
  • 7e0d643 ci: add workflow_dispatch trigger to website deploy

Chores

  • af85cd6 chore: hide stats section on homepage

v0.1.0

13 Feb 01:15

Choose a tag to compare

Changelog

Features

  • 727ba86 feat: add OG/Twitter meta tags, favicon, and fix nav-logo link
  • 2dfe5d1 feat: add Windows support via build-tagged platform abstractions
  • 0c461f6 feat: add internal/service layer for shared bot operations
  • 4848c33 feat: add self-update command and move entry point to root
  • 9de1319 feat: add web dashboard UI
  • 5eb6d20 feat: botctl TUI with XML-style log tags and bordered box rendering
  • ff01d12 feat: harness interrupt support and message queue improvements

Bug Fixes

  • 39bd4b5 fix: rename go module from botctl-go to botctl
  • 5fb0c89 fix: use markdown links for commit SHAs in changelog

Refactoring

  • 615fa0a refactor: migrate CLI, TUI, and Web to use service layer

Chores

  • d2e987b chore: add .gitignore and untrack build artifacts
  • fd5c33e chore: add install script, goreleaser config, and README updates
  • 9fd7e9a chore: improve changelog format in goreleaser config
  • 6bbb590 chore: vendor claude-agent-sdk-go into repo