Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:09
· 64 commits to main since this release

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