Skip to content

Releases: nylonee/watchlistarr

v0.2.6

17 Oct 07:44
dc9ef85
Compare
Choose a tag to compare
  • Fix the slow sync by busting the Plex cache (#190)

v0.2.5

27 Jun 18:38
cbe01de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

20 Jun 14:43
6e9fb57
Compare
Choose a tag to compare

*** IF YOU ARE A PLEX PASS USER, UPDATE TO THIS VERSION ***

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

02 Jun 18:20
c3ed7b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

07 Apr 11:51
9b31fad
Compare
Choose a tag to compare
  • Bugfix when a movie/show returns empty metadata (#104)
  • Add configuration notes in CONFIGURATION.md (#103, #115, #118)
  • Watchlistarr now tries a couple of default addresses to look for Sonarr/Radarr before failing (#114)
  • Add docker label to released images (thanks @glensc ) #117

v0.2.1

20 Feb 12:08
2da4a80
Compare
Choose a tag to compare

What's Changed

  • Fixed jars not being created on release #102

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Feb 07:42
bd0236a
Compare
Choose a tag to compare

Note: Watchlistarr is still fully backwards compatible - the same configuration will work no matter what version of Watchlistarr you choose

Configuration Changes

With the merge of #97, Watchlistarr now has a new way of handling configuration.
Previously, you had to specify configuration via Environment variables (for docker) or properties (for java). This worked for the most part, but had two problems:

  1. It made the execution command quite long and unwieldy, which led to a higher rate of support tickets
  2. It did not allow us to provide 'dynamic' configuration, such as from an API call, which blocks #36

In favour of a better industry standard, Watchlistarr will now generate a config.yaml file upon first run in the same directory as Watchlistarr (or in the case of Docker, within the docker image, unless you specify a volume mount too, see README), with all the config inside commented out. You can then go in and view the possible config in a nicer manner, including comments and grouping that makes it easier to read than a table on the README.

Other Changes

  • Add tags to items sent to Sonarr/Radarr #93
  • Allow usage without a Plex Pass (with a catch) #94
  • Allow debug log flag #95
  • Bugfix: Watchlists larger than 300 items will now work #96
  • Delete unused test files #92

Full Changelog: v0.1.6...v0.2.0

v0.1.6

15 Feb 07:44
69b2643
Compare
Choose a tag to compare

What's Changed

  • Skip metadata that cannot be fetched #87
  • Merge RSS and token sync #91
  • Bugfix: Can now provide variables with a space in the name in docker instances.

Full Changelog: v0.1.5...v0.1.6

v0.1.5

30 Jan 11:22
bec6436
Compare
Choose a tag to compare
  • Fix bug where only the first 20 items were being fetched from Plex on watchlistarr startup

v0.1.4

26 Jan 14:04
fc9af6c
Compare
Choose a tag to compare
  • Fixes bug in previous release where config wouldn't actually print due to async effects