From f39c0d14fc7fdbbb32b3cf945b8dec1c04af1b54 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sun, 13 Sep 2015 10:57:01 +0200 Subject: [PATCH] Version 0.2.4 Signed-off-by: Jan-Piet Mens --- Changelog | 13 +++++++++++++ version.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Changelog diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..4b28afb --- /dev/null +++ b/Changelog @@ -0,0 +1,13 @@ +2015-09-13 version 0.2.4 + +- FIX: incorrect install of wdocs/ (thanks to @rk295) +- FIX: use correct hostname for --hosted mode +- FIX: live map had ugly HTML on hover-over point + +2015-09-11 version 0.2.3 + +- NEW: --hosted mode for recorder + +2015-09-11 version 0.2.2 + +- first public release diff --git a/version.h b/version.h index 6a68486..11abd0c 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.2.3" +#define VERSION "0.2.4"