• v0.25.1 c6b817c6c2

    v0.25.1
    All checks were successful
    / build-test (push) Successful in 8m33s
    / release (push) Successful in 38s
    Stable

    eofredj released this 2026-07-07 08:31:21 +02:00 | 269 commits to main since this release

    📚 Documentation

    • docs: update continue-here — 4 of 7 packages wired
    • docs: update continue-here with phase 2 progress

    🔧 Other Changes

    • chore(version): Release v0.25.1
    • test(01): persist human verification items as UAT
    • verify(phase-01): add goal-backward verification report
    • refactor(tui): split update.go — extract non-key message handlers
    • refactor(tui): split panes.go (1218 lines) into per-pane files
    • refactor(tui): wire state.Store — embed *tree.State in Model
    • refactor(tui): wire layout.AdaptiveLayout into computeLayout
    • refactor(tui): wire overlay package — Stack.Update/Render for all overlays
    • refactor(tui): wire overlay package — Stack for overlay tracking
    • refactor(tui): wire input package — FocusManager for focus cycling
    • refactor(tui): wire widgets package — replace rendering helpers
    • refactor(tui): wire stream package — replace streamBuffer with stream.Buffer
    • refactor(tui): wire theme package into TUI
    • wip: tui-refactor phase 2-5 packages extracted (not yet wired)
    • wip: tui-refactor paused at 1/6 (tree package extracted)

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: c6b817c
    • Build Date: 2026-07-07 06:40:25 UTC

    🔐 Checksums

    cb5fdabea21b05b8bdd08fcbac4f75e57a4b292b10d13b12a2d613f3d91dbfac  pods-ctl
    
    Downloads