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