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