Releases: JamesIves/dc-metro-google-assistant-action
1.3.0
1.2.4
1.2.3
1.2.2
Major Changes
- Made a change which now checks if the user has previously invoked the action, and if they have it gives them a different welcome intent.
- Added a help intent which will provide users with the same dialog that is read out when it's a first time user.
Minor Changes
- Fixed an issue with the prettier file that was warning on formats.
1.2.1
Major Changes
- Added the ability to geo locate nearby bus stops. In order for this functionality to work your device must have a screen, either a phone or a home hub will suffice.
Minor Changes
- Added the bus stop nearby directions to the
Bus Commands
intent.
Credits
Thanks again to @lizafloyd for the assistance with testing these changes.
1.2.0
Release Notes
Major Changes
- Implemented bus incident data. You can now ask the action for
Bus stops for stop 123
and be informed of any incidents affecting the stop you requested. This behaves the exact same to the train incident data.
Minor Changes
- Implemented a Good morning/evening and afternoon greeting when the action is invoked depending on the time of day on the East Coast.
- Added a feedback intent which will trigger whenever the user tells the action that there's a bug.
- Moved around the repository code so it's more organized and easier to navigate.
Credits
Big thanks to @lizafloyd for the code reviews once again.
1.1.0
Release Notes
This version introduces a number of changes and new features to the action and has been submitted to Google for deployment.
Major Changes
-
Introduces train incident data, powered by the WMATA API. Whenever a user queries a station it will provide a follow up question asking if they want to hear about incidents affecting that station if there's an incident that affects one of the lines that stop there. The data is read aloud to users with a device with no screen, and for those with a screen displayed in a table.
-
Correctly merges stations with multiple platforms so all of the data is available to the user. Previously stations such as Metro Center were only showing one of its two platforms.
Minor Changes
- Improved overall dialog and conversation patterns.
- Improved code readability.
- Added a lot of test coverage.
- Changed some of the README data, added a new app icon, and more.
Credits
Thanks to Liza Floyd for the PR reviews.
1.0.4
1.0.3
Release Notes
- Added the ability to invoke the dialog using
Train times for Farragut North
andMetro times for Farragut North
, timetable was too English. - Filtered out trains with the destination as
Train
as this is an internal API record for out of service trains. - Fixed a few dialog things, preventing the app from exiting too early. This allows for conversation to flow better.
- Added local timestamps relative to DC when the timetables are generated.