• v1.1.0 fb61e72e06

    frontend: deep-link via ?instance=; client/frontend default to :9090; Makefile help; v1.1.0

    pim released this 2026-05-01 08:27:16 +00:00 | 7 commits to main since this release

    • cmd/frontend/web: honour ?instance= query parameter on the
      initial scope hydration so /view/?instance=lb-ams opens the dashboard
      scoped to that maglevd. The cookie is updated on consumption; an
      unknown name still falls back to the first server via App.tsx.

    • cmd/client, cmd/frontend: --server now accepts bare hostnames. A new
      internal/netutil.EnsurePort canonicalises addresses by appending
      :9090 when no port is given, with bracketing for bare IPv6 literals.
      Unit test covers the IPv4/IPv6/bracketed/already-ported permutations.

    • Makefile: new self-documenting help target as the default rule;
      every user-facing target now carries a ## description that the
      awk-based help auto-extracts. fixstyle-web skips with a friendly
      message when prettier isn't installed instead of failing on npx.

    Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

    Downloads