From 302c75c534e4c2d360cab64438f1d3edb80efe3f Mon Sep 17 00:00:00 2001 From: MasterDraco Date: Fri, 7 Mar 2025 09:25:19 +0000 Subject: [PATCH] Bump version to 2.0.9 and update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated version to 2.0.9 - Added new changelog entries for all fixes - Documented remote connection fixes - Documented update button and status endpoint additions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39ff661..ac028f6 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ -# Transmission RSS Manager v2.0.8 +# Transmission RSS Manager v2.0.9 A comprehensive web-based tool to automate and manage your Transmission torrent downloads with RSS feed integration, intelligent media organization, and enhanced security features. Now with automatic updates and easy installation! ## Changelog +### v2.0.9 (2025-03-07) +- **Fixed**: Update button now appears properly on dashboard +- **Fixed**: Remote Transmission connection issues resolved +- **Fixed**: Improved connection test with better error handling +- **Added**: System status and update endpoints for version checking +- **Improved**: Update detection and notification on dashboard +- **Improved**: Better error handling for git operations + ### v2.0.8 (2025-03-07) - **Fixed**: Module import issues on fresh installations with proper file extension handling - **Fixed**: Adding compatibility symlinks for different module naming styles diff --git a/package.json b/package.json index 7d1322c..8db4fa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transmission-rss-manager", - "version": "2.0.8", + "version": "2.0.9", "description": "A comprehensive web-based tool to automate and manage your Transmission torrent downloads with RSS feed integration and intelligent media organization", "main": "server.js", "scripts": {