Release 2.5 Available: View Up to 4 Parks at a Time
Release 2.5 lets you watch wait times for up to four parks at once, sorted the way you want. To upgrade, open settings from the options gear icon and follow the instructions at the bottom of the menu. Contact us if you run into any issues.
Speed
- The app now fetches all four parks in parallel with
asyncio.gather()instead of one at a time - Cut retry waits from 2s/4s/6s down to 0.5s/1s/1.5s
- Dropped redundant garbage collection
Bug Fixes
- Fixed the “Group rides by park” toggle on CircuitPython. It was a boolean conversion bug.
- Fixed OTA update errors caused by undefined function calls
- Developer Options now shows its settings every time
- Fixed font directory copying during deployment
- Fixed the exclusion patterns so .DS_Store files stay out of builds
Display
- Cleaned up the display settings
- Centered the wait time displays, so three-digit numbers finally line up
Maintenance
- Removed four unused optimization files
- Added production and development modes so the error log stops flashing