mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-16 10:28:27 -07:00
7e69f2b991
- NEW: ot-recorder stores received (shared) waypoints in waypoints/ - NEW: ot-recorder --quiet to disable info on stdout - FIX: full rewrite of on_message(); needs testing! - FIX: recorder logs MQTT connection request - FIX: Lua's otr_exit is now invoked on exit - FIX: SIGINT and SIGTERM gracefully stop the recorder - NEW: Lua hook support - FIX: kill now removes card and its containing directory if available
64 lines
2.1 KiB
Plaintext
64 lines
2.1 KiB
Plaintext
2015-09-21 version 0.4.0
|
|
- NEW: ot-recorder stores received (shared) waypoints in waypoints/
|
|
- NEW: ot-recorder --quiet to disable info on stdout
|
|
- FIX: full rewrite of on_message(); needs testing!
|
|
- FIX: recorder logs MQTT connection request
|
|
- FIX: Lua's otr_exit is now invoked on exit
|
|
- FIX: SIGINT and SIGTERM gracefully stop the recorder
|
|
- NEW: Lua hook support
|
|
- FIX: kill now removes card and its containing directory if available
|
|
|
|
2015-09-15 version 0.3.0
|
|
- FIX: ocat lowercases device/username (reported by tiptronic)
|
|
- NEW: XML support in storage and ocat --format xml
|
|
- FIX: display (lat,lon) in table if no address available
|
|
- FIX: nasty memory leak in locations from storage
|
|
- FIX: LAST now carries isotst
|
|
- FIX: ocat --last now supports CSV output (with fields)
|
|
- NEW: demo data in etc/ with description
|
|
- NEW: index.html has links to -12h, -7d, and -30d for convenience
|
|
- NEW: add API q= to query geo cache for particular lat,lon
|
|
- FIX: close two memory leaks
|
|
- NEW: add systemd unit file
|
|
|
|
2015-09-15 version 0.2.9
|
|
- FIX: added API description and diagram to documentation
|
|
- NEW: kill has been surfaced into the API (disabled by compile flag by default)
|
|
- FIX: kill now also deletes LAST file and its parent directories if empty
|
|
- NEW: ocat --load-ghash can load revgeo db
|
|
- NEW: ocat --dump-ghash dumps content of revgeo db
|
|
- FIX: main index now shows users/devices already in storage
|
|
|
|
2015-09-14 version 0.2.8
|
|
- FIX: undo ocat -v change
|
|
|
|
2015-09-14 version 0.2.7
|
|
|
|
- FIX: ocat -v correctly displays configured JSON_INDENT
|
|
- FIX: spec file now builds packages on OBS
|
|
|
|
2015-09-14 version 0.2.6
|
|
|
|
- FIX: source of doc root renamed to docroot
|
|
|
|
2015-09-14 version 0.2.5
|
|
|
|
- FIX: renamed wdocs to htdocs
|
|
- FIX: updated spec file and renamed defaults
|
|
- FIX: log with which clientID user is connecting to Hosted
|
|
to aid in trouble-shooting
|
|
|
|
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
|