Skip to content

Latest commit

 

History

History
62 lines (30 loc) · 3.19 KB

File metadata and controls

62 lines (30 loc) · 3.19 KB

1.4.0 (2026-03-05)

Features

  • add up and down commands for compose file support (aed3f51)

1.3.0 (2026-02-13)

Features

  • display human-readable relative dates in container and image views (1930455), closes #16

1.2.0 (2026-02-12)

Bug Fixes

  • lift sorting and filtering to parent so selected index matches display (dbb858a), closes #14

Features

  • rebind stop container shortcut from 'x' to 'o' (b35dd94)
  • sort lists by name and simplify status bar command display (967e5d0), closes #14

1.1.0 (2026-02-11)

Bug Fixes

  • allow container creation (0e04586)

Features

  • add container creation with image selection, port mapping, and naming (5292a86), closes #12

1.0.1 (2026-02-05)

Bug Fixes

  • improve release packaging and update ux (3440d1f), closes #9

1.0.0 (2026-02-05)

Bug Fixes

  • Adapt CLI wrapper for macOS native container CLI (3f3ca02)
  • Add input handling to DetailView/LogsView and increase log buffer (1d4cd27)
  • Handle both string and number formats for volume createdAt (5a79231)
  • Remove --format json from inspect commands (6c52a01)
  • Use 'container ps' instead of 'info' for health check (c8d07f9)
  • Use full image reference for inspect and delete operations (f43a136)

Features

  • Create TypeScript TUI app for macOS native container management (aade872), closes #1