Releases: w-henderson/NimTrains
NimTrains v0.1.3
In this release, we've fixed a bug where cancelled trains would be treated as departures, and therefore crashed the program as they don't have a departure time. We've resolved this by removing cancelled trains from the departure board.
NimTrains v0.1.2
In this release, we've fixed a bug causing trains with yet-to-be-estimated departure times to crash the program - now they just default back to timetabled times. We've also improved error handling to speed up development were an error like this one to crop up again!
NimTrains v0.1.1
In this release, we have a couple of bug fixes, one of which caused full-on program crashes. These are now fixed, but if you find any more, please open an issue!
NimTrains v0.1.0
This is the first release of NimTrains. Please refer to the README for usage instructions, or simply run the executable for some help.