-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Release Notes | ||
|
||
## v1.1.0 | ||
|
||
- Added optional supoprt for "slow stations". | ||
|
||
Trains that don't stop at a slow station are marked as "fast", showing a small | ||
icon. | ||
|
||
NB: To use this feature you need to run a the custom web server below to get | ||
the calling stations. | ||
|
||
- Implemented custom web server. | ||
|
||
This is so that we can reduce the JSON response message from RTT to only the | ||
fields we're interested in, and to add additional calling-at stations that are | ||
too memory-intensive to run on-device. | ||
|
||
- Fixed incorrect destination station for cancelled trains. | ||
|
||
## v1.0.0 | ||
|
||
- Initial release |