- Frontend: Show accuracy circles. Show other location data when hovering. (!120)
- To not overload the map, circles are only shown for the selected location and for the 5 locations before/after it.
- To not overload the map, circles are only shown for the selected location and for the 5 locations before/after it.
- Embed frontend code in Go binary, by @sheogorath. (#24)
- If the
--web-dir
option is NOT specified, the embedded frontend files are used.
- If the
--web-dir
is specified, ALL embedded files are ignored.
- If the
- Make OSM tile server configurable with the
TileServerUrl
option, by @wunderliebe. (#61)
- Expose a Prometheus
/metrics
endpoint (see theMetricsAddrPort
option). (#113)
- An example Grafana template is available.
- An example Grafana template is available.
- Store
last_seen_time
for accounts (!128)
- Fix: preserve map zoom level when stepping through locations. (!118)
- Other small changes, see the commit history.
For more details, see the announcement blog post.