Releases: balassy/MMM-Futar
Multiple instance fix
No more JSONP
The Futár API has removed support for JSONP, so this release contains a rebuilt data fetch mechanism that works without JSONP.
For developers: the module no longer requires grunt
to run the linters, and all developer dependencies have been updated to their latest versions.
Language fix
This is a bugfix release that resolves the following issue:
- Schedule information always in English (Issue #10)
Security update (lodash, mixin-deep, set-value)
This is a maintenance release that updates all third party developer dependencies to the latest version. This change should not affect the functionality of the module.
- FIXED: Security vulnerabilities in lodash, set-value and mixin-deep developer dependencies are fixed.
Using the new BKK Futár API URL
- FIXED: This release uses the changed BKK API base URL through HTTPS and bypasses the CORS restrictions with JSONP.
Please run npm install
after downloading this version.
Filter early departure times
ADDED: Too early stop times can be hidden with the new hideStopTimesInNextMinutes
configuration setting.
Fixed vehicle icons
- FIXED: The ferry, rail, subway and trolleybus vehicle icons are displayed properly. Subway and trolleybus text colors are slightly adjusted. See issue #5.
Alerts and route names in every stop time
- ADDED: The route name can be displayed in every stop time using the new
showRouteNameInStopTime
configuration switch. - ADDED: The route name can be displayed in every stop time in colors using the new
coloredRouteNameInStopTime
configuration switch. - ADDED: Operational alerts are displayed in every stop time by default, but this behavior can be changed using the properties of the new
alerts
object in the configuration.
Check the README for details about the new configuration options.
Colored symbols and head text
-
ADDED: The symbol and the head text are colored colored by default, but this behavior can be changed with the new colorSymbolInHead, coloredTextInHead, coloredSymbolInStopTime and symbolColors configuration settings. See issue #3 for details.
-
ADDED: More information to the README about how to get the routeId. See PR #2 for details. Thanks @radokristof!
Limiting the number of items
- ADDED: The maximum number of displayed items can be configured with the
maxNumberOfItems
setting.