From 1ee2a8044b0f34c300184e4889749a672b1ad67d Mon Sep 17 00:00:00 2001 From: Gronod Date: Wed, 27 May 2026 23:11:23 +0100 Subject: [PATCH] chore: bump version to 1.7.27 and update CHANGELOG and docs --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- server/openapi.yaml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 007a48c..2031120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.27] - 2026-05-27 + +### Fixed + +- **Frontend Dashboard Serve Regression (Issue #57)** — Resolved a critical regression where the Vite-built frontend dashboard UI was not served. Consolidated Express configurations by migrating static files serving and SPA routing into the `createApp` factory in `server/app.js`. Cleaned up `server/index.js` to import and instantiate the app from the factory, successfully eliminating over 300 lines of duplicate route and middleware registrations, and ensuring alignment between development testing and production runtime configurations. + ## [1.7.26] - 2026-05-27 ### Fixed diff --git a/package-lock.json b/package-lock.json index b5c9722..1863455 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sofarr", - "version": "1.7.26", + "version": "1.7.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sofarr", - "version": "1.7.26", + "version": "1.7.27", "license": "MIT", "dependencies": { "axios": "^1.6.0", diff --git a/package.json b/package.json index 6b9c4c7..390dbef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sofarr", - "version": "1.7.26", + "version": "1.7.27", "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/openapi.yaml b/server/openapi.yaml index fd46135..0ea9f10 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.26 + version: 1.7.27 contact: name: sofarr license: