- Added series type and season folder options when adding a series
- Minor code refactoring
- Updated package version
- Added
/help
command - Added
/library
command to search Sonarr library - Revised
/start
command - Search for exisiting TV series before continuing
- Create
acl.json
if it doesn't exist - More housekeeping
- Added
/wanted
command to search all wanted/missing episodes - Added
/upcoming
command to check for upcoming episodes (a basic calendar basically) - New NPM modules
moment
,i18n
, andwinston
(please run npm install if upgrading) - Limit series return from
/query
- Lots of refactoring and bug fixes
- Added
/revoke
and/unrevoke
commands for admin - Fixed a few Docker issues.
- Fixed issue with keyboard not clearing when issuing
/clear
command - Create ACL file when it doesn't exist, you will be told to restart the bot if it doesn't exist
- renamed function saveACL to updateACL
- created createACL function
- Added more logging
- More linter fixes
- More housekeeping
- Added basic auth to the bot, thanks @jayrox
- Added basic logging (please rerun
npm install
) - More housekeeping
- Added custom keyboard, thanks @jayrox
/q
now responds with link to series on thetvdb.com
- Added command
/clear
to wipe all previous commands chain - More housekeeping
- Sonarr lib is now on npm (you will need to run npm install if you are upgrading)
- Updated a few dev things
- Initial monitoring support, please report bugs if found...
- Added Docker support
- Added RSS Sync command
/rss
- Added Refresh All Series command
/refresh
- Initial release