⛳ 0.8.0 - Enhanced Queue Behaviour
This release introduces a new environment variable, requested in issue #36, that gives you control over how Swaparr handles removed downloads. Additionally, queued downloads are now properly respected, with only active downloads being subject to strikes - issue #23.
What's Changed
- 👷#36 - Added remove from client option 26beb02
- 🙈 #23 - Queued downloads will be ignored 465c6f7
- 📝 #36 - Docs for Remove from client 945ea21
Refactored Codebase
Full Changelog: 0.7.0...0.8.0
New Environment Variable
Note
It is not required to update your current docker-compose file, it will use the default value.
Name | Default | Description |
---|---|---|
REMOVE_FROM_CLIENT | true |
Remove from both queue and download client (default) OR false only the queue of a starr instance. |