diff --git a/README.md b/README.md index 4cd986d..8a55ba2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Transmission RSS Manager v2.0.10 +# Transmission RSS Manager v2.0.11 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! @@ -14,6 +14,16 @@ If you installed using the bootstrap installer, these requirements should be met ## Changelog +### v2.0.11 (2025-03-10) +- **Fixed**: Fixed update button persistence with advanced floating notification +- **Fixed**: Resolved version display issues with direct package.json reading +- **Fixed**: Improved update process for better version reporting +- **Fixed**: Resolved conflict between test mode and actual update status +- **Added**: Refresh button on update notification for easier version checking +- **Added**: Clear test mode indicators to prevent confusion +- **Improved**: Enhanced cache busting for more reliable version checking +- **Improved**: Better user feedback during update process + ### v2.0.10 (2025-03-10) - **Fixed**: Fixed "fs.existsSync is not a function" error in update check - **Improved**: Better error handling for git repository checks diff --git a/package.json b/package.json index b87e199..5c0779f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transmission-rss-manager", - "version": "2.0.10", + "version": "2.0.11", "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": { diff --git a/public/index.html b/public/index.html index 62e8ca3..72892cf 100644 --- a/public/index.html +++ b/public/index.html @@ -592,6 +592,19 @@
Transmission RSS Manager v2.0.10
+Transmission RSS Manager v2.0.11
© 2025 PowerData.dk - All Rights Reserved