Files
docker-recorder/Changelog
Jan-Piet Mens e8ca450337 0.8.7
2021-06-29 17:31:05 +02:00

18 lines
798 B
Plaintext

2021-06-29 version 0.8.7
- UPD: Leaflet GeoJSON map point popups now contain accuracy if available (#352)
- FIX: prefix Content-Length by X- to avoid issues with chunked encoding #350
- FIX: fix off-by-one error introduced in #328 (Safari only)
2020-03-10 version 0.8.6
- FIX: default views directory results in view not found (#338)
- UPD: add JSON.lua into /config (https://github.com/owntracks/recorder/issues/340)
- UPD: Remove healthcheck feature (systemd log spam). (#35)
- UPD: run ot-recorder as non-privileged user (#33)
- FIX: comment out CAPATH in recorder.conf (#339)
- UPD: update entrypoint to allow passing arguments to ot-recorder (#29)
- FIX: recorder.conf erroneously contain configured cert/key files (#27)
- NEW: allow building with Recorder version specified at build time