diff --git a/Changelog b/Changelog index 03a9a48..32c7d67 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +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) diff --git a/docker-compose.yml b/docker-compose.yml index fa61d52..75569bb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: build: context: . args: - recorder_version: 0.8.7 + recorder_version: 0.8.8 container_name: recorder image: owntracks/recorder