This commit is contained in:
Jan-Piet Mens
2021-06-29 17:31:05 +02:00
parent b4d90ef2a6
commit e8ca450337
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -1,4 +1,13 @@
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)
+1 -1
View File
@@ -4,7 +4,7 @@ LABEL authors="Jan-Piet Mens <jpmens@gmail.com>, Giovanni Angoli <juzam76@gmail.
MAINTAINER Malte Deiseroth <mdeiseroth88@gmail.com>
# build with `docker build --build-arg recorder_version=x.y.z '
ARG recorder_version=0.8.6
ARG recorder_version=0.8.7
COPY entrypoint.sh /entrypoint.sh
COPY config.mk /config.mk