Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@tomwardio tomwardio released this 29 Jan 20:14
· 4 commits to main since this release
  • 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.