From b2aa4f23faaad83b8567396e7d0473241a06ffbf Mon Sep 17 00:00:00 2001 From: Gronod Date: Fri, 29 May 2026 14:37:36 +0100 Subject: [PATCH] chore: bump version to 1.7.37 and update CHANGELOG and docs --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- server/app.js | 2 +- server/openapi.yaml | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b709e..c659a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).## [1.7.36] - 2026-05-29 +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.7.37] - 2026-05-29 + +### Fixed + +- **SABnzbd History Matching Symmetry (Issue #74)** — Consolidated SABnzbd active-download matching algorithms in `DownloadMatcher.js` by introducing a unified, type-safe internal helper `findSabMatch(sabDownloadId, nzbName, context, caller)`. Refactored `matchSabSlots` and `matchSabHistory` to route entirely through `findSabMatch`. This resolves a bug where completed SABnzbd downloads awaiting manual import in Sonarr or Radarr queues were incorrectly flagged as "unknown" client/"Orphaned (unconfigured client)". Added detailed unit tests to safeguard this behavior. + +## [1.7.36] - 2026-05-29 ### Fixed diff --git a/package-lock.json b/package-lock.json index 11712b3..0ba6824 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sofarr", - "version": "1.7.36", + "version": "1.7.37", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sofarr", - "version": "1.7.36", + "version": "1.7.37", "license": "MIT", "dependencies": { "axios": "^1.6.0", diff --git a/package.json b/package.json index 604ea20..12927ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sofarr", - "version": "1.7.36", + "version": "1.7.37", "description": "A personal media download dashboard that shows your downloads 'so far' while you relax on the sofa waiting for your *arr services to finish", "main": "server/index.js", "scripts": { diff --git a/server/app.js b/server/app.js index a6e6713..025be49 100644 --- a/server/app.js +++ b/server/app.js @@ -133,7 +133,7 @@ function createApp({ skipRateLimits = false } = {}) { * version: * type: string * description: sofarr version - * example: "1.7.36" + * example: "1.7.37" * x-code-samples: * - lang: curl * label: cURL diff --git a/server/openapi.yaml b/server/openapi.yaml index 91a14a4..b11a17b 100644 --- a/server/openapi.yaml +++ b/server/openapi.yaml @@ -22,7 +22,7 @@ info: ## SSE Streaming Real-time updates are available via Server-Sent Events at GET /api/dashboard/stream. - version: 1.7.36 + version: 1.7.37 contact: name: sofarr license: