v1.5.5: More Automatization things!
Added
- RSS Auto-Downloader: Added native, zero-dependency XML parser to monitor RSS feeds (e.g. Nyaa, ShowRSS) and automatically download torrents matching your Regex rules into specific categories. Maintains a clean
rss_history.jsonstate in your data directory to prevent duplicates. - P2P Garbage Collector: Added optional Auto-Cleanup system (
auto_cleanupinconfig.json). Drops active torrents from the daemon once they reach a targetseed_ratio(e.g. 1.5) ormax_seed_daysto conserve bandwidth and RAM. Downloaded files are kept 100% intact for Plex/Jellyfin. - AI Agent Skills Updated: Taught Claude, Hermes, and OpenClaw how to manage the new RSS feeds, Auto-Cleanup settings, and Bandwidth Throttling directly via
config.json, as well as interacting with the public/metricsendpoint. - OpenAPI Specification: Fully synchronized
cmd/daemon/openapi.yamlwith v1.5.x, including exactX-API-Keyauthentication mappings, the newsourcesearch parameters, and async webhookcallbackfields.
📦 Downloads
| Operating System | Download Archive |
|---|---|
| Windows (x64) | gorrent-1.5.5-windows-amd64.zip |
| Linux (x64) | gorrent-1.5.5-linux-amd64.tar.gz |
| Linux (ARM64) | gorrent-1.5.5-linux-arm64.tar.gz |
| macOS (Intel) | gorrent-1.5.5-darwin-amd64.tar.gz |
| macOS (Apple Silicon) | gorrent-1.5.5-darwin-arm64.tar.gz |
Docker Images (multi‑arch: amd64 + arm64):
- GHCR:
docker pull ghcr.io/x-name15/gorrent:v1.5.5 - GHCR Latest:
docker pull ghcr.io/x-name15/gorrent:latest
View Full CHANGELOG