]> www.average.org Git - loctrkd.git/blob - debian/changelog
Release 0.92
[loctrkd.git] / debian / changelog
1 gps303 (0.92) experimental; urgency=low
2
3   [ Eugene Crosser ]
4   * "When you start a pattern with *, you must use quotes."
5   * add github action
6   * allow imei as the document path
7   * Report status (with battery %) to the webpage
8   * Add references to the doc/source
9   * webdemo: draw very simplistic line between locs
10
11  -- Eugene Crosser <crosser@average.org>  Mon, 23 May 2022 23:55:46 +0200
12
13 gps303 (0.91) experimental; urgency=low
14
15   [ Eugene Crosser ]
16   * fix log message using unknown variable
17
18  -- Eugene Crosser <crosser@average.org>  Tue, 10 May 2022 09:42:30 +0200
19
20 gps303 (0.90) experimental; urgency=low
21
22   [ Eugene Crosser ]
23   * Expand README
24   * clean a couple of TODOs in wsgateway
25   * make parse_message return UNKNOWN on parse crash
26   * reimplement backlog query again
27   * A hack in packet framing to false stop bytes match
28   * do not respond to hibernation; minor cleanup
29   * wsgateway with new message distribution model
30   * fix zmq subscription topics
31   * misc black reformatting
32   * fill in `when` in Resp packet
33   * WIP retoure messaging
34   * Partly revert "Broadcast location, gps and approximated"
35
36  -- Eugene Crosser <crosser@average.org>  Tue, 10 May 2022 09:09:08 +0200
37
38 gps303 (0.01) experimental; urgency=low
39
40   [ Eugene Crosser ]
41   * adjust debianization to wsgateway
42   * Update evstore schema to support in and out msgs
43   * WIP on supporting multiple markers
44   * WIP on baclog fetcher
45   * lookaside - do not look for offline positioning
46   * wsgateway aggregate subscriptions upstream
47   * support subscriptions on the client side
48   * wsgateway read html file every time
49   * Webdemo use its url as the base for ws url
50   * wsgateway properly handle write-busy websockets
51   * Make constructor of protocol objects more elegant
52   * mock use persistent history for enrered commands
53   * Show coordinates on the map
54   * WIP on ws gateway, it now works
55   * Make ws gateway act as http server too
56   * WIP on websocket gateway
57   * Try to make systemd target more robust
58   * lintian: override "unusual target"
59   * some cleanup of debianization
60   * set umask for group-writable unix domain sockets
61   * Change LocEvt to use json encoding
62   * remove local conf, add license
63   * Broadcast location, gps and approximated
64   * clean up `from_packet()`
65   * expand README
66   * update gitignore debianization
67   * debianize
68   * add command line script
69   * cleanup of gps303proto
70   * update mkgpx to the new api
71   * export all classes
72   * remove forgotten make_packet() call
73   * command line frontend accepts `key=value` args
74   * Accept various arg formats for `Out` construction
75   * Fix metaclass, now works
76   * WIP convert to In/Out nested classes
77   * zmsg: always pack IPv6 address (mapped for IPv4)
78   * Remove deprecated functions
79   * Don't make unneeded responses, better debug log
80   * introduce command-line forntend to send cmds
81   * make `response` class method again
82   * fix var name
83   * introduce `class_by_prefix()`
84   * add some more message types
85   * Use config from the config file to config
86   * Add some more commands
87   * Do not respond to "Manual positioning"
88   * remove obsolete __main__
89   * the whole shebang is working now
90   * change storage format - save the whole packet
91   * use old address format in the event database
92   * Support IPv6 on client socket
93   * full encoder/decoder for zmq messages
94   * implement `inline_response()`
95   * cleanup, make monolitic app work again
96   * initial storage service
97   * make collector.py work
98   * WIP to reorganise to microservices
99   * rename protocol module to "gps303proto"
100   * Initial version of zmq based architecture
101   * drop unresolvable points in mkgpx
102   * add lookaside module and opencellid lookup
103   * define more protocol units
104   * add README
105   * Work with cell location data; use opencellid
106   * A script to parse data from the database
107   * Use command line args and config more
108   * use correct config entry
109   * introduce config
110   * add necessary responses
111   * make object parser and sqlite store
112
113  -- Eugene Crosser <crosser@average.org>  Sat, 7 May 2022 13:21:55 +0200