• v0.6.0 898f52915f

    v0.6.0
    All checks were successful
    / build-test (push) Successful in 10m16s
    / release (push) Successful in 44s
    Stable

    eofredj released this 2026-06-14 20:48:12 +02:00 | 533 commits to main since this release

    Features

    • feat(tui): add undo stack (P4.4)
    • feat(tui): add exec into container (P3.5)
    • feat(tui): add container diff (P4.3)
    • feat(tui): add sparkline CPU history (P4.2)
    • feat(tui): add eventsCmd and formatEvent helper
    • feat(tui): render events bottom panel in View
    • feat(tui): add E key toggle and eventMsg Update wiring
    • feat(tui): add eventsCmd and formatEvent helper
    • feat(tui): add events stream model fields and message type
    • feat(tui): Health check toast (P3.4 minimal)
    • feat(tui): Full stats panel (P3.3)
    • feat(tui): Pinned pods/favorites (P2.4)
    • feat(tui): Start/stop container actions (P3.1/P3.2)
    • feat(tui): Logs viewer (P2.5)
    • feat(tui): Tabbed detail view (P2.3)
    • feat(tui): Add sort toggle (P2.2)
    • feat(tui): Phase 1 polish + Phase 2 search/filter

    🐛 Bug Fixes

    • fix(tui): resolve eventCancel race in eventsCmd
    • fix(tui): Wire missing Phase 1 key bindings

    📚 Documentation

    • docs: Update handoff after completing Phases 1-3
    • docs: Update handoff for TUI enhancement session

    🔧 Other Changes

    • chore(version): Release v0.6.0

    📦 Installation

    # Download the binary
    curl -LO "https://git.desord.re/desordre/pods-ctl/releases/download/v0.6.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.5.0...v0.6.0

    🔨 Build Metadata

    • Git Commit: 898f529
    • Build Date: 2026-06-14 18:59:01 UTC

    🔐 Checksums

    177c1d40fc246f0cfe509e2e2356d05bd0e1c1c8b349abe5ac680e9b0dd7c9a8  pods-ctl
    
    Downloads