Skip to content

Releases: aelindeman/wmata-with-you

v2.5: update SafeTrack schedule

13 Jan 00:45

Choose a tag to compare

v2.4: include SafeTrack advisory schedule

19 May 19:01

Choose a tag to compare

  • 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

19 May 18:52

Choose a tag to compare

  • Recompiled with support for the Pebble Time Round

v2.2: resource fixes

19 Feb 23:12

Choose a tag to compare

  • 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

18 Feb 06:02

Choose a tag to compare

  • 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

03 Nov 18:33

Choose a tag to compare

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

03 Nov 18:35

Choose a tag to compare

  • Pretty colors!
  • Added support for the Pebble Time

v1.5: added long-press station details

03 Nov 18:37

Choose a tag to compare

Station details are available when long-pressed, and show the station address, open time, and time of last train.

v1.4

03 Nov 18:40

Choose a tag to compare

hide stations list before showing error card

v1.3: switch to https api fetches

03 Nov 18:40

Choose a tag to compare

also a bit of cleanup