diff --git a/CHANGELOG.md b/CHANGELOG.md index 48faebf..fa63092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.34] - 2026-05-28 + +### Fixed + +- **Webhook Test Duplicate Error (Issue #71)** — Skipped duplicate/replay protection for `"Test"` event types in Sonarr and Radarr webhook handlers, resolving test button failures. Resolves Gitea Issue [#71](https://git.i3omb.com/Gandalf/sofarr/issues/71). + +### Enhanced + +- **Unified Tab Header Layout & Typography Consistency (Issue #72)** — Added consistent titles, subtitles, and icons across Active Downloads, Recently Completed, and Requests tab panels, and refactored styling to use a unified flexbox design with CSS variables. Resolves Gitea Issue [#72](https://git.i3omb.com/Gandalf/sofarr/issues/72). + ## [1.7.33] - 2026-05-28 ### Added diff --git a/package-lock.json b/package-lock.json index bca671a..168a732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sofarr", - "version": "1.7.33", + "version": "1.7.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sofarr", - "version": "1.7.33", + "version": "1.7.34", "license": "MIT", "dependencies": { "axios": "^1.6.0", diff --git a/package.json b/package.json index 69f5157..61c6b09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sofarr", - "version": "1.7.33", + "version": "1.7.34", "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/public/index.html b/public/index.html index 8908e42..db79c07 100644 --- a/public/index.html +++ b/public/index.html @@ -170,8 +170,12 @@
Track and manage your active media downloads in real-time
+