v0.6.2
Highlights
- Hide individual containers from the Containers page (persisted preferences).
- Choose layout separately: View as list / grid / tiles, and Grouped by none / host / status / provider.
- Prefixed search for precise queries (
host:,name:,image:,status:,port:,label:,provider:,id:), with negation and quoted values. - Dismissible Containers warning banner and readable Host dropdown options in dark mode.
Upgrade notes
- Rebuild/restart as usual (
docker compose up --build -d). No schema migration required. - View preferences are stored in the existing
settingstable undercontainer_view_prefs.
Verification
- npm run lint
- npm run typecheck
- npm test
- npm run build
Full Changelog: v0.6.1...v0.6.2