• v0.7.0 30ccec82c8

    v0.7.0
    All checks were successful
    / release (push) Successful in 11s
    / build-test (push) Successful in 4m17s
    Stable

    eofredj released this 2026-06-15 08:35:40 +02:00 | 514 commits to main since this release

    Features

    • feat(tui): sparkline row preview on container idle
    • feat(tui): context-aware help overlay
    • feat(tui): color-coded severity badges
    • feat(tui): simplified footer + breadcrumb trail
    • feat(tui): inline pod mini-gauges for CPU and memory
    • feat(tui): loading spinner and error child rows
    • feat(tui): full reverse-video selection highlight
    • feat(tui): add node icons and colored status dots

    🐛 Bug Fixes

    • fix(tui): align statusColor with statusText, remove dead code, expand tests
    • fix(tui): pinned pods now include node icon

    📚 Documentation

    • docs: Update STATE.md — Task 8 complete, ready to merge

    🔧 Other Changes

    • chore(version): Release v0.7.0
    • wip: TUI UX improvements paused at 7/8 tasks

    📦 Installation

    # Download the binary
    curl -LO "https://git.desord.re/desordre/pods-ctl/releases/download/v0.7.0/pods-ctl-linux-amd64"
    
    # Verify checksum
    sha256sum -c pods-ctl-linux-amd64.sha256
    
    # Make executable and move to PATH
    chmod +x pods-ctl-linux-amd64
    mv pods-ctl-linux-amd64 /usr/local/bin/pods-ctl
    

    📋 Full Changelog

    Compare v0.6.1...v0.7.0

    🔨 Build Metadata

    • Git Commit: 30ccec8
    • Build Date: 2026-06-15 06:37:58 UTC

    🔐 Checksums

    843c904a8071a4a9f97295913eb069e97a13ab2d21ac38d63bc62813c2eab889  pods-ctl
    
    Downloads