• v0.1.12 e6ba608ef4

    SSH Manager v0.1.12
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    Arctic released this 2026-04-21 12:30:55 +00:00 | 11 commits to main since this release

    SSH Manager v0.1.12

    Release date: 2026-04-21

    Summary

    Interactive SSH config manager: connect straight from the menu, live connectivity checks above the main menu, and clearer feedback while probes run.

    Added

    • Connect to Host — First menu item opens an SSH session using the host’s own config: ssh -F <config> <Host> (replaces List Hosts).
    • Live connectivity table — Above the menu: DNS, ICMP ping, TCP port, and SSH probe results with color-coded columns; inventory still grouped by scope (private / public / unresolved) with optional dividers (--no-divider / --no-dividers).
    • Parallel probes — Per-host checks run in parallel (Rayon) to cut wait time on large inventories.
    • Progress UI — While probes run: host label plus a bounded-width progress bar (Indicatif + console), so ultrawide terminals don’t show an endless bar.

    Changed

    • Test configurations menu text updated to describe the live table and Connect to Host.
    • README adjusted for the new menu behavior and version example.

    Dependencies

    • Added: rayon, indicatif, console (and lockfile updates).

    Upgrade notes

    • Rebuild or reinstall the ssh-manager binary from this tag; the menu title reads v0.1.12 from Cargo.toml.

    Compare

    • v0.1.11…v0.1.12
      Includes PR #3: feat: connect-to-host menu, connectivity progress bar with width cap and the chore: release v0.1.12 bump.
    Downloads