Releases: sbondCo/Slavarr
Releases · sbondCo/Slavarr
v3.2.1
v3.2.0
Changed
- Commands now no longer need to be manually updated (by running commands.js script), Slavarr will register them on startup.
Added
- Slavarr version number to startup log.
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Fixed
- Fixed whole app by updating discord.js dependency.
- Radarr/Slavarr webhook test getting a 400 returned.
- Ensure
datadir exists before trying to create database. - Close/flush database before exiting Slavarr.
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Important Notes
- The repo has moved to the
sbondCoorganization, you must update the image you pull toghcr.io/sbondCo/slavarr - There are new commands! Run the new
commands.jsscript again to register them!
Fixed
- Bot crashing when more than one show have their
imdbIdset to undefined.
Added
- User settings in the form of three new commands:
/set auto_subscribe(If user wants to auto subscribe to events on the media they add, default: true)/set events(Lists available events to subscribe to and allows user to toggle each)/set dm_instead(If the user would prefer a DM for events relating to media they are subscribed to, default: false)
- A database to store user settings (stored in
/app/datainside the container). - A webhook for listening to events (and reporting back to subscribed users) from sonarr/radarr (uses port 3001 inside container). Read the new README.md for instructions on how to hookup sonarr/radarr to report updates to slavarr.
Changed
- Removed CSS language formatting from table response
v2.0.0
New mandatory ENV var introduced.
Added
BOT_MAX_CONTENTenvironment variable - Integer deciding max content to display from radarr/sonarr.- Link to the added content in sonarr/radarr in the poster embed.
- A check before the bot starts to make sure all
envvars are set. - Custom error message shown when user attempts to add a show that is already added on radarr/sonarr.
Changed
- Instead of using buttons (1 to 10), we now use a select/dropdown menu for picking content displayed in table.
RADARR_URLandSONARR_URLenvironment vars - now should no longer contain the api endpoint in them.
Removed
IDcolumn from content search table.DirectMessageintent.