blob: 68dc1d20dc0168777019bf3264571c46bd83ac47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Revision history for tracktrain
## 0.0.2.0 -- 2024-05-??
* Hopefully first version usable in production?
* Restructure: database contents no longer depend on GTFS, so the GTFS can
be safely swapped out during operation
* Restructure: the backend server is no responsible for keeping track of which
trip on OBU is on, further minimising the required onboard-side logic
* Logs can now be sent as push notifications via ntfy-sh
* added Space-Time diagrams. These will not work correctly if stops are in different time zones
## 0.0.1.0 -- ~ 2022-11-01
* First version. Released on an unsuspecting world.
* First version which could successfully send data to Google
|