diff --git a/.gitignore b/.gitignore index 8ac4226..1f8cebc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +update.sh guilds.json token.json log diff --git a/CHANGELOG.md b/CHANGELOG.md index 4163c5b..b13cd15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,62 +1,26 @@ # Changelog -## v3.0.0-b7 - -- Fix crash restart when bot received a DM - -## v3.0.0-b6 - -### Updatd - -- Removed "Body is not RSS or ATOM" error from being console logged - - These seem to happen quite a lot, but don't actually impair the functionality, so just cause un-necessary spam - -## v3.0.0-b5 +## v3.0.0 ### Added - Significantly more debug logging - -### Updated - -- Refactored back-end code for stability - -### Fixed - -- Fixed a memory leak issue with prev beta -- Fixed "multiple instance" issue with previous beta - -## v3.0.0-b4 - -### Updated - -- Removed "command not recognised" response, it caused 'fake' errors if multiple bots being run off the same token - -## v3.0.0-b3 - -### Updated - -- Updated error handling for Discord API errors -- Updated bootstrapping and command handling to use shared subrepo - -### Fixed - -- *Actually* fixed full/short youtube urls not being properly converted - -## v3.0.0-b2 - -### Fixed - -- Full and short youtube urls not being properly converted - -## v3.0.0-b1 - -### Added - Fancy new @bot help command -### Updated +### Updatd + - Significant back-end updates - Commands now invoked with an @mention to the bot +- Updated error handling for Discord API errors +- Removed "Body is not RSS or ATOM" error from being console logged + - These seem to happen quite a lot, but don't actually impair the functionality, so just cause un-necessary spam +- Removed "command not recognised" response, it caused 'fake' errors if multiple bots being run off the same token + +### Fixed + +- Fixed full and short youtube urls not being properly converted +- Fixed "multiple instance" issue +- Fixed a couple of occasional memory leaks ## v2.0.0-b1 diff --git a/package.json b/package.json index e12e947..fbd82b5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.0.0-b7", + "version": "3.0.0", "main": "app/index.js", "scripts": { "postinstall": "cd ./discord-bot-core && npm install",