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
This commit is contained in:
parent
a5afa1bb80
commit
626b24d35e
@ -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!
|
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
|
## 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)
|
### 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
|
||||||
- **Fixed**: Remote Transmission detection in install-script.sh
|
- **Fixed**: Remote Transmission detection in install-script.sh
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "transmission-rss-manager",
|
"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",
|
"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",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user