Skip to content

Releases: thomst08/requestrr

V2.1.7

15 Sep 05:08
Compare
Choose a tag to compare

Change Log

  • Setup Lidarr support
    • Setup sending requests to Lidarr
    • Setup notification reporting
    • Setup Command builder
    • Setup web interface to setup/configure Lidarr settings
  • Corrected bugs
    • Issue creating commands in help when they aren't being created
    • CSS issue with path select box in web interface disappearing
  • Updated packages include DSharp+
  • Updated issue messages sent to Overseerr/Jellyseerr to be appended with the users username (Thanks goes to @Hampo)
  • Updated Docker file for building to use a multi-stage build (Thanks goes to @joshfng)

V2.1.6

14 Mar 11:46
Compare
Choose a tag to compare

Change Log

  • Changed bot to check for changes in guild and to reset if detected, triggering a recreation in slash commands (this corrected a bug where adding the bot, removing it and re-adding it would not trigger the creation of slash commands when rejoining the guild without a restart)
  • Added command line arguments to executable (wiki info here)
    • -h, --help - Shows help message
    • -p, --port - Allows to change the port number without changing settings file (saves to settings file)
    • -u, --base-url - Allows to change the base URL without changing settings file (saves to setting file)
    • -c, --config-dir - Overrides the default location of config folder and changes where settings are saved (notifications and temp files too)
  • Moved temp folder form root of application directly to config folder
  • Setup the ability to change the location of the config folder through appsettings.json file, by default, this is still in the root folder of the application. (Feel free to change the location with this json file, but make sure not to overwrite it when updating the application later or use the command line arguments) (wiki info here)
  • Updated the bot to stop creating slash commands if it detects duplicate slash commands and other errors, will try again after 60~ secs
  • Updated Webapp to check if the user enters a duplicate category from another section, eg, checks movie categories/default request names with TV show categories and errors if a match is found.
  • Tweaks to slash command builder (nothing major)
  • Updated the help message to dynamically change with the slash commands
  • Small changes to code in places to handle errors, no notable change, only to prevent crashes or handle them.

Zip files for linux-arm, linux-arm64 and linux-x64 will no longer be provided in the next update, please update any scripts to use the tar files.

V2.1.5

17 Feb 10:14
Compare
Choose a tag to compare

Change Log

  • Added support for "Issues" in Ombi
  • Bug fix: Removed script for FontAwesome in Webapp (broken and not needed)
  • Bug fix: Corrected issue when an "Issue" is submitted with a title with a long name, corrected the length to make sure it is within limits of Discord
  • Bug fix: Setup an auto remove for notifications that are broken, this automatically removes notifications with TVDB ID that cannot be found.
  • Moved text for titles, labels and descriptions to locale files

Notes:

  • Due to how Ombi accepts inputs form the API, some movies and TV show may not link correct in Ombi, this is due to the API not handling providing a correct ID to match with Ombi, this appears to only effect TV shows, and does not stop the issue showing in "Issues", it may however, not be on the show/movies page when viewing the media. I will explore options to correct this.
  • As some information was moved into the language files, any custom language files will need to be updated.

Zip files for linux-arm, linux-arm64 and linux-x64 will be removed after the next update, please update any scripts to use the tar files.

V2.1.4-hf4

09 Feb 06:21
Compare
Choose a tag to compare

Change Log

  • Corrected error when searching for TV shows to submit an "issue" to in Overseerr and not finding anything.
  • Correct issue not loading Sonarr categories correctly when loading TV Show page.
  • Updated notification for Ombi to support pings (Thanks @Hampo for the contribute)

Please note: Zip files for linux-arm, linux-arm64 and linux-x64 will be removed in the future as the tar.gz are more suited, please update any scripts you use to update these automatically to use the tar.gz files instead. If this is an issue, please reach out.

V2.1.4-hf3

20 Jan 03:02
Compare
Choose a tag to compare

Change Log

  • Corrected bug when creating drop-down options for Discord message where the Movie or TV title was over 100 characters
  • Added note at the start of the program to note what build is currently being run.

V2.1.4-hf2

14 Jan 10:45
Compare
Choose a tag to compare

Change Log

  • Corrected issue when "Use Issues" is enabled in Overseerr settings for Movies or TV Shows and there is at least one category setup.
  • Setup handling of Discord token is invalid in log to show a simple message instead for this error.

V2.1.4-hf1

10 Jan 11:56
Compare
Choose a tag to compare

Change Log

  • Corrects an issue not allowing the entering of a base URL for Sonarr or Radarr

V2.1.4

07 Jan 11:58
Compare
Choose a tag to compare

Change Log

  • Updated links to new GitHub repo and Docker Hub
  • Added check and creation for config folder if missing and to give more feedback.

Requestrr - 2.1.3 - Hotfix 3

04 Jan 23:10
Compare
Choose a tag to compare

Small changes

  • Corrected testing button when checking Sonarr V4 settings, correctly checks API key.
  • Updated DSharp+ library

Requestrr - 2.1.3 - Hotfix 2

03 Jan 10:02
Compare
Choose a tag to compare

This includes improvements from the main branch, this is the same as the main repo.

  • Updated for Sonarr V4
  • Other updates from main repo