Skip to content

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 01:49
· 21 commits to main since this release

[0.6.3] - 2026-07-10

Added

  • scripts/tag-cf-indexers: tests each enabled indexer and tags the
    Cloudflare-blocked ones with byparr (creating the tag if needed), so Prowlarr
    routes them through the solver. Idempotent; leaves working indexers untouched.
    Replaces doing this by hand against the API.
  • scripts/release vX.Y.Z: cuts a release from the source repo — verifies the
    CHANGELOG section, runs release-checks, pushes main, tags, pushes the tag,
    and waits for CI to publish. --dry-run / --yes / --no-wait.