From c8cf11b0738ea775f430c7880bebd56906b8051b Mon Sep 17 00:00:00 2001 From: MasterDraco Date: Wed, 5 Mar 2025 00:16:16 +0000 Subject: [PATCH] Update About modal with detailed version history MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Enhance the version history in the About modal to match README.md - Add categorized changes (Major, New, Improved, Fixed) for each version - Format version entries for better readability - Ensure consistency between About modal and README.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- public/index.html | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/public/index.html b/public/index.html index 74aa175..119be0d 100644 --- a/public/index.html +++ b/public/index.html @@ -595,26 +595,34 @@
v2.0.0 - March 2025
    -
  • Git-based installation and update system
  • -
  • System status dashboard with version checking
  • -
  • One-click updates through web interface
  • -
  • Automatic Transmission installation
  • +
  • Major: Completely redesigned installation system using git
  • +
  • New: One-click update feature with version checking
  • +
  • New: Automatic Transmission detection and installation
  • +
  • New: System status dashboard with update notifications
  • +
  • New: About page with developer information
  • +
  • Improved: Better error handling for Transmission connection
  • +
  • Fixed: Various UI bugs and responsiveness issues
v1.2.0 - February 2025
    -
  • Enhanced media organization
  • -
  • Improved transmission client integration
  • -
  • Better error handling
  • +
  • New: Enhanced media organization with better content detection
  • +
  • New: Improved post-processor with configurable filtering
  • +
  • Improved: Transmission client integration with better error handling
  • +
  • Improved: UI enhancements for better usability
  • +
  • Fixed: RSS feed parsing issues
  • +
  • Fixed: Authentication problems in certain configurations
v1.0.0 - January 2025
    -
  • Initial release
  • -
  • RSS feed integration with torrent downloads
  • -
  • Basic web interface
  • +
  • Initial Release: Basic functionality for RSS feed monitoring
  • +
  • New: Integration with Transmission BitTorrent client
  • +
  • New: Web interface for managing torrents and feeds
  • +
  • New: Post-processing capability for downloaded content
  • +
  • New: Basic content categorization by media type