Skip to content

Latest commit

 

History

History
144 lines (127 loc) · 5.54 KB

CHANGELOG.md

File metadata and controls

144 lines (127 loc) · 5.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Added a stab command to stab other users
  • Add Python 3.8, 3.9 to testing matrix
  • Add support for channel keys (#95)
  • Officially support channel keys across the whole bot
  • Add missing default config keys
  • Add spam protection in herald.py
  • Add config reload hooks

Changed

  • Replace DarkSky with OpenWeatherMap
  • Updated wine.json (Vault108)
  • Refactor tests to remove dependency on mock library
  • Change link_announcer.py to only warn on connection errors
  • Change user lookup logic in last.fm plugin
  • Refactor minecraft_ping plugin for updated mcstatus library
  • Expand youtube.py error information
  • Handle 'a' vs 'an' in drinks plugin
  • Apply rate limiting to regex hooks

Fixed

  • Fixed config reloading
  • Fix matching exception in horoscope test
  • Fix youtube.py ISO time parse
  • Fix grammatical error in food sentence (beer)
  • Update youtube plugin to use proper contentRating API
  • Update mylife.py for website changes
  • Fixed handling of colons in core IRC parser
  • Fix FML random URL
  • Update tvdb.py to v3 TVDB API
  • Fix channel parameter handling in IRC client
  • Fix trying to use a local bind address when it isn't set
  • Fix creating the log dir in log.py

Removed

  • twitch.py removed due to outdated API and lack of maintainer
  • metacritic.py removed due to broken scraper and lack of maintainer
  • amazon.py removed due to broken scraper and no maintainer
  • newegg.py removed due to broken scraper and no maintainer
  • Removed path patching in main module
  • rua.py removed due to website no longer existing that it's based off
  • Python 3.5 support dropped
  • Removed geoip plugin
  • Removed yandex translate plugin
  • Removed soundcloud plugin due to API removal
  • Removed imdb.py, the backing app is not being maintained and is broken

[1.3.0] 2020-03-17

Added

  • Added do_sieve keyword to hooks
  • Add the factoid character in the listfacts output

Changed

  • Cleaned up the timeformat API and implementation (#32)
  • Updated cryptocurrency to new CoinMarketCap API

Fixed

  • Disconnect active vs configured channel lists (#11)
  • Fix reminder tests time based errors
  • Handle empty results in YouTube API responses
  • Fix .urban handling numbers in the query
  • Fix the possible -0 in weather data
  • Fix random truncations of search result URLs
  • Fix listfacts not listing some facts
  • Fix wikipedia summary fetching
  • Fix loading modules with dynamic objects at the module scope (#102)

Removed

  • Removed rottentomatoes plugin as the API has been removed
  • Removed dig plugin as jsondns is gone

1.2.0 2019-11-27

  • Many undocumented changes
  • Undocumented changes
  • Remove webUI

This update is pretty big. Be warned.

  • Improved flip command.
  • Added new time command that gets time for location.
  • Added locate command that locates a place on Google Maps.
  • Change weather command to use new location API from the two above.
  • Added more kill messages.
  • Revamp lastfm with more commands and better memory.
  • Add new poll command. Still not perfect.
  • Replaced old dictionary plugin with new Wordnik plugin.
  • Revamped Soundcloud command.
  • Revamped chatbot command.
  • Switched back to google search.
  • Added new issafe plugin.
  • And a whole lot of minor tweaks and fixes.
  • Security fixes.
  • Added new "Would you rather" plugin.
  • Added pig latin translator, requires new nltk module
  • Added reminder command
  • Added new periodic hook (does not support reloading properly yet, so use with caution)
  • Added priority sorting to sieve hooks
  • Started work on new documentation for 1.1
  • Did some minor internal refactoring
  • Fix geoip for queries with no region, fix youtube bug, add flip command
  • Adjust ratelimiter cleanup task, add octopart API key, fix brainfuck, sort mcstatus output.
  • More minor changes to plugins, fixed rate-limiting properly, banished SCP to CloudBotIRC/Plugins, added wildcard support to permissions (note: don't use this yet, it's still not entirely finalized!)
  • Minor internal changes and fixes, banished minecraft_bukget and worldofwarcraft to CloudBotIRC/Plugins
  • Fix history.py tracking
  • Initial stable release