Skip to content

Releases: sbondCo/Slavarr

v3.2.1

31 Jul 23:39
Compare
Choose a tag to compare

Added

  • Download event type (pre-existing users must manually add this event type with the /set events command).

Full Changelog: v3.2.0...v3.2.1

v3.2.0

31 Jul 23:07
Compare
Choose a tag to compare

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

30 Jul 23:00
Compare
Choose a tag to compare

Fixed

  • Fixed whole app by updating discord.js dependency.
  • Radarr/Slavarr webhook test getting a 400 returned.
  • Ensure data dir exists before trying to create database.
  • Close/flush database before exiting Slavarr.

Full Changelog: v3.0.0...v3.1.0

v3.0.0

02 Oct 18:30
Compare
Choose a tag to compare

Important Notes

  • The repo has moved to the sbondCo organization, you must update the image you pull to ghcr.io/sbondCo/slavarr
  • There are new commands! Run the new commands.js script again to register them!

Fixed

  • Bot crashing when more than one show have their imdbId set 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/data inside 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

15 Aug 23:13
Compare
Choose a tag to compare

New mandatory ENV var introduced.

Added

  • BOT_MAX_CONTENT environment 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 env vars 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_URL and SONARR_URL environment vars - now should no longer contain the api endpoint in them.

Removed

  • ID column from content search table.
  • DirectMessage intent.

v1.1.1

08 Aug 23:38
Compare
Choose a tag to compare

Patch release.

Fixed

  • Invite URL log - incorrect perms - could cause confusion if bot joined with wrong perms.

v1.1.0

08 Aug 23:37
Compare
Choose a tag to compare

Fixed

  • Adding series

Added

  • RADARR_MONITOR and SONARR_MONITOR environment variables.
  • Added error message for no content found from search (many more to come)

Removed

  • Removed exposed port from Dockerfile - artifact from copying from another project of mine