• v0.3.0
    Some checks failed
    continuous-integration/drone/tag Build is failing
    Stable

    cinco released this 2026-03-01 03:19:16 +00:00 | 41 commits to main since this release

    Added

    • Dependency check for fzf and tmux at startup, before any operation
    • Automatic Linux package manager detection (apt, pacman, dnf, yum, zypper, emerge, xbps, apk)
    • Interactive installation prompt when required tools are missing
    • deps module with injectable BinaryChecker trait for unit testing without hitting the real system
    • Integration tests in tests/deps.rs (11 tests using real SystemBinaryChecker)
    • Docker test suite in tests/docker/ with 15 scenarios simulating a fresh Ubuntu 24.04 user

    Fixed

    • Release pipeline publish step now reads DRONE_TAG via awk ENVIRON to prevent Drone's
      ${VAR} substitution from wiping local shell variables before the shell runs
    Downloads