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"