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 # Changelog
## Unreleased ## v3.1.0-b1
### Added ### 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 - Guild join and leave messages in the console
### Updated ### Updated
- Route a lot of mostly irrelevant console spam to a file instead of the console - 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 ## v3.0.1

View file

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