• v0.11.1 fb95ea6cb1

    v0.11.1
    All checks were successful
    / build-test (push) Successful in 9m50s
    / release (push) Successful in 43s
    Stable

    eofredj released this 2026-06-21 02:03:18 +02:00 | 480 commits to main since this release

    🔧 Other Changes

    • chore(version): Release v0.11.1
    • refactor(tui): consistently handle panes with a unified Pane abstraction

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: fb95ea6
    • Build Date: 2026-06-21 00:13:45 UTC

    🔐 Checksums

    26d99349e3ea0167a2dcc2d15fba0cd445d144a0ce9d918ed745080e276b8ec3  pods-ctl
    
    Downloads
  • v0.11.0 8ce62c3070

    v0.11.0
    All checks were successful
    / build-test (push) Successful in 4m40s
    / release (push) Successful in 29s
    Stable

    eofredj released this 2026-06-21 00:21:28 +02:00 | 482 commits to main since this release

    Features

    • feat(tui): add tree pane title and number-key focus shortcuts

    🐛 Bug Fixes

    • fix(tui): clip pane contents horizontally and keep right border

    🔧 Other Changes

    • chore(version): Release v0.11.0

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 8ce62c3
    • Build Date: 2026-06-20 22:26:33 UTC

    🔐 Checksums

    32966056b319e21fd394b282a2996bc2ab81bc2a232887ecb62dd7879ebed2b9  pods-ctl
    
    Downloads
  • v0.10.0 453134b840

    v0.10.0
    All checks were successful
    / build-test (push) Successful in 7m19s
    / release (push) Successful in 17s
    Stable

    eofredj released this 2026-06-20 23:00:40 +02:00 | 485 commits to main since this release

    Features

    • feat(tui): refactor browse layout, pane sizing, and navigation

    🔧 Other Changes

    • chore(version): Release v0.10.0

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 453134b
    • Build Date: 2026-06-20 21:08:17 UTC

    🔐 Checksums

    eec5014560787ba88f8d9989c1cee5a959c8e03304a78232df82ca92df2795fd  pods-ctl
    
    Downloads
  • v0.9.0 ea9cb142c1

    v0.9.0
    All checks were successful
    / release (push) Successful in 1m12s
    / build-test (push) Successful in 4m58s
    Stable

    eofredj released this 2026-06-20 21:15:40 +02:00 | 487 commits to main since this release

    Features

    • feat(tui): redesign browse layout and pane focus model

    🔧 Other Changes

    • chore(version): Release v0.9.0

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: ea9cb14
    • Build Date: 2026-06-20 19:21:29 UTC

    🔐 Checksums

    41559fcb6c316b0e1085cfb733fce9a0a0fee16d54d8705eae75b6aa334a9a79  pods-ctl
    
    Downloads
  • v0.8.0 0be3c81e2a

    v0.8.0
    All checks were successful
    / build-test (push) Successful in 5m51s
    / release (push) Successful in 37s
    Stable

    eofredj released this 2026-06-20 19:11:16 +02:00 | 489 commits to main since this release

    Features

    • feat(01-03): dynamic focus cycle, footer hints, and tests for streaming panes
    • feat(01-03): render Logs/Events as first-class right-side streaming panes
    • feat(01-02): wire Update handlers, cancellation, and focus/scroll behavior
    • feat(01-02): implement streaming commands for logs and events
    • feat(01-02): add streaming state stubs, message types, and Wave 0 tests
    • feat(01-01): implement ContainerLogsStream endpoint
    • feat(01-01): implement bounded byte+line ring buffer
    • feat(01-01): add compileable stubs and Wave 0 tests for streamBuffer and ContainerLogsStream
    • feat(tui): update footer and help for multi-pane focus
    • feat(tui): auto-fetch inspect on container selection; remove i key
    • feat(tui): add inspect Attributes section and Nerd Font icons
    • feat(tui): add inspect section cursor and expand/collapse
    • feat(tui): implement Tab focus cycling and per-pane scroll keys
    • feat(tui): split Detail/Inspect/Stats into three panes with per-pane scroll
    • feat(tui): add pane focus types and inspect section state

    🐛 Bug Fixes

    • fix(01-03): preserve events.lastSeen on close and reschedule idle event consumer

    📚 Documentation

    • docs(planning): record Phase 01 completion and verification report
    • docs: refine TUI multi-pane implementation plan
    • docs: add TUI multi-pane implementation plan
    • docs: add TUI multi-pane navigation and inspect drill-down design

    🔧 Other Changes

    • chore(version): Release v0.8.0
    • test(01-03): add regression tests for event resume and idle consumer
    • test(01-03): race-free integration tests for streaming panes

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 0be3c81
    • Build Date: 2026-06-20 17:17:39 UTC

    🔐 Checksums

    202597db40cf93d041eb00fe7995398a52aa026644f957cad8e10f199fac24f6  pods-ctl
    
    Downloads
  • v0.7.1 27a9f2440c

    v0.7.1
    All checks were successful
    / build-test (push) Successful in 4m45s
    / release (push) Successful in 32s
    Stable

    eofredj released this 2026-06-15 20:17:59 +02:00 | 512 commits to main since this release

    🔧 Other Changes

    • chore(version): Release v0.7.1
    • chore: refresh codebase map (.planning/codebase/)

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 27a9f24
    • Build Date: 2026-06-15 18:23:05 UTC

    🔐 Checksums

    ed0f215fc57a682a938a0d47713f5fa1221b02a2d87aacd791c7c55e03d1a6d2  pods-ctl
    
    Downloads
  • 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
  • v0.6.1 50d06bf7ee

    v0.6.1
    All checks were successful
    / build-test (push) Successful in 4m50s
    / release (push) Successful in 22s
    Stable

    eofredj released this 2026-06-14 22:40:12 +02:00 | 528 commits to main since this release

    🐛 Bug Fixes

    • fix(tui): allow expanding pods that have no children yet
    • fix(tui): use podman pod name instead of quadlet name for API calls

    📚 Documentation

    • docs: TUI UX implementation plan
    • docs: TUI Fancy Tree + Smart Overlay design spec

    🔧 Other Changes

    • chore(version): Release v0.6.1

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 50d06bf
    • Build Date: 2026-06-14 20:45:23 UTC

    🔐 Checksums

    23c68e8afb3b20c7587bfd1df7c47add3e2c22d908fc1b7516e735333eee2e11  pods-ctl
    
    Downloads
  • 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
  • v0.5.0 2ae4c4d742

    v0.5.0
    All checks were successful
    / release (push) Successful in 19s
    / build-test (push) Successful in 9m52s
    Stable

    eofredj released this 2026-06-14 16:44:07 +02:00 | 555 commits to main since this release

    Features

    • feat(completion): Add pods-ctl completion command for bash/zsh/fish/powershell

    🔧 Other Changes

    • chore(version): Release v0.5.0

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 2ae4c4d
    • Build Date: 2026-06-14 14:48:36 UTC

    🔐 Checksums

    46870ec4492bfedac9f3911ae79522befdd944d0852ef6f2f132b3c55693eed9  pods-ctl
    
    Downloads