Update About modal with detailed version history
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
d5f00d5abd
commit
c8cf11b073
@ -595,26 +595,34 @@
|
||||
<div class="version">
|
||||
<h5>v2.0.0 - March 2025</h5>
|
||||
<ul>
|
||||
<li>Git-based installation and update system</li>
|
||||
<li>System status dashboard with version checking</li>
|
||||
<li>One-click updates through web interface</li>
|
||||
<li>Automatic Transmission installation</li>
|
||||
<li><strong>Major</strong>: Completely redesigned installation system using git</li>
|
||||
<li><strong>New</strong>: One-click update feature with version checking</li>
|
||||
<li><strong>New</strong>: Automatic Transmission detection and installation</li>
|
||||
<li><strong>New</strong>: System status dashboard with update notifications</li>
|
||||
<li><strong>New</strong>: About page with developer information</li>
|
||||
<li><strong>Improved</strong>: Better error handling for Transmission connection</li>
|
||||
<li><strong>Fixed</strong>: Various UI bugs and responsiveness issues</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="version">
|
||||
<h5>v1.2.0 - February 2025</h5>
|
||||
<ul>
|
||||
<li>Enhanced media organization</li>
|
||||
<li>Improved transmission client integration</li>
|
||||
<li>Better error handling</li>
|
||||
<li><strong>New</strong>: Enhanced media organization with better content detection</li>
|
||||
<li><strong>New</strong>: Improved post-processor with configurable filtering</li>
|
||||
<li><strong>Improved</strong>: Transmission client integration with better error handling</li>
|
||||
<li><strong>Improved</strong>: UI enhancements for better usability</li>
|
||||
<li><strong>Fixed</strong>: RSS feed parsing issues</li>
|
||||
<li><strong>Fixed</strong>: Authentication problems in certain configurations</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="version">
|
||||
<h5>v1.0.0 - January 2025</h5>
|
||||
<ul>
|
||||
<li>Initial release</li>
|
||||
<li>RSS feed integration with torrent downloads</li>
|
||||
<li>Basic web interface</li>
|
||||
<li><strong>Initial Release</strong>: Basic functionality for RSS feed monitoring</li>
|
||||
<li><strong>New</strong>: Integration with Transmission BitTorrent client</li>
|
||||
<li><strong>New</strong>: Web interface for managing torrents and feeds</li>
|
||||
<li><strong>New</strong>: Post-processing capability for downloaded content</li>
|
||||
<li><strong>New</strong>: Basic content categorization by media type</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user