Skip to content

Releases: psychedelicdevx/bosun

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 10:29

Changelog

  • d1d4dcc feat(cli): route ssh:// from --host, DOCKER_HOST and context through the ssh dialer
  • ac7d0d1 feat(docker): connect to ssh:// hosts via system ssh (connhelper)

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 10:14

Changelog

  • 944be42 fix(ui): give each container in a stack action its own timeout

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 00:35

Changelog

  • 7c56c73 feat(ui): add pane-aware mouse controls
  • 7c6a4e8 fix(ui): harden refresh streams and actions

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 00:09

Changelog

  • bbea506 chore(demo): refresh gif with logs filter/copy, tabs, stack ops
  • 6a807b9 chore(git): ignore research.md
  • 3912aef chore(media): rebuild social card for v0.6 (add source html)
  • 1f99107 feat(cli): --host flag, precedence host > DOCKER_HOST > context
  • 7d3eef8 feat(compose): start/stop/restart a whole stack from its group header
  • 36b1647 feat(demo): sample volumes and networks, engine methods
  • e219abc feat(docker): honor active docker context and add NewWithHost
  • 3f7ca25 feat(docker): list and remove volumes and networks
  • eb269b8 feat(logs): color warning and error signals
  • 2d9dcf7 feat(logs): grep-style in-log filter with /
  • 5284ae6 feat(ui): add adaptive spacing and responsive chrome
  • cc80e09 feat(ui): align app palette with social preview
  • a64e0d8 feat(ui): log filter and copy hints in bottom bar and help
  • 30f143b feat(ui): tabs 3 and 4, generalize remove confirm by kind
  • 2204012 feat(ui): volumes and networks views with remove

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:11

Changelog

  • 045fc67 chore(demo): add sample images
  • 6c19b81 feat(docker): list, remove, and prune images
  • 007014e feat(ui): images view with tab strip, remove and prune dangling

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:12

Changelog

  • cd3e315 fix(ui): cap log buffer to bound memory and per-line cost

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 12:05

Changelog

  • 682c901 feat(ui): add catppuccin, tokyonight, rosepine, solarized, monokai themes
  • dc6e1ce feat(ui): color themes, cycle live with T or pick via --theme
  • 0f24f2c feat: --theme flag, --themes list, BOSUN_THEME env

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 11:31

Changelog

  • c838064 chore(demo): give sample containers compose projects
  • 9950f9b feat(ui): full-width highlight bar for the selected row
  • a5028d0 feat: group containers by compose project with collapsible sections
  • 99cee39 fix(ui): show cursor marker on group headers too

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 11:04

Changelog

  • 39a51ed feat(ui): filter the container list by name with /

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:09

Changelog

  • 0992fa8 chore(ci): add github actions build, vet and test workflow
  • b635eec chore(release): add goreleaser config and tag-triggered release workflow
  • cb9ab3a chore(release): publish homebrew formula to psychedelicdevx/tap
  • 08ec571 feat(cmd): wire docker client into bubbletea program
  • 07b9c14 feat(docker): start, stop, restart, remove container actions
  • a99a066 feat(docker): stream container CPU and memory stats
  • fe386c3 feat(docker): stream container logs with follow and clean cancel
  • e530846 feat(docker): wrap SDK client and list containers
  • 0cfa2bc feat(ui): action keybinds with remove confirm and status line
  • 7f4264c feat(ui): arrow-key and j/k navigation with selection highlight
  • 30b6cf3 feat(ui): container list model with status color coding
  • 78db903 feat(ui): lazygit-style bordered panels with focus and detail view
  • 111ff3b feat(ui): log viewport, enter to open logs, esc to close
  • f30b96a feat(ui): render help as a centered popup over the panels
  • cf607b6 feat(ui): stats panel, shell exec, help overlay, live refresh and polish
  • 2dd8eae feat: add --version flag
  • 08e8ea6 feat: demo mode with fake containers, logs and stats (--demo)
  • d97eebe fix(ui): draw top border dashes after panel title
  • b8fae7f refactor(ui): accept an Engine interface instead of concrete client