Bump version to 2.0.5 and update changelog
- Update version number in package.json to 2.0.5 - Add changelog entry for version 2.0.5 with recent fixes: - Config file properly stored in /etc/transmission-rss-manager - Fixed remote Transmission detection in install-script.sh - Enhanced symlink handling between installation and config directories - Better environment variable passing between install scripts
This commit is contained in:
parent
306049abdd
commit
1c16243a2d
@ -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!
|
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.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)
|
### v2.0.4 (2025-03-05)
|
||||||
- **Fixed**: Remote transmission detection in installer
|
- **Fixed**: Remote transmission detection in installer
|
||||||
- **Fixed**: Configuration directory creation and permissions
|
- **Fixed**: Configuration directory creation and permissions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "transmission-rss-manager",
|
"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",
|
"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