Skip to content

v0.5.0: Multiple Connections & Bulk Actions

Latest

Choose a tag to compare

@nacasha nacasha released this 21 Jul 01:29
ed52830

This release adds multi-select bulk actions across resource lists, support for multiple simultaneous Docker connections, a redesigned engine details screen, and in-app auto-updates. It also brings a global exposed-ports view to the title bar, a preview of what Compose will delete before it runs, and broader preference persistence.

Multiple Connections

Connect to more than one Docker engine at the same time and switch between them without dropping your session.

Multi-Select Bulk Actions

Select multiple items in any resource list and act on them at once — start, stop, or remove many containers, images, or volumes in a single action.

Redesigned Engine Details

A cleaner engine details screen with a clearer layout and connection info.

Compose Delete Preview

compose down and remove now show a preview list of every resource that will be deleted — containers, images, and volumes — before you confirm.

In-App Auto-Update

Update to the latest version without leaving Dockev — the app downloads and installs updates in place.

Global Exposed Ports in Title Bar

All exposed ports now surface in the title bar for an at-a-glance view of what's reachable across your containers.

TCP Daemon Support for Docker in WSL

Connect to the Docker daemon over TCP inside WSL — a direct connection that avoids the interop bridge overhead.

Auto-Start Integrations on Connect

Docker integrations now start automatically as soon as you connect to an engine.

Persistent Preferences

Logs, env, terminal, and file-tree preferences are now remembered per screen, so your view stays how you left it.

Redesigned Settings Layout

The settings screen has a refreshed, easier-to-navigate layout.

Theme Color Adjustment

Fine-tune the app's accent and theme colors to your taste.

Bug Fixes

  • Fixed a wslhost.exe process leak on WSL engines
  • Fixed inability to delete running containers