SupyPlugins 2019.07.09
This is the last release supporting Python 3.4. Future versions will require Python 3.5 or higher.
New features
- NuWeather: support showing extended forecasts via (
weather --forecast
)- This adds pendulum as an optional dependency and a
plugins.NuWeather.outputFormat.forecast
config option.
- This adds pendulum as an optional dependency and a
- NuWeather: added Google Maps and OpenCage as geocoding backends (
config help plugins.NuWeather.geocodeBackend
) - Added a DB migration script from Weather to NuWeather (NuWeather/weather-migrate.py)
- New AQI plugin: fetches air quality index info from aqicn.org
Bug fixes
- FML: update scraper for fmylife.com changes
- NuWeather now saves users in its DB case-insensitively.
- SedRegex: match channel names case-insensitively, since some IRCds don't mangle the case of message targets automatically
Removed features
- Removed Isup and Weather plugins as they are no longer functioning.