Skip to content

London Underground Support & Stability Improvments

Compare
Choose a tag to compare
@jfoot jfoot released this 22 Jan 23:52
· 18 commits to master since this release
ca126dd

Added Support for London Underground!

London Underground (LondonUnderground.py) - V1.0.LU

  • Added support for any London Underground Station.
  • Introduced a new "Warning Train Arriving" flashing message.

Bug Fixes

Reading Buses (ReadingBuses.py) - V1.4.RB

  • Stability Improvements - Fixed a rare bug which would cause the display to crash if the number of services scheduled to arrive fluctuated between two to zero services.

National Buses (NationalBuses.py) - V1.5.OT

  • Stability Improvements - Fixed a rare bug which would cause the display to crash if the number of services scheduled to arrive fluctuated between two to zero services.
  • Enabled support to change between a Services ID number and a Services Name, for regions which may support different values (for example Nottingham).
  • Enabled support to turn on and off Next Bus API usage to allow for longer display usage for regions outside of London.

National Rail (NationalRail.py) - V1.3.NR

  • Stability Improvements - Fixed a rare bug which would cause the display to crash if the number of services scheduled to arrive fluctuated between two to zero services.
  • Minor changes to some spellings in the help menu.

Demo Program (Demo.py) - V1.4.EX

  • Updated Demo to reflect changes in ReadingBuses.py

Other

  • Organised resources into a separate folder
  • Introduced requirements.txt, however, documentation should still be read for full information on setting up the program.