1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
1.14
* Improve clean and dist targets
* Replace xtermcolor with blessed
1.13
* Rename resaplan to trip-vgr (Västra Götaland Regionen)
1.12
* Rename trip to resaplan
1.11
* Hide cancelled trips. I don't see the point in showing when a
bus was supposed to go.
* Embed the new API key, to use if there is no configuration
1.10
* Handle issue where vässtrafik tells me to walk instead, and
does so using a different format than when it tells me to walk
between 2 stops.
1.9
* Use the new API
* Show distruptions, cancellations and notes
* In trip it is possible to specify the time of
departure or arrival.
This is done only via command line.
1.8
* Fix crash when user lacked a cache directory
1.7
* Now ships to pypi
* Uses setup.py
* Configuration is parsed without an external dependency
1.6
* Fix crash when the trip includes a taxi ride
* Move project to codeberg
1.5
* Fix background/foreground colour swapping
* Document workaround to fix emojis in terminal
1.4
* Correctly align unicode in terminal
1.3
* Create cache directory in the remote eventuality that it doesn't exist
1.2
* Show vehicle type in stops as well
* Do not print blank lines before the stop board
* Cache authentication token. Less network wait time
1.1
* Proper packaging
1.0
* Initial release
|