Releases: shayaantx/botdarr
Releases · shayaantx/botdarr
5.6.15
5.6.14
Add lookup by TVDB Id on Sonarr (#120) * feat(Sonarr): add new method addWithId to AddStrategy.java * feat(Sonarr): change command to use new addWithId method * test: refactor CommandProcessorTests to use only show id for add by id command * fix(addShowCommand): remove remaining references of show title on ResponseBuilders * test: remove showTitle on DiscordBootstrapTests for 'add by id' command * fix: bumb version on version.txt to 5.6.14
5.6.13
Fix bug where NOTIFICATION_INTERVAL wasn't added to configuration file
5.6.12
Fix broken test case (#116) * Fix broken test case & Fix github action checking out development instead of PR branch * Switch to v3 checkout and custom ref * More actions updates
5.6.11
Log exceptions when they are thrown
5.6.10
Check for null episode overviews (#112)
5.6.9
Bump version again to trigger release (#108)
5.6.7
Fix bug where telegram callback data for add buttons no longer works …
5.6.6
Fix discord interaction failures (#100) Modify arr* apis when a specific item trying to be added is not found to return AddItem responses (so the in discords case the add button is also returned) Fix threadlocal issue where username (and other cached thread local items) were sometimes null Fix bug where we were not reply using the actual button interaction event, so the discord client reported "This interaction failed"
5.6.5
Fix wrong import signature for ApiRequests in Scheduler (#97)