• v0.32.0 34f1431cc5

    v0.32.0
    All checks were successful
    / build-test (push) Successful in 5m48s
    / release (push) Successful in 12s
    Stable

    eofredj released this 2026-07-13 14:15:46 +02:00 | 178 commits to main since this release

    Features

    • feat(tui): auto-refresh mode (T key) and session persistence
    • feat(tui): events pane search, quick filter toggles (F1-F5), expanded resource history

    🔧 Other Changes

    • chore(version): Release v0.32.0
    • perf(tui): single-split pane rendering, cached log filter results, O(N) visible index computation
    • perf(tui): skip redundant ToLower in filter, cache tree depth, remove unused width computation
    • perf(tui): fix ring buffer growth, cache footer counts, cache lipgloss styles, dedupe stripANSI

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 34f1431
    • Build Date: 2026-07-13 12:21:45 UTC

    🔐 Checksums

    4ed22846ae14798995fb2dae0cd27ec893e820a16a51366b171976cef53fd0b8  pods-ctl
    
    Downloads