generated from eblume/project-template
-
Release v1.1.0 Stable
released this
2026-06-04 15:09:32 -07:00 | 22 commits to main since this releaseRelease v1.1.0
What's Changed
Features
- Opt-in (default off) hephd self-update:
hephd --self-updatepolls the forge for a newer release on an interval and, when one appears, rebuilds viacargo installfrom the release tag (anonymous HTTPS clone of the public repo — no credentials) and restarts onto the new binary. Enable it on the managed service withheph daemon start --self-update(which also bakes a cargo-capablePATHinto the launchd/systemd unit and switches systemd toRestart=alwaysso a clean self-exit respawns). The install mechanism is verified end-to-end; a live cross-version upgrade is confirmed on the first release after this lands. Also hardens hub resilience: the daemon's HTTP client now has a 30s timeout so a black-hole hub can't stall the sync/self-update loop.
Assets
docs-v1.1.0.tar.gzcontains the static docs site.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.1.0.tar.gz
0 downloads ·
2026-06-04 15:09:45 -07:00 · 590 KiB
- Opt-in (default off) hephd self-update: