Skip to content

v1.2.0

Choose a tag to compare

@Tech1k Tech1k released this 06 Jun 20:41
· 2 commits to master since this release

Test networks, a JSON API, in-place refresh, and more configuration options.

✨ New

  • Test networks: built-in tBTC, tLTC, tXMR, and sXMR (Monero stagenet), each with its own display name, ticker, and cache.
  • JSON API + Home Assistant: a machine-readable snapshot at ?format=json for Home Assistant, Grafana, and scripts, with an example HA sensor in the README.
  • Connect to this Node box: an opt-in banner for advertising a public node's connection details.
  • Local timezone: the "Updated" time now shows in the viewer's local timezone instead of UTC.
  • In-place auto-refresh: the dashboard updates without a full-page reload, so there's no flash and your scroll position and theme stay put.

⚙️ New configuration

  • REFRESH_SECONDS: refresh interval, or 0 to disable auto-refresh.
  • ENABLE_JSON: turn the JSON API off (e.g. on public hosts).
  • SHOW_CONNECT, CONNECT_ADDRESS, CONNECT_NOTE: the connect box.

🐛 Fixes

  • Monero JSON supply and mempool_total_fee now report whole coins, avoiding an integer overflow in atomic units.