Skip to content

1.0.2

Latest

Choose a tag to compare

@bartreardon bartreardon released this 15 Jun 12:03
· 1 commit to main since this release
5037a2e

New

  • Build images from a Dockerfile - The Images section gains a Build Image… action: edit a Dockerfile in-app, give it a tag, and build a local image with live output.
  • Create a container or machine from any image. The image detail view now has Run Container and Create Machine actions that open the create sheet prefilled with that image.

Fixed

  • False "Base Environment Missing" on a working install.
  • Fresh-install "Repair" deadlock.

Changed

  • Start/Stop moved to the toolbar's leading edge in the machine and container detail views, with the Details/Terminal toggle centred and the remaining actions kept on the right. Stop is no longer next to "Open in Terminal," so reaching for a shell can't accidentally stop the machine or container.
  • Dependency on the container package is now a pinned remote reference (apple/container, exact 1.0.0) instead of a local path that assumed a specific checkout layout.