Added
- Optional per-instance download-queue backpressure gate skips the entire search cycle when the queue meets or exceeds a configurable limit (#216)
Fixed
- Missing-pass starvation when all page-one candidates are on cooldown; the search loop now scans up to five wanted-list pages per pass (#214)
- Replaced the monolithic
unreleased_delay_hrs(default 36h) with a non-configurable pre-release gate and a separatepost_release_grace_hrs(default 6h), so truly unreleased items are always blocked while recently-released items clear faster (#214) - Existing instances with the old 36h default are migrated to 6h; custom values are preserved (#214)
Changed
- Database schema migrated to v7 with
post_release_grace_hrsreplacingunreleased_delay_hrs(v6) and newqueue_limitcolumn (v7) (#214, #216) - Documentation updated across AGENTS.md, in-app settings help, website docs, and README to reflect post-release grace, queue backpressure, and updated log reason strings (#218)