• sofarr v1.7.38
    CI / Swagger Validation & Coverage (push) Successful in 1m23s
    Create Release / release (push) Successful in 25s
    CI / Security audit (push) Successful in 2m43s
    Build and Push Docker Image / build (push) Successful in 1m31s
    CI / Tests & coverage (push) Successful in 5m58s
    Stable

    gronod released this 2026-05-29 14:53:39 +01:00 | 0 commits to main since this release

    sofarr v1.7.38

    Docker

    docker pull docker.i3omb.com/sofarr:1.7.38
    

    Changes

    • merge branch 'develop' into 'main' - Release v1.7.38
    • chore: bump version to 1.7.38 and update CHANGELOG and docs
    • fix: support all slot name variations in DownloadMatcher to resolve cached SAB history matching (#74)

    Downloads

    Downloads
  • sofarr v1.7.37
    CI / Swagger Validation & Coverage (push) Successful in 1m20s
    Create Release / release (push) Successful in 10s
    CI / Security audit (push) Successful in 2m47s
    Build and Push Docker Image / build (push) Successful in 1m22s
    CI / Tests & coverage (push) Successful in 6m18s
    Stable

    gronod released this 2026-05-29 14:37:56 +01:00 | 3 commits to main since this release

    sofarr v1.7.37

    Docker

    docker pull docker.i3omb.com/sofarr:1.7.37
    

    Changes

    • merge branch 'develop' into 'main' - Release v1.7.37
    • chore: bump version to 1.7.37 and update CHANGELOG and docs
    • fix: resolve SABnzbd history matching asymmetry and unify search helpers (#74)

    Downloads

    Downloads
  • sofarr v1.7.36
    CI / Swagger Validation & Coverage (push) Successful in 1m48s
    Create Release / release (push) Successful in 22s
    CI / Security audit (push) Successful in 4m18s
    Build and Push Docker Image / build (push) Successful in 1m57s
    CI / Tests & coverage (push) Successful in 8m50s
    Stable

    gronod released this 2026-05-29 13:38:16 +01:00 | 6 commits to main since this release

    sofarr v1.7.36

    Docker

    docker pull docker.i3omb.com/sofarr:1.7.36
    

    Changes

    • merge branch 'develop' into 'main' - Release v1.7.36
    • chore: bump version to 1.7.36 and update CHANGELOG and docs

    Downloads

    Downloads
  • sofarr v1.7.35
    CI / Swagger Validation & Coverage (push) Successful in 1m55s
    Create Release / release (push) Successful in 27s
    CI / Security audit (push) Successful in 4m0s
    Build and Push Docker Image / build (push) Successful in 1m33s
    CI / Tests & coverage (push) Failing after 5m4s
    Stable

    gronod released this 2026-05-29 13:24:46 +01:00 | 8 commits to main since this release

    sofarr v1.7.35

    Docker

    docker pull docker.i3omb.com/sofarr:1.7.35
    

    Changes

    • merge branch 'develop' into 'main' - Release v1.7.35
    • chore: bump version to 1.7.35 and update CHANGELOG and docs
    • fix: restrict arrInstanceKey to admin users in buildArrDownload (#73)
    • refactor: add JSDoc examples and log helper tracing in titleMatches (#73)
    • fix: support orphaned *arr queue items and improve download matching reliability (#73)
    • Fix #67: Clarify proxy routes expose selective subset of upstream APIs

    Downloads

    Downloads
  • sofarr v1.7.34
    Create Release / release (push) Successful in 38s
    Build and Push Docker Image / build (push) Successful in 2m38s
    Stable

    gronod released this 2026-05-28 18:15:46 +01:00 | 14 commits to main since this release

    sofarr v1.7.34

    Docker

    docker pull docker.i3omb.com/sofarr:1.7.34
    

    Changes

    • merge branch 'develop' into 'main' - Release v1.7.34
    • chore: bump version to 1.7.34 and update CHANGELOG and docs
    • style(ui): unify tab headers layout, typography, and icons (closes #72)
    • fix(webhooks): skip replay protection for Test events (closes #71)

    Downloads

    Downloads
  • sofarr v1.7.33
    CI / Tests & coverage (push) Successful in 2m53s
    Create Release / release (push) Successful in 17s
    CI / Security audit (push) Successful in 3m8s
    Build and Push Docker Image / build (push) Successful in 1m11s
    CI / Swagger Validation & Coverage (push) Successful in 2m23s
    Stable

    gronod released this 2026-05-28 17:43:23 +01:00 | 18 commits to main since this release

    sofarr v1.7.33

    Docker

    docker pull docker.i3omb.com/sofarr:1.7.33
    

    Changes

    • merge branch 'develop' into 'main' - Release v1.7.33
    • chore: bump version to 1.7.33 and update CHANGELOG and docs
    • feat(ui): align requests container and cards layout with downloads/history (closes #69)
    • fix(webhooks): correct Ombi isReplay() call after signature change (closes #70)

    Downloads

    Downloads
  • sofarr v1.7.32
    Create Release / release (push) Successful in 30s
    Build and Push Docker Image / build (push) Successful in 1m24s
    CI / Security audit (push) Successful in 2m1s
    CI / Swagger Validation & Coverage (push) Successful in 2m16s
    CI / Tests & coverage (push) Successful in 2m37s
    Stable

    Gandalf released this 2026-05-28 16:28:49 +01:00 | 22 commits to main since this release

    sofarr v1.7.32

    Docker

    docker pull docker.i3omb.com/sofarr:1.7.32
    

    Changes

    • merge branch 'develop' into 'main' - Release v1.7.32 (include markdownlint fix)
    • Fix markdownlint MD037 error in CHANGELOG.md
    • merge branch 'develop' into 'main' - Release v1.7.32
    • chore: bump version to 1.7.32 and update CHANGELOG and docs
    • fix: rTorrent null-safety, configurable SAB_HISTORY_LIMIT, lastError visibility (#68)
    • fix(transmission): map status 7 to Checking, implement control methods (closes #63)
    • fix(frontend): document non-standard vite config, clean stale client/dist (closes #66)
    • fix(matching): add torrent hash/downloadId matching, deduplicate by arrQueueId (closes #65)
    • fix(qbittorrent): add seeds/peers fields (num_seeds/num_leechs), guard empty response (closes #64)
    • fix(queue): extract shared arr cache helper, annotate season packs, null-guard flatMap (closes #61)
    • fix(webhooks): redesign replay key with content identifiers, log instance fallback (closes #62)

    Downloads

    Downloads
  • sofarr v1.7.31
    CI / Tests & coverage (push) Successful in 2m53s
    Create Release / release (push) Successful in 29s
    Build and Push Docker Image / build (push) Successful in 49s
    CI / Security audit (push) Successful in 3m18s
    CI / Swagger Validation & Coverage (push) Successful in 1m40s
    Stable

    gronod released this 2026-05-28 08:12:53 +01:00 | 33 commits to main since this release

    sofarr v1.7.31

    Docker

    docker pull docker.i3omb.com/sofarr:1.7.31
    

    Changes

    • merge branch 'develop' into 'main' - Release v1.7.31
    • chore: add build script helper, fix client index entrypoint, and copy full public build folder in Dockerfile
    • chore: bump version to 1.7.31 and update CHANGELOG and docs

    Downloads

    Downloads
  • sofarr v1.7.30
    Create Release / release (push) Successful in 42s
    CI / Security audit (push) Successful in 1m36s
    CI / Swagger Validation & Coverage (push) Successful in 3m20s
    CI / Tests & coverage (push) Successful in 3m53s
    Stable

    Gandalf released this 2026-05-28 08:03:51 +01:00 | 36 commits to main since this release

    sofarr v1.7.30

    Docker

    docker pull docker.i3omb.com/sofarr:1.7.30
    

    Changes

    • merge branch 'develop' into 'main' - Release v1.7.30
    • fix: resolve frontend connection issues by introducing concurrent startup and dynamic proxy configuration
    • merge branch 'develop' into 'main' - Fix CHANGELOG formatting for Release v1.7.30
    • docs: fix markdownlint formatting error on CHANGELOG.md line 40
    • merge branch 'develop' into 'main' - Release v1.7.30
    • chore: bump version to 1.7.30 and update CHANGELOG and docs
    • tests: expand coverage for poller, rate limiter, ombi decoration, downloads UI, and SSE streaming lifecycle (closes #60)

    Downloads

    Downloads
  • sofarr v1.7.29
    CI / Security audit (push) Successful in 2m47s
    Create Release / release (push) Successful in 40s
    CI / Swagger Validation & Coverage (push) Successful in 1m55s
    Build and Push Docker Image / build (push) Successful in 1m19s
    CI / Tests & coverage (push) Successful in 3m32s
    Stable

    gronod released this 2026-05-27 23:51:53 +01:00 | 43 commits to main since this release

    sofarr v1.7.29

    Docker

    docker pull docker.i3omb.com/sofarr:1.7.29
    

    Changes

    • merge branch 'develop' into 'main' - Release v1.7.29
    • chore: bump version to 1.7.29 and update CHANGELOG and docs
    • fix: resolve missing Radarr and Sonarr links on active downloads (fixes #59)

    Downloads

    Downloads