diff --git a/Changelog b/Changelog index a5f91e5..a1b3f3f 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,13 @@ +2016-02-17 version 0.5.0 +- FIX: License: GPL2 (#18) +- NEW: view contains CARD's avatar if available, as does last/ +- FIX: map heights _ought_ to now be ok, also on mobile devices +- NEW: small utility for creating view auth +- NEW: support for VIEWs with optional digest authentication +- NEW: gravatar2card.sh and github2card.py in contrib/faces +- FIX: use of limit in locations api + 2016-02-09 version 0.4.9 - NEW: introduce /etc/default/ot-recorder - UPD: GPX output now contains elevation and UTC time diff --git a/version.h b/version.h index 451f34d..7c1f9ff 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.4.9" +#define VERSION "0.5.0"