From a11ddb139214ce2d204ec4654079245d092bfb30 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 19 Oct 2015 09:03:00 +0200 Subject: [PATCH] version 0.4.3 - NEW: recorder exits if Lua script cannot be loaded (#54) - FIX: add fail-safe to CSV parser (#53) - FIX: GeoJSON LineString tracks are now sorted by tst and not by received date - FIX: recorder's default label correctly set if not compiling with WITH_LUA (#50) - FIX: Re-zoom map on autozoom enable (#51) - NEW: favicon/logo, thanks to @ckrey (#50) - NEW: contrib/faces/image2card.sh to publish a Recorder-compatible JSON CARD from photo - NEW: multilister adds username/device to JSON location data (#49) --- Changelog | 10 ++++++++++ version.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index b905926..f37dae0 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,14 @@ +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) +- FIX: GeoJSON LineString tracks are now sorted by tst and not by received date +- FIX: recorder's default label correctly set if not compiling with WITH_LUA (#50) +- FIX: Re-zoom map on autozoom enable (#51) +- NEW: favicon/logo, thanks to @ckrey (#50) +- NEW: contrib/faces/image2card.sh to publish a Recorder-compatible JSON CARD from photo +- NEW: multilister adds username/device to JSON location data (#49) + 2015-10-02 version 0.4.2 - FIX: ocat --format csv outputs addr and locality as quoted strings - NEW: live map has a label (set with ot-recorder --label) to indentify instance; connection status is border diff --git a/version.h b/version.h index faea6a2..a8ec7a2 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.4.2" +#define VERSION "0.4.3"