diff --git a/CHANGELOG.md b/CHANGELOG.md index 524400460..701a357e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,20 @@ ## Changelog - - **1.0.6** +### 1.0.6 * 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 - - **1.0.5** - Fix geoip for queries with no region, fix youtube bug, add flip command - - **1.0.4** - Adjust ratelimiter cleanup task, add octopart API key, fix brainfuck, sort mcstatus output. - - **1.0.3** - 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!) - - **1.0.2** - Minor internal changes and fixes, banished minecraft_bukget and worldofwarcraft to CloudBotIRC/Plugins - - **1.0.1** - Fix history.py tracking - - **1.0.0** - Initial stable release \ No newline at end of file + +**1.0.5** - Fix geoip for queries with no region, fix youtube bug, add flip command + +**1.0.4** - Adjust ratelimiter cleanup task, add octopart API key, fix brainfuck, sort mcstatus output. + +**1.0.3** - 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!) + +**1.0.2** - Minor internal changes and fixes, banished minecraft_bukget and worldofwarcraft to CloudBotIRC/Plugins + +**1.0.1** - Fix history.py tracking + +**1.0.0** - Initial stable release