Releases: fabell4/Hermes
Releases · fabell4/Hermes
v0.6.2-beta
Fixed
- Docs release pipeline - added dedicated GitHub Pages Jekyll workflow
(.github/workflows/docs.yml) for public docs deployment and fixed Forgejo internal
docs build to run bundler/jekyll fromdocs/reliably in CI containers.
Docker image: docker pull ghcr.io/fabell4/hermes:0.6.2-beta
v0.6.1-beta
Changed
- GitHub Pages theme — switched from
jekyll-theme-hackerto the custom
fabell4/green-flame-jekyllremote theme viajekyll-remote-theme; updateddocs/Gemfile,
docs/_config.yml(remote_themekey,jekyll-remote-themeplugin), and
docs/assets/css/style.scss(@import "main").
Docker image: docker pull ghcr.io/fabell4/hermes:0.6.1-beta
v0.6.0-beta
Changed
- Version milestone — Bumped to v0.6.0-beta. Consolidates all post-0.5-beta work
including InfluxDB exporter, Grafana integration, outage detection, enhanced diagnostics
(packet loss, quality score, SLA monitoring, server pinning), UI enhancements, ntfy
authentication fix (X-Api-Key header), and release pipeline updates.
Docker image: docker pull ghcr.io/fabell4/hermes:0.6.0-beta
v0.5-beta
Changed
- Version milestone — Bumped to v0.5-beta. Consolidates all 0.4.x-beta patch releases
including docs layout overhaul, sidebar navigation, release pipeline hardening, and
security/performance improvements.
Docker image: docker pull ghcr.io/fabell4/hermes:0.5-beta
v0.4.3.24-beta
Fixed
- Docs layout — Header content now respects the same max-width and padding as the body,
preventing it from bleeding to the left edge of the screen. - Docs navigation — Added missing pages: Security Audit, Security Enhancements, Error Catalog,
Error Handling Conventions, and Error Messages.
Docker image: docker pull ghcr.io/fabell4/hermes:0.4.3.24-beta
v0.4.3.23-beta
Fixed
- Docs layout — Removed duplicate
#sidebar nav ul liCSS selector (lint error). Merged
display: block,margin-bottom, andmargin-rightinto a single rule.
Docker image: docker pull ghcr.io/fabell4/hermes:0.4.3.23-beta
v0.4.3.22-beta
Fixed
- Docs layout — Pages site now renders a proper two-column layout with a sticky left-hand
sidebar. Added flexbox rules to_layouts/default.htmlsince the hacker theme provides no
multi-column layout. Sidebar nav items now display vertically (overrides the global
inline-blockrule fromstyle.scss). Collapses to single column on mobile.
Docker image: docker pull ghcr.io/fabell4/hermes:0.4.3.22-beta
v0.4.3.21-beta
Fixed
- Release pipeline — GitHub Pages API
POST /pagesreturning HTTP 500 no longer fails the
publish job. Non-201/409/422 responses are now treated as a non-fatal warning so Docker image
publishing is not blocked by a transient GitHub infrastructure error.
Docker image: docker pull ghcr.io/fabell4/hermes:0.4.3.21-beta
v0.4.3.20-beta
Fixed
- Favicon not rendering — SPA fallback route now serves root-level static files (e.g.
favicon.png,robots.txt) directly from thedistdirectory before falling back to
index.html. Previously, all non-asset paths returnedindex.html, causing the browser to
receive HTML when requesting the favicon.
Docker image: docker pull ghcr.io/fabell4/hermes:0.4.3.20-beta
v0.4.3.19-beta
Fixed
- Release pipeline — GHCR package now auto-links to the public
fabell4/Hermesrepo. Added.github/workflows/link-ghcr-package.ymlwhich re-pushes the image usingGITHUB_TOKEN(required for GitHub's auto-link). Thepublish-publicjob now triggers this workflow viaworkflow_dispatchafter each release push.
Docker image: docker pull ghcr.io/fabell4/hermes:0.4.3.19-beta