This update is all about housekeeping, addressing six community-reported
issues to make Swaparr more reliable and predictable. The queue system now
properly paginates, respects paused and completed downloads, and Docker can
finally detect when Swaparr is actually healthy, not just running.
We're thrilled to see Swaparr surpass 150k pulls and want to extend a
heartfelt thank you to our 370 stargazers. Your support and feedback keep
this project moving forward!
What's Changed
- Implemented paginated queue retrieval in #52
- Bypass for downloads with status paused in #66
- Fixed tracking of completed downloads in #67
- Added option to strike queued downloads in #68
- Added trim to remove trailing "/" from arr URL in #71
- Docker HEALTHCHECK with real API reachability tracking in #72
Contributors via Issues
- @jmgevers99 for reporting the queue pagination limit (#52)
- @thomaslarsen for reporting paused transfer handling (#66)
- @OGJakearroo for reporting completed torrent tracking (#67)
- @Diender50 for requesting the option to strike queued downloads (#68)
- @rmgreenstreet for reporting the trailing slash issue (#71)
- @johntdyer for requesting a proper Docker healthcheck (#72)
Huge thanks to everyone reporting issues and helping improve Swaparr for the
community.
Full Changelog:
0.10.0...0.12.0