mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-08-26 10:37:17 +00:00
0.8.7
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user