Added
- NEW: Configurable CLI Info entries, including disabling built-in probes, custom commands, optional regex-based version extraction, and control over whether missing binaries are hidden or shown as
Not found. Fix #452 - NEW: More columns are shown if viewport is wide enough for most resources including a new 'w' keybind to show all.
- Dynamic resource menu counts now use cached results and show
?while a resource kind has not been loaded yet
Changed
- Resource tabs now auto-scroll to keep the selected tab visible, prefer showing neighboring tabs where possible, and hide zero-count badges for cleaner headers
- CLI Info defaults now include
podmanandcontainerd, whileistioctlis provided as a sample custom probe instead of a built-in entry - The More menu is now ordered by more commonly used resources first
- The filter UI is more consistent across different views
- Troubleshoot module is improved. Thanks to @sed-i for the contribution! #513
- UI draw efficiency improvements. Thanks to @sed-i for the contribution! #515
Fixed
- Batched redraw/event handling now coalesces queued ticks and clamps rendering windows to avoid empty tables and YAML slice panics on small or offset views
- Troubleshoot findings now sort deterministically, and follow-up cleanups improved readability in Pod, PVC, and ReplicaSet checks