• v1.0.1 5f3ea04469

    victor released this 2026-06-15 07:00:04 +00:00 | 0 commits to main since this release

    Fixed

    • AWS auth panel stuck on "checking…" when the session is expired.
      The dashboard only handled two states — authenticated and awsmfa
      errored — so an expired session (where awsmfa reports
      "Not authenticated." with no error) fell through to the loading
      spinner and looked like it had hung. The panel now distinguishes
      "not yet checked" from "checked, not authenticated" and shows
      ✗ re-auth needed for any non-authed result.

    Upgrade

    go install git.abrell.se/victor/mydev@latest

    or from a clone: git pull && go build -o mydev . && sudo mv mydev /usr/local/bin/

    Note: a stale binary will not pick up this fix — make sure you rebuild/reinstall.

    Downloads