6v6.0.0Aug 2, 2026
Linkable Container Views, Titlebar Page Headers & Managed Engines
Container views now have their own routes, page titles and actions live in the titlebar, and macOS can manage Colima and Podman machines.
✨ Features
- ·🧭Routable container views: Detail, Stats, Logs, Terminal, Process, and Files are nested under `/container/:id`. Links, reloads, and back navigation preserve the view, including stopped, unsupported, and deleted states.
- ·🪟Page actions in the titlebar: List titles and actions moved into the top band with sidebar, back, and forward controls and shortcut hints.
- ·🖥️Managed engines on macOS: Detect, start, stop, repair, configure, and switch Colima and Podman machines from onboarding, Settings, or the Host switcher. Dockerman guides installation and updates but does not perform them.
- ·🐳Compose on Podman: Compose works when the Podman toolchain is available, with automatic environment setup and Podman-specific deployment errors.
- ·⌨️Terminal keep-alive: Container shells and scrollback remain available for five minutes after leaving Terminal.
🔧 Improvements
- ·🔄Shared refresh control: Refresh, retry, and reconnect use one control with continuous state transitions.
- ·📋Inline copy confirmation: Copy buttons show a check mark instead of a toast.
- ·🗂️Files and Logs layout: Both views use the full width. File previews use content detection, including for dotfiles, and show preview errors.
- ·🎛️Settings layout: The Engine picker and license panel now use cards.
- ·🧮Count badges: Sidebar and resource tables use filled badges for in-use resources and outlined badges otherwise.
- ·🪟Windows and Linux controls: Caption buttons support keyboard and screen readers, follow the theme, and show restore when maximized.
🐛 Bug Fixes
- ·📈CPU history and alerts: CPU history now uses per-interval instead of lifetime usage, and Podman no longer over-reports CPU. Existing alert thresholds may now fire correctly.
- ·🍎macOS window controls: Traffic lights stay centered while resizing.
- ·🐧Linux window corners: The titlebar no longer paints over rounded corners.
- ·🏷️Title transitions: Route changes no longer show empty or duplicate titles.
⚠️ Breaking
- ·Container selection now lives only in the URL. The old flat container routes redirect, but the app no longer restores the container you had selected when it last closed.
- ·The sidebar's 操作 / Actions section is gone. Container actions, including start, stop, and restart, now live in row menus and the container toolbar.