This release introduces support for Transmission. It also fixes several bugs.
Breaking Changes
You must add this section to your config file:
# Transmission configuration
[torrents.transmission]
enabled = false
username = "admin"
password = "your_secure_password"
https_enabled = true
host = "transmission"
port = 9091
path = "/transmission/rpc"
Please consider supporting my work ❤️
What's Changed
- Hotfix: fix qbittorrent not working by @maxdorninger in #53
- Hotfix: fix downloads from Sabnzbd being in the wrong folders by @maxdorninger in #54
- Fix: Session cookie not being transmitted when using http by @maxdorninger in #56
- Fix: remove hardcoded colours from setting's dialogues by @maxdorninger in #59
- Add support for transmission by @maxdorninger in #61
Full Changelog: v1.4.2...v1.5.0