Releases: aelindeman/wmata-with-you
Releases · aelindeman/wmata-with-you
v2.5: update SafeTrack schedule
- updates the internally stored SafeTrack schedule to the one that was released today
- unit tests
v2.4: include SafeTrack advisory schedule
- Added the entire official SafeTrack advisory schedule
- In the Advisory list, in its own section
- On station cards, above the station address
- By default, the app will only show the next 7 days' ongoing or upcoming advisories
- Can be changed to up to 60 days, or down to 0, in Settings
- Minor bug fixes
v2.3: Pebble Time Round support
- Recompiled with support for the Pebble Time Round
v2.2: resource fixes
- Fixed the crash when opening the app
- This was because the app was using the deprecated way of loading images. Everything's been migrated to the new way
- Added monochrome resources for Aplite
v2.1: behind-the-scenes improvements
- Refactor the majority of the code so it adheres to more modern Javascript application design principles and can be more easily maintained going forward
- Re-added select-to-refresh on time lists
- Made the Green Line icon a little more "green"
v2.0: buses + saved stations support
Many new features!
- Bus support (thanks dschep!)
- Nearby Metrobus stops are included along with nearby Metrorail stations
- Long-press bus stops to see all the routes and their endpoints that use the stop
- Saved stations & stops
- Save your most frequently used stations and bus stops so you don't have to look for them in the Nearby menu every time
- Doesn't need access to your location, so you can still use the app if you've turned off location services on your phone
- Settings page
- Customize the number of closest stations and bus stops that appear in the Nearby menu
- Choose to show buses or trains first (whichever you use more often)
- Change the menu selection color (why not?)
- Add, remove, and reorder saved stations
- Plus a few performance and usability enhancements
- Shake-to-refresh on bus & train lists
- Compiled with a newer, snappier version of
pebble.js
Plus all the other stuff that was already there, like new color icons for Pebble Time, station (plus, now, bus stop) info, and rail advisory information in a list.
v1.6: colors
- Pretty colors!
- Added support for the Pebble Time
v1.5: added long-press station details
Station details are available when long-pressed, and show the station address, open time, and time of last train.
v1.4
hide stations list before showing error card
v1.3: switch to https api fetches
also a bit of cleanup