Skip to content
Releases

Changelog

What changed in each release.

v0.8.0 2026-08-07 Latest
Bug Fixes
  • · ssh: Support custom ports in ssh:// host URLs (#336)
Performance
  • · ssh: Multiplex Docker connections over pooled SSH masters (#338)
v0.7.12 2026-08-04
Features
  • · Auto-reconnect to Docker daemon when connection drops (#334)
v0.7.11 2026-07-27
Features
  • · columns: Add PIDs column showing container process count (#332)
v0.7.10 2026-07-23
Features
  • · Add Disk I/O monitoring with cgroups v2 fallback & persistent user preferences (#328)
Bug Fixes
  • · stats: Correct disk I/O extraction and follow-up cleanups (#329)
v0.7.9 2026-07-10
Features
  • · Docker context & unix:// socket support (#316)
Bug Fixes
  • · deps: Update rust crate sha2 to 0.11 (#318)
v0.7.8 2026-07-08
Features
  • · navigation: Add PageUp/PageDown to container list (#314)
v0.7.7 2026-06-05
Refactor
  • · Adopt modern stdlib idioms for sorting, stats, and filters (#302)
v0.7.6 2026-05-05
Bug Fixes
  • · events: Update container health status on all transitions (#297)
v0.7.5 2026-05-05
Bug Fixes
  • · deps: Update rust crate bollard to 0.21.0 (#294)
  • · ui: Show fractional GB values in format_bytes (#295) (#296)
v0.7.4 2026-05-04
Bug Fixes
  • · search: Allow typing j/k in search input (#292)
v0.7.3 2026-04-11
Bug Fixes
  • · deps: Update rust crate self_update to 0.44 (#275)
  • · sort: Sort containers globally across all hosts (#281)
  • · Container state icon stuck in restarting after restart (#280)
v0.7.2 2026-03-26
Features
  • · Add restart count column to container list (#267)
  • · Add Compose project column (hidden by default) (#266)
  • · Sort selector dropdown and column key remap (#268)
  • · Allow sorting by all visible columns (#269)
Bug Fixes
  • · ci: Trigger docs deploy on Cargo.toml and CHANGELOG.md changes
v0.7.1 2026-03-26
Features
  • · docs: Add config section and version badge to docs site
  • · docs: Add changelog page and improve navbar navigation
  • · docs: Link issue references to GitHub on changelog page
  • · docs: Use config.example.yaml as source for ConfigSection (#262)
  • · Add column visibility selector popup (#261)
Bug Fixes
  • · docs: Fix deploy cancelled by PR concurrency group
  • · docs: Fix changelog not visible on small viewports and mobile nav overflow
  • · Correct logo path in README after SvelteKit migration
Refactor
  • · Clean up config.example.yaml with lsd-style section headers
v0.7.0 2026-03-17
Bug Fixes
  • · stats: Subtract cache from memory usage to match docker stats (#250)
  • · Address code review findings across codebase (#251)
v0.6.14 2026-03-14
Bug Fixes
  • · ui: Account for line wrapping in log view scroll calculations (#243)
v0.6.13 2026-02-21
Features
  • · ui: Add PageUp/PageDown/Home/End key bindings for log view (#230)
v0.6.11 2026-02-19
Bug Fixes
  • · Prevent panics and improve keyboard handling in search mode (#224)
  • · deps: Update rust crate timeago to 0.6 (#226)
v0.6.8 2026-02-02
Features
  • · Supports sort config in cli and config (#213)
  • · nix: Add flake for running pre-built binaries and building from source (#215)
v0.6.7 2025-12-14
Features
  • · Adds a flag to show all containers by default (#179)
  • · Always sorts when showing containers (#177)
v0.6.6 2025-12-04
Features
  • · Adds color to help (#173)
v0.6.5 2025-12-03
Features
  • · Supports --filter to filter containers (#172)
v0.6.0 2025-11-29
Features
  • · Changes scrollback to all so that everything is loaded and adds page up and down keyboard shortcuts (#154)
  • · Adds pagination to logs (#158)
  • · Adds scrollbar to the right of log view (#159)
  • · Improves position of scrollbar (#163)
v0.5.0 2025-11-22
Features
  • · Adds exec support for shell 🎉 (#146)
  • · Supports nerd fonts (#148)
  • · Changes keyboard shortcuts to use arrow for logs and enter to show action menu (#150)
v0.4.6 2025-11-22
Features
  • · Enable Claude PR review with concise feedback guidelines (#138)
  • · Shows mem usage / limit instead of % (#143)
  • · Supports for ./.dtop.yml (#145)
v0.4.5 2025-11-19
Features
  • · Uses current timezone instead of utc (#136)
Bug Fixes
  • · Removes mouse events which disabled highlighting (#135)
v0.4.4 2025-11-17
Bug Fixes
  • · Fixes hosts not being updated after valid connection (#126)
v0.4.3 2025-11-16
Features
  • · Colorizes json logs (#123)
  • · Improves the colors and mapping of json (#124)
Bug Fixes
  • · Uses "created" instead of "uptime" for status. fixes #110 (#121)
  • · Remove padding around video in docs/index.html (#122)
v0.4.2 2025-11-13
Features
  • · Removes borders (#120)
v0.4.1 2025-11-12
Features
  • · Async connects to host while waiting (#118)
v0.4.0 2025-11-12
Features
  • · Implements search (#113)
Bug Fixes
  • · deps: Update rust crate tui-input to 0.14 (#116)
v0.3.14 2025-11-12
Bug Fixes
  • · Unify crossterm version to 0.28 (#105)
  • · deps: Update rust crate crossterm to 0.29 (#107)
  • · Fixes cpu being clamped at 100% (#111)
Chore
v0.3.13 2025-11-10
Features
  • · Prints better errors when connection fails (#101)
v0.3.12 2025-11-08
Bug Fixes
  • · Fixes jellyfin logs with \r (#97)
v0.3.11 2025-11-06
Features
  • · Adds container actions via drop down menu (#95)
  • · Adds min length on name (#96)
v0.3.10 2025-11-04
Features
  • · Supports TLS (#84)
  • · Make cpu and mem responsive (#88)
  • · Supports mouse wheel (#89)
Chore
  • · Fixes pr release (#86)
v0.3.9 2025-11-03
Bug Fixes
  • · Fixes self update (#82)
v0.3.8 2025-11-03
Features
  • · Add vim-style j/k navigation support (#81)
v0.3.7 2025-11-02
Features
  • · Implements a self update feature (#77)
Bug Fixes
  • · deps: Update rust crate self_update to 0.42 (#78)
v0.3.3 2025-11-01
Features
  • · Shows stopped containers (#70)