From 6618cf678a79fd7a89b914b3de310d0a15e974f2 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 11 Jan 2016 20:39:17 +0100 Subject: [PATCH] version 0.4.7 --- Changelog | 8 ++++++++ version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index a7acaec..349a870 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,12 @@ +2016-01-11 version 0.4.7 +- NEW: Beacon messages are now handed to the Websocket server +- UPD: locations API returns data in `data` (no longer in `locations`) +- NEW: google reverse-geo API key is now a run-time option in recorder (#18) +- FIX: table view shows last voltage for Greenwich devices in battery column (#73) +- FIX: normalize acc to double for older device versions +- NEW: API locations/ now has support for CSV (#72) + 2015-11-13 version 0.4.6 - NEW: support batt,ext,status in LAST API for Greenwich device firmware - FIX: reverse geo lookup limited to 2000ms diff --git a/version.h b/version.h index 31f1ea3..8c6c46d 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.4.6" +#define VERSION "0.4.7"