Files
docker-recorder/Changelog
2022-03-14 09:29:32 +01:00

23 lines
1.0 KiB
Plaintext

2022-03-14 version 0.8.8
- FIX: make secs time_t in otr_strftime() (#375)
- FIX: inaccurate logo name in manifest and missing image (#372)
- FIX: Alpine compiler warning on strncpy in geohash.c (#369)
- FIX: ocat outputs GeoJSON Feature with properties{} (#367)
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