Fixes
- Fixed a crash that took down the watch when switching lines at large stations (e.g. Union Sq). Root cause: a stack overflow in the split-flap render path; the flip's render arrays now live in static storage instead of the app stack.
Features
- Station name on the watch face no longer repeats the line list (e.g. "14 St-Union Sq (456LNQRW)" now shows as "14 St-Union Sq"). The full name is still shown in the phone settings/favorites.
- Each station now remembers the line and direction you last viewed it on, and reopens there when you come back (last 16 stations, kept across restarts).
- When you're not near the NYC system (e.g. traveling), the Nearest slot now defaults to Times Sq-42 St instead of a far-off "closest" station.
Improvements
- Round-display (Pebble Time Round / PT2) framebuffer safety for the flip, zip, wipe, and ghost effects, with a rect fast path so there's no per-frame cost on rectangular watches.
- Clean build: silenced the NEXT-row format-truncation warnings.
- PATH train support
- Diamond express train support
Some stations were broken into lines (14th St for example), this merges multi line stations so you can browse all lines at once.
Better service disruption information. Double tap back for full service status text.
No release notes available