From 371552e628df9b9f6fce07c16ae5a308c661e092 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 4 Nov 2015 09:48:24 +0100 Subject: [PATCH] version 0.4.5 - NEW: LAST and LOCATIONS return additional human-formatted ISO timestamp for display, disptst - FIX: otrc dump now contains correct configuration settings which can be restored to phone - FIX: waypoints/config filename extention fixed (otrw/otrc) - NEW: extra.json (in last/username/device/) is merged in and returned in API (#60) - FIX: http server sets utf-8 on JSON responses (API) - NEW: recorder's --norec disables writing REC files - FIX: removed Mosquitto loop timeout; great improvement in HTTP performance - NEW: API supports /last ?fields=a,b,c --- Changelog | 10 ++++++++++ version.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index ddc0d1d..89959f6 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,14 @@ +2015-11-04 version 0.4.5 +- NEW: LAST and LOCATIONS return additional human-formatted ISO timestamp for display, disptst +- FIX: otrc dump now contains correct configuration settings which can be restored to phone +- FIX: waypoints/config filename extention fixed (otrw/otrc) +- NEW: extra.json (in last/username/device/) is merged in and returned in API (#60) +- FIX: http server sets utf-8 on JSON responses (API) +- NEW: recorder's --norec disables writing REC files +- FIX: removed Mosquitto loop timeout; great improvement in HTTP performance +- NEW: API supports /last ?fields=a,b,c + 2015-10-23 version 0.4.4 - FIX: now actually builds without LMDB (not recommended!) - NEW: Add a battery level column to the Table. (#56) diff --git a/version.h b/version.h index 243aeae..1cdd4d2 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.4.4" +#define VERSION "0.4.5"