Releases: psychedelicdevx/bosun
Releases · psychedelicdevx/bosun
Release list
v0.7.0
v0.6.2
Changelog
- 944be42 fix(ui): give each container in a stack action its own timeout
v0.6.1
v0.6.0
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
v0.4.1
Changelog
- cd3e315 fix(ui): cap log buffer to bound memory and per-line cost
v0.4.0
v0.3.0
v0.2.0
Changelog
- 39a51ed feat(ui): filter the container list by name with /
v0.1.0
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