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