Skip to content

v0.13.0: 0.13.0: GitHub-based version checking and self-update

Choose a tag to compare

@VIRUXE VIRUXE released this 14 Sep 20:50
· 59 commits to main since this release

rpf update

  • New rpf update check / rpf update install commands: check GitHub for a newer release, or download and install it in place.
  • A passive daily check (cached, silent, opt-out via --no-update-check / RPF_NO_UPDATE_CHECK / CI) prints a one-line note on stderr when a newer release is available. Never delays a command — checked in the background, reported only after the command finishes.
  • rpf update install verifies the downloaded binary against a SHA256SUMS file, now published alongside every release, before replacing the running binary.

See the README's new "Updating" section for details.