From 626b24d35e3c701bac78122ae47d90122712a7c5 Mon Sep 17 00:00:00 2001 From: MasterDraco Date: Wed, 5 Mar 2025 10:02:42 +0000 Subject: [PATCH] Bump version to 2.0.6 and update changelog - Update version in package.json to 2.0.6 - Add changelog entries for the latest fixes: - Remote configuration settings properly collected and applied - Remote host and credentials now correctly stored in config - Non-interactive mode support for scripted installations - Better handling of piped input for remote configuration - Added debug output to help troubleshoot configuration issues --- README.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69cb039..6d7287e 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ -# Transmission RSS Manager v2.0.5 +# Transmission RSS Manager v2.0.6 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.6 (2025-03-05) +- **Fixed**: Remote configuration settings properly collected and applied +- **Fixed**: Remote host and credentials now correctly stored in config +- **Added**: Non-interactive mode support for scripted installations +- **Improved**: Better handling of piped input for remote configuration details +- **Improved**: Added debug output to help troubleshoot configuration issues + ### v2.0.5 (2025-03-05) - **Fixed**: Config file now properly stored in /etc/transmission-rss-manager directory - **Fixed**: Remote Transmission detection in install-script.sh diff --git a/package.json b/package.json index ea247ea..61da47f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transmission-rss-manager", - "version": "2.0.5", + "version": "2.0.6", "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": {