discord-bot-rss-feed/CHANGELOG.md

95 lines
2.3 KiB
Markdown
Raw Normal View History

2016-12-02 03:34:37 +02:00
# Changelog
2017-05-21 21:26:36 +03:00
## v1.4.0
2017-05-18 02:38:14 +03:00
### Added
2017-05-18 02:38:14 +03:00
- Support for posting links from multiple feeds
- Tagging of separate roles for each feed being checked
### Updated
2017-05-21 21:26:36 +03:00
- Updated bot connection code to use my discord-bot-wrapper
### Removed
2017-05-21 21:26:36 +03:00
- !logsplease command removed as the OTT logging was just being annoying
## v1.3.2
### Fixed
- Fixed list posting channel messages being ignored
## v1.3.1
### Fixed
- Developer commands can now be used from any channel or PM
2017-01-22 20:31:45 +02:00
## v1.3.0
### Added
- Deletion of "You have successfully subscribed" messages after a short delay (configurable)
- 'Developer' commands that can only be accessed by specified users
- !cacheList developer command to view the cached URLs
### Updated
- !logsplease is now a developer command
- Subscriptions are now done using a role
- !subscribe and !unsibscribe add and remove the user from the role
- !sublist command is now removed
- The role is mentioned when the link is posted, rather than a long chain of user IDs
2017-01-09 00:13:38 +02:00
## v1.2.1
### Fixed
- Fixed multiple users being unsubscribed when one user unsubscribes
2017-01-08 18:34:40 +02:00
## v1.2.0
2017-01-08 08:26:04 +02:00
2017-01-08 09:23:03 +02:00
### Added
- Chat message/command to request a list of subscribed users
2017-01-08 09:53:46 +02:00
- The ability for users to 'subscribe' so they are tagged whenever a new link is posted
2017-01-08 09:23:03 +02:00
- Logging to a file
- Ability for user to request an upload of the logs file
2017-01-08 08:26:04 +02:00
### Updated
- Added basic spam reduction when logging so the same message won't get logged multiple times in a row
2017-01-08 08:26:04 +02:00
- 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
## v1.1.2
### Updated
- Updated reconnect logic to hopefully be more stable
## v1.1.1
2016-12-30 16:53:33 +02:00
### Added
- Reconnect timer to repeatedly try reconnect at intervals
2016-12-30 17:46:07 +02:00
### Updated
- Updated support for https conversion to http to hopefully be more consistent
## v1.1.0
2016-12-02 03:34:37 +02:00
### Added
2016-12-03 00:13:22 +02:00
- Added togglable YouTube mode
- Converts full URLs to YouTube share URLs
- Checks against both YouTube full and share URLs to ensure same video not posted twice
2016-12-03 03:53:23 +02:00
- New logging class to handle logging
2016-12-02 03:34:37 +02:00
2016-12-30 17:46:07 +02:00
### Updated
2016-12-03 03:53:23 +02:00
- Major refactor of a significant portion of the bot's code - should be easier to maintain now, but may have introduced some new bugs
2016-12-02 03:34:37 +02:00
- Changed expected name for bot config file to bot-config.json rather than botConfig.json
### Fixed
- New timer being created every time the bot reconnected