Releases: patrickdemers6/AmesRide
Releases · patrickdemers6/AmesRide
v1.3.0
What's Changed
- upgrade expo sdk to v49 by @patrickdemers6 in #80
- fix miscellaneous issues which could cause unexpected behavior/errors by @patrickdemers6 in #86
- improve route selection ui by @patrickdemers6 in #89
- improve stored data load time by @patrickdemers6 in #95
- fix space in email subject by @patrickdemers6 in #99
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Fixed a bug preventing users with favorite routes from launching the app.
v1.2.0
Ames Ride new fetches data from its own backend. This will improve performance and stability.
Previously, the data was fetched directly from the proprietary API provided by CyRide's vendor. This new backend grabs GTFS and GTFS-rt data, processes it, and pushes it to mobile app users through a websocket.
Pre-Release Websocket
Pre-release version of the app which uses Websockets to retreive data.
v1.0.8
v1.0.7
Minor bug fixes and support for OTA updates.
v1.0.6
- Only move map to user if location is in Ames
- Add Settings Page
v1.0.5
- Bug fixes
- Internal refactor
v1.0.4
- Bug fix for calculating time until a bus arrives.
- Bug fix to ensure no vehicles are shown when viewing all routes.
v1.0.3
- You can now view all routes/stops at once.
- Busses move in smaller increments on the map.
- Loading indicators show when the application is attempting to update data.
- Minor bug fixes.