Skip to content

v0.24.1

Choose a tag to compare

@docker-read-write docker-read-write released this 06 Apr 20:32
· 3 commits to main since this release
5ef0cfa

Highlights

This patch release improves the TUI interaction experience with nicer confirmation dialogs and better support for long network hostnames. It also fixes a network creation race condition in the daemon and expands packaging support for newer Ubuntu versions.

What's New

CLI

  • Style confirmation dialogs as buttons with full mouse click support and keyboard navigation (#2163)
  • Add horizontal scrolling for long hostnames and rule values in expanded network detail views (#2131)

Packaging

  • Add Ubuntu 25.10 and 26.04 deb package builds (#2140)

Bug Fixes

  • Retry network creation on stale network conflict in daemon (#2142)