diff --git a/README.md b/README.md index 0cd2968..69cb039 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ -# Transmission RSS Manager v2.0.4 +# Transmission RSS Manager v2.0.5 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.5 (2025-03-05) +- **Fixed**: Config file now properly stored in /etc/transmission-rss-manager directory +- **Fixed**: Remote Transmission detection in install-script.sh +- **Improved**: Enhanced symlink handling between installation dir and config dir +- **Improved**: Better environment variable passing between install scripts + ### v2.0.4 (2025-03-05) - **Fixed**: Remote transmission detection in installer - **Fixed**: Configuration directory creation and permissions diff --git a/package.json b/package.json index 6ad9795..ea247ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transmission-rss-manager", - "version": "2.0.4", + "version": "2.0.5", "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": {