Update README with known issue about remote config

- Adjust changelog to be more accurate about remote configuration
- Add 'Known Issues' section to README.md
- Document issue with remote settings not being applied in update mode
- Provide workaround by suggesting manual configuration via web interface
This commit is contained in:
MasterDraco 2025-03-05 10:03:25 +00:00
parent 626b24d35e
commit 36ac18c998

View File

@ -5,11 +5,11 @@ A comprehensive web-based tool to automate and manage your Transmission torrent
## Changelog ## Changelog
### v2.0.6 (2025-03-05) ### 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 - **Added**: Non-interactive mode support for scripted installations
- **Improved**: Remote Transmission configuration collection in install-script.sh
- **Improved**: Better handling of piped input for remote configuration details - **Improved**: Better handling of piped input for remote configuration details
- **Improved**: Added debug output to help troubleshoot configuration issues - **Improved**: Added debug output to help troubleshoot configuration issues
- **Note**: When updating an existing installation, manual configuration of remote settings through the web interface may still be required
### v2.0.5 (2025-03-05) ### v2.0.5 (2025-03-05)
- **Fixed**: Config file now properly stored in /etc/transmission-rss-manager directory - **Fixed**: Config file now properly stored in /etc/transmission-rss-manager directory
@ -76,6 +76,11 @@ A comprehensive web-based tool to automate and manage your Transmission torrent
## Installation ## Installation
### Known Issues
- When updating an existing installation with Remote Transmission settings, you may need to manually configure the remote settings through the web interface after installation.
- The installer will properly detect and collect remote Transmission settings, but they may not be applied to the configuration file in update mode.
### Prerequisites ### Prerequisites
- Ubuntu/Debian-based system (may work on other Linux distributions) - Ubuntu/Debian-based system (may work on other Linux distributions)