Fix changelog

This commit is contained in:
benji7425 2017-11-27 00:08:53 +00:00
parent 538732cbf4
commit 13267db0d2
1 changed files with 4 additions and 39 deletions

View File

@ -1,57 +1,46 @@
# Changelog # Changelog
## Unreleased ## Unreleased
### Added
- Add rudimentary pagination for viewing feeds when there are more than 10 - Add rudimentary pagination for viewing feeds when there are more than 10
### Fixed
- Fix articles not posting if contents too long for a single discord message - Fix articles not posting if contents too long for a single discord message
## v3.1.2 ## v3.1.2
### Fixed ### Fixed
- Deleted channels with feeds sending the bot into a reconnect loop - Deleted channels with feeds sending the bot into a reconnect loop
## v3.1.1 ## v3.1.1
### Fixed ### Fixed
- Empty RSS feed crash - Empty RSS feed crash
## v3.1.0 ## v3.1.0
### Added ### Added
- RSS element content is now included in the post the bot makes when there is a new feed - 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 - 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
- Removal of guild data if the bot leaves a guild - Removal of guild data if the bot leaves a guild
### 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 - Updated launch command to pass max-old-space-size parameter to limit memory usage
### Fixed ### Fixed
- Fixed syntax error when role omitted in feed setup command; it is now properly optional - Fixed syntax error when role omitted in feed setup command; it is now properly optional
- Fixed the wrong feed sometimes being removed when using the remove-feed command - Fixed the wrong feed sometimes being removed when using the remove-feed command
## v3.0.1 ## v3.0.1
### Fixed ### Fixed
- Fixed nicknamed bot not responding to users on android - Fixed nicknamed bot not responding to users on android
- Fixed "playing" message including "https://" in front of site url - Fixed "playing" message including "https://" in front of site url
## v3.0.0 ## v3.0.0
### Added ### Added
- Significantly more debug logging - Significantly more debug logging
- Fancy new @bot help command - Fancy new @bot help command
### Updatd ### Updatd
- Significant back-end updates - Significant back-end updates
- Commands now invoked with an @mention to the bot - Commands now invoked with an @mention to the bot
- Updated error handling for Discord API errors - Updated error handling for Discord API errors
@ -60,13 +49,11 @@
- Removed "command not recognised" response, it caused 'fake' errors if multiple bots being run off the same token - Removed "command not recognised" response, it caused 'fake' errors if multiple bots being run off the same token
### Fixed ### Fixed
- Fixed full and short youtube urls not being properly converted - Fixed full and short youtube urls not being properly converted
- Fixed "multiple instance" issue - Fixed "multiple instance" issue
- Fixed a couple of occasional memory leaks - Fixed a couple of occasional memory leaks
## v2.0.0-b1 ## v2.0.0-b1
### Added ### Added
- Multi-guild support - Multi-guild support
- In-chat commands for setup and configuration - In-chat commands for setup and configuration
@ -75,47 +62,35 @@
- Remove an existing feed - Remove an existing feed
### Updated ### Updated
- Make save file configurable to allow use as a module with other bots - Make save file configurable to allow use as a module with other bots
- Update config file structure - Update config file structure
- Now uses discord.js instead of discord.io - Now uses discord.js instead of discord.io
- YouTube links automatically handled; no more separate "YouTube mode" config item - YouTube links automatically handled; no more separate "YouTube mode" config item
### Fixed ### Fixed
- Crash if trying to view feeds list before any feeds have been set up - Crash if trying to view feeds list before any feeds have been set up
## v1.4.0 ## v1.4.0
### Added ### Added
- Support for posting links from multiple feeds - Support for posting links from multiple feeds
- Tagging of separate roles for each feed being checked - Tagging of separate roles for each feed being checked
### Updated ### Updated
- Updated bot connection code to use my discord-bot-wrapper - Updated bot connection code to use my discord-bot-wrapper
### Removed ### Removed
- !logsplease command removed as the OTT logging was just being annoying - !logsplease command removed as the OTT logging was just being annoying
## v1.3.2 ## v1.3.2
### Fixed ### Fixed
- Fixed list posting channel messages being ignored - Fixed list posting channel messages being ignored
## v1.3.1 ## v1.3.1
### Fixed ### Fixed
- Developer commands can now be used from any channel or PM - Developer commands can now be used from any channel or PM
## v1.3.0 ## v1.3.0
### Added ### Added
- Deletion of "You have successfully subscribed" messages after a short delay (configurable) - Deletion of "You have successfully subscribed" messages after a short delay (configurable)
- 'Developer' commands that can only be accessed by specified users - 'Developer' commands that can only be accessed by specified users
- !cacheList developer command to view the cached URLs - !cacheList developer command to view the cached URLs
@ -128,44 +103,34 @@
- The role is mentioned when the link is posted, rather than a long chain of user IDs - The role is mentioned when the link is posted, rather than a long chain of user IDs
## v1.2.1 ## v1.2.1
### Fixed ### Fixed
- Fixed multiple users being unsubscribed when one user unsubscribes - Fixed multiple users being unsubscribed when one user unsubscribes
## v1.2.0 ## v1.2.0
### Added ### Added
- Chat message/command to request a list of subscribed users - Chat message/command to request a list of subscribed users
- The ability for users to 'subscribe' so they are tagged whenever a new link is posted - The ability for users to 'subscribe' so they are tagged whenever a new link is posted
- Logging to a file - Logging to a file
- Ability for user to request an upload of the logs file - Ability for user to request an upload of the logs file
### Updated ### Updated
- Added basic spam reduction when logging so the same message won't get logged multiple times in a row - Added basic spam reduction when logging so the same message won't get logged multiple times in a row
- Refactored a bunch of code to improve efficiency - Refactored a bunch of code to improve efficiency
- Updated timer logic to only ever use a single timer, and share it between posting and reconnecting - Updated timer logic to only ever use a single timer, and share it between posting and reconnecting
## v1.1.2 ## v1.1.2
### Updated ### Updated
- Updated reconnect logic to hopefully be more stable - Updated reconnect logic to hopefully be more stable
## v1.1.1 ## v1.1.1
### Added ### Added
- Reconnect timer to repeatedly try reconnect at intervals - Reconnect timer to repeatedly try reconnect at intervals
### Updated ### Updated
- Updated support for https conversion to http to hopefully be more consistent - Updated support for https conversion to http to hopefully be more consistent
## v1.1.0 ## v1.1.0
### Added ### Added
- Added togglable YouTube mode - Added togglable YouTube mode
- Converts full URLs to YouTube share URLs - Converts full URLs to YouTube share URLs
- Checks against both YouTube full and share URLs to ensure same video not posted twice - Checks against both YouTube full and share URLs to ensure same video not posted twice
@ -176,4 +141,4 @@
- Changed expected name for bot config file to bot-config.json rather than botConfig.json - Changed expected name for bot config file to bot-config.json rather than botConfig.json
### Fixed ### Fixed
- New timer being created every time the bot reconnected - New timer being created every time the bot reconnected