discord-bot-rss-feed/CHANGELOG.md

32 lines
800 B
Markdown
Raw Normal View History

2016-12-02 03:34:37 +02:00
# Changelog
## 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