Skip to content

Releases: shayaantx/botdarr

5.6.15

18 Sep 03:03
0a19263
Compare
Choose a tag to compare
Fix lidarr v2 add + lookup artists commands and update add content me…

5.6.14

23 Apr 19:14
b10df70
Compare
Choose a tag to compare
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

10 Jan 22:18
Compare
Choose a tag to compare
Fix bug where NOTIFICATION_INTERVAL wasn't added to configuration file

5.6.12

20 Dec 01:48
2ab7f24
Compare
Choose a tag to compare
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

14 Dec 23:03
Compare
Choose a tag to compare
Log exceptions when they are thrown

5.6.10

01 Oct 14:07
ab7b342
Compare
Choose a tag to compare
Check for null episode overviews (#112)

5.6.9

25 Jun 16:55
f652a84
Compare
Choose a tag to compare
Bump version again to trigger release (#108)

5.6.7

17 Jun 18:15
7a9b0e0
Compare
Choose a tag to compare
Fix bug where telegram callback data for add buttons no longer works …

5.6.6

06 May 01:24
44c2774
Compare
Choose a tag to compare
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

22 Mar 18:07
192c2da
Compare
Choose a tag to compare
Fix wrong import signature for ApiRequests in Scheduler (#97)