Skip to content

v0.6.2

Choose a tag to compare

@uniskela uniskela released this 30 Jul 14:08
· 47 commits to main since this release

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 settings table under container_view_prefs.

Verification

  • npm run lint
  • npm run typecheck
  • npm test
  • npm run build

Full Changelog: v0.6.1...v0.6.2