Releases: nylonee/watchlistarr
v0.2.6
v0.2.5
v0.2.4
v0.2.3
What's Changed
- Docker: Set execute bit for all users by @glensc in #121
- Docker: Add .dockerignore to setup clean workspace for docker build by @glensc in #122
- Improve wording of logs during PingTokenSync by @nylonee in #125
- Add contributor convenience files by @nylonee in #126
- Ignore scalafmt commit during git blame by @nylonee in #127
- Add docker-compose example to configuration by @nylonee in #129
- Cache by @nylonee in #130
- feat: Add merge preview bot by @ankit16-19 in #139
- Fix: Use PAT so that next workflows can be triggered. by @ankit16-19 in #144
- Add support for ARM64 by @ankit16-19 in #145
- Make configuration easier to understand by @nylonee in #153
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
v0.2.0
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:
- It made the execution command quite long and unwieldy, which led to a higher rate of support tickets
- 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