-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
**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 |