Skip to content

Releases: l3uddz/nabarr

v0.3.3

02 Nov 12:05
083e806
Compare
Choose a tag to compare

Changelog

v0.3.2

21 Nov 15:01
6a31a05
Compare
Choose a tag to compare

Changelog

a4d8a0e fix(rss): improve dispatching of tmdb items to appropriate pvr's (#33)

v0.3.1

19 Oct 13:37
685a9a0
Compare
Choose a tag to compare

Changelog

685a9a0 build: freebsd and universal mac binaries (#32)

v0.3.0

18 Sep 11:55
0a0f300
Compare
Choose a tag to compare

Changelog

0a0f300 omdb: make Rated accessible via filters
fbcce0a fix(rss): support prowlarr feeds (#31)
ce36c43 fix(sonarr): error message typo

v0.2.0

11 Jun 07:26
3044c96
Compare
Choose a tag to compare

Changelog

3044c96 fix(pvr): only support v3 arrs (#30)

v0.1.3

07 Mar 15:50
5091d78
Compare
Choose a tag to compare

Changelog

5091d78 misc: rss and media changes (#27)
c3ab8ed web: check request before setting header
a9486e1 web: set user-agent for all web requests
9c2b2ec build: arm v7 (#26)
bf23d93 media: merge tvdb and trakt languages

v0.1.2

23 Feb 20:46
Compare
Choose a tag to compare

Changelog

cea77e7 refactor: replace fatal log messages with error
f0bf972 omdb: strip non numeric from ImdbVotes

v0.1.1

22 Feb 18:33
7472fcb
Compare
Choose a tag to compare

Changelog

7472fcb build: create amd64/arm64 compatible docker images (#23)
10a70f1 media: support rss movie items with tmdb ids (#22)
db9fdc9 refactor: http retry for retryable errors (#20)
a284843 pvr: add options and support for anime (#17)
523e561 rss: alter cache key
c2b98de refactor(media/tvdb): update log message
e5bcb5b media: add support for legacy tvdb api (#16)
5b179ed cache: use badgerdb (#15)
e1945cf refactor: add cache tests and remove cache merge task (#14)
54cfd68 media: add Language and Country to Omdb struct (#13)
3a8b503 build: use go 1.16 and build arm binaries (#12)
9c8977a rss: continue to sort results by pubdate desc
4476094 rss: use filters hash relative to its own pvrs
495c5a5 media: add ImdbVotes field to Omdb struct
aadc5ec trakt: strip non alphanumeric characters from imdb id
95cf1fe build: ci adjustments (#11)
d92881e readme: cleanup readme (#10)

v0.1.0

15 Feb 09:00
Compare
Choose a tag to compare

Changelog

0397bd5 build: dont validate git state
78dcaae build: change token var
a3d8f09 build: remove redundant step (#9)
b227f94 rss: ensure atleast one tvdb or imdb id is present
da1b320 readme: add readme and docker builds to docker hub (#8)
3ee0125 build: refactor build workflows (#7)
ce3807b initial code (#6)
3f55336 initial commit