version 0.4.2

This commit is contained in:
Jan-Piet Mens
2015-10-02 08:58:19 +02:00
parent cd816032b2
commit e486af45ca
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
- FIX: index.html uses UTC to go back in time
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
- NEW: live map has toggle button to auto-fit (zoom)
- NEW: live map fits to show all devices (#46, #47) with &fit=1 (#48)
- NEW: recorder --initialize non-destructively creates databases (#45)
- INT: added multilister (not yet surfaced to API) (#36)
- FIX: index.html uses UTC to go back in time (reported by Ben)
- NEW: recorder can use Lua otr_putrec() to prohibit REC file writing (#27)
- FIX: storage removes waypoints on kill (#34)
- FIX: storage removes photo on kill (#30)

View File

@@ -1,4 +1,4 @@
%define version 0.4.1
%define version 0.4.2
Name: ot-recorder
Version: %{version}

View File

@@ -1 +1 @@
#define VERSION "0.4.1"
#define VERSION "0.4.2"