• v1.1.1 33f6d95453

    Ghost released this 2026-06-04 15:37:32 -07:00 | 20 commits to main since this release

    Release v1.1.1

    What's Changed

    Bug Fixes

    • Fix hephd --self-update never detecting releases: the release poll used the daemon's reqwest client, which is built without a TLS backend (default-features = false), so every HTTPS request to the forge failed (release check failed: requesting forge releases/latest). The poll now uses ureq — already a dependency, with a rustls/ring TLS stack that needs no system libraries (and no cmake/aws-lc-sys). Hub sync is unaffected (it is plain HTTP).

    Assets

    • docs-v1.1.1.tar.gz contains the static docs site.
    Downloads