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": {