From e8ca450337896270bb12d67c5010607d22b580c4 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 29 Jun 2021 17:31:05 +0200 Subject: [PATCH] 0.8.7 --- Changelog | 9 +++++++++ Dockerfile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index fe7a73f..03a9a48 100644 --- a/Changelog +++ b/Changelog @@ -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) diff --git a/Dockerfile b/Dockerfile index 0f3162c..48d2acf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL authors="Jan-Piet Mens , Giovanni Angoli # 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