From 62590e8ab375e20b2adf6100f2c7d8a65a863de5 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 23 Oct 2015 09:56:00 +0200 Subject: [PATCH] version 0.4.4 - FIX: now actually builds without LMDB (not recommended!) - NEW: Add a battery level column to the Table. (#56) - FIX: waypoints and config dumps are prettyfied - FIX: XML output prints empty tags when fields are requested - NEW: API photo/ endpoint (returns default png on user 404) - NEW: configuration dump (cmd dump) is stored in store/config/$user-$device.otrc - NEW: waypoints dump (Publish Waypoints from device) written to store/waypoints/$user/$device/user-device.otrw --- Changelog | 9 +++++++++ version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index f37dae0..ddc0d1d 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,13 @@ +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) +- FIX: waypoints and config dumps are prettyfied +- FIX: XML output prints empty tags when fields are requested +- NEW: API photo/ endpoint (returns default png on user 404) +- NEW: configuration dump (cmd dump) is stored in store/config/$user-$device.otrc +- NEW: waypoints dump (Publish Waypoints from device) written to store/waypoints/$user/$device/user-device.otrw + 2015-10-19 version 0.4.3 - NEW: recorder exits if Lua script cannot be loaded (#54) - FIX: add fail-safe to CSV parser (#53) diff --git a/version.h b/version.h index a8ec7a2..243aeae 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.4.3" +#define VERSION "0.4.4"