• v0.4.1 865b10c2ae

    v0.4.1
    All checks were successful
    release / release (push) Successful in 27s
    Stable

    Ghost released this 2026-07-02 12:33:07 +00:00 | 31 commits to main since this release

    Added

    • update marks the installed version in the version list (e.g. v0.4.1 (latest, current)), so
      it's clear which one is running.
    • update refuses downgrades. Selecting a release tag older than the installed version stops with
      guidance rather than rolling back — same-version re-installs, forward moves, and branch refs still
      work. Documented in doc/UPDATES.md (with the manual, unsupported bypass).

    Fixed

    • Ambiguous vX.Y.Z ref / wrong checkout. update and the installer now check out release tags via
      refs/tags/<tag>, so a same-named local branch (e.g. a stray heads/v0.4.0 left by an earlier
      git checkout DWIM) can no longer shadow the tag or emit warning: refname '…' is ambiguous. Release
      tags always check out detached at the tagged commit.
    Downloads