-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Remco
committed
May 8, 2016
1 parent
c3f8922
commit 7e64eaf
Showing
11 changed files
with
185 additions
and
45 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 |
---|---|---|
@@ -0,0 +1,105 @@ | ||
# 3.0.0 | ||
## Alpha phase | ||
### 3.0.0.alpha.2 | ||
Enabled command alias system. | ||
Changed giphy endpoint for more randomness. | ||
Added a `noDM` key. | ||
|
||
### 3.0.0-alpha.1 | ||
Initial release, featuring all-new code. | ||
|
||
# 2.0.0 | ||
## Release phase | ||
### 2.1.1 | ||
Added timeouts. | ||
Changed `request` to only accept full links from now on. | ||
Made preparations for a future update. | ||
|
||
### 2.1.0 | ||
Changed callbacks to promises. | ||
Removed `playliststart`, playlists start automatically after the first video has been entered. | ||
Extended timeout for initial join. | ||
Several small tweaks. | ||
|
||
### 2.0.0 | ||
Revamped database system. | ||
Added token login support for the upcoming official Discord API. | ||
Added expansive server-specific customization options. | ||
Added user tracking for namechanges. | ||
Added an upgrade script for users to upgrade from gamma.7 to 2.0.0 | ||
Removed server defaulting system. | ||
Removed unneeded and unfinished files in `runtime`. | ||
Removed unnecessary fluff from `config.json`. | ||
Removed `welcoming-whitellist.json`, this is now handled by `customize`. | ||
Removed `birds`, `ìdle` and `online`, `idle` and `online` are replaced with `setstatus`. | ||
Temporary removed server blacklisting system, this will be reintroduced later. | ||
|
||
# Gamma phase | ||
(Gamma is a real thing in software development by the way, it's a synonym for RC (Release Candidate)) | ||
### 2.0.0-gamma.7 | ||
Changed welcoming system to adhere to a whitelist instead of being global. | ||
Added server blacklisting for `join-server`. | ||
**IMPORTANT** Changed `join-server` to use mentions instead of usernames, the new invocation is `join-server @WildBeast <instant-invite>`, change `WildBeast` with your bots username. | ||
|
||
### 2.0.0-gamma.6 | ||
Added YouTube playlist support. | ||
|
||
### 2.0.0-gamma.5 | ||
Removed `play` and `yt-play`. | ||
Added playlisting for YouTube video's. | ||
|
||
### 2.0.0-gamma.4 | ||
Revamped music streaming permissions due to the way the normal permissions handle. | ||
Added some extra commands. | ||
Hopefully improved the reliability of `stop` for music streaming. | ||
Made preparations for a future update. | ||
|
||
### 2.0.0-gamma.3 | ||
*This is a relative small update.* | ||
Added YouTube streaming. | ||
|
||
### 2.0.0-gamma.2 | ||
Added some extra commands. | ||
Revamped debug mode and verbose logging. | ||
Changed `setowner` to set server owner to level 4 instead of level 3. | ||
Changed commands that where at level 4 to level 5. | ||
|
||
### 2.0.0-gamma.1 | ||
Added a timeout feature. | ||
**GET HYPED FOR MUSIC STREAMING!** | ||
Changed `versionchecker.js` ability to check for beta versions to gamma version checking. | ||
Moved to LevelDB instead of Redis for handling permission storage and handling timeouts. | ||
|
||
# Beta phase | ||
### 2.0.0-beta.5 | ||
Fixes several problems caused by 2.0.0-beta.4 | ||
Added an *incomplete* server defaulting system. | ||
Added `setstatus`. | ||
Changed the fixed length of `cmd_prefix` to a dynamic length. | ||
Changed the fixed character prefix to switch to mention activation if desired. | ||
|
||
### 2.0.0-beta.4 | ||
Fixed `myapifilms_token` not existing. | ||
Fixed problems with `++setowner`. | ||
Added `debug_mode` and `verbose_logging`. *(Note, only enable these on request of the devs!)* | ||
Added a config value that'll change the way `++help` functions. | ||
Updated the layout of `config.json`, **meaning that users need to remake their config files.** | ||
|
||
### 2.0.0-beta.3 | ||
Fixed `giphy.js` not having requires. | ||
Fixed `suffix` not behaving accordingly. | ||
Added `++fortunecow`, `++randomcat`, `++rule34` and `++leetspeak`. | ||
Added `mashape_key` to `config.json`. | ||
Removed NSFW flags from commands that did not need them, as this will cause problems with `++help`. | ||
Removed `deletion.js`, as this is needlessly split. | ||
|
||
### 2.0.0-beta.2 | ||
Updated `versionchecker.js` to check for beta updates. | ||
Moved to double prefix activation instead of single prefix activation as requested by Discord API, we recommend using `++`. | ||
Bot is also compliant with the [Discord bot best practises](https://github.com/meew0/discord-bot-best-practices), also requested by Discord API. | ||
|
||
### 2.0.0-beta.1 | ||
Initial release of DougBot 2.0, featuring new permission system and stability improvements. | ||
|
||
## Alpha phase | ||
Nothing too interesting lol. |
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
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
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
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
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
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
Oops, something went wrong.