This commit is contained in:
benji7425 2017-11-11 04:17:15 +00:00
parent e29283af1c
commit 1cb65ade49
2 changed files with 9 additions and 2 deletions

View File

@ -1,14 +1,21 @@
# Changelog
## Unreleased
## v3.1.0-b1
### Added
- RSS element content is now included in the post the bot makes when there is a new feed
- Warning message after setup command if supplied URL does not return valid RSS
- Guild join and leave messages in the console
### Updated
- Route a lot of mostly irrelevant console spam to a file instead of the console
- Updated launch command to pass max-old-space-size parameter to limit memory usage
### Fixed
- Fixed syntax error when role omitted in feed setup command; it is now properly optional
## v3.0.1

View File

@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.1.0-b1",
"main": "app/index.js",
"scripts": {
"postinstall": "cd ./discord-bot-core && npm install",