discord-bot-rss-feed/CHANGELOG.md

18 lines
552 B
Markdown
Raw Normal View History

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