v1.2.0
Test networks, a JSON API, in-place refresh, and more configuration options.
✨ New
- Test networks: built-in
tBTC,tLTC,tXMR, andsXMR(Monero stagenet), each with its own display name, ticker, and cache. - JSON API + Home Assistant: a machine-readable snapshot at
?format=jsonfor 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, or0to 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
supplyandmempool_total_feenow report whole coins, avoiding an integer overflow in atomic units.