• v1.2.1 d2601cd83f

    v1.2.1 Stable

    matthias released this 2025-08-04 09:19:38 +00:00 | 0 commits to master since this release

    🐛 Bugfix Release v1.2.1

    Fixed

    • Inline Comment Support: Fixed parsing of RSS feeds file when using inline comments
    • Control Character Error: Resolved "URL can't contain control characters" error caused by comments in same line as URLs
    • RSS File Parsing: Comments after # are now properly stripped from URLs

    What's Changed

    This release fixes a parsing issue where inline comments in rss_feeds.txt caused control character errors. This now works correctly:

    https://mastodon.social/tags/homelab.rss                 #  20 posts/feed (default)
    https://fosstodon.org/tags/homelab.rss?limit=50          #  50 posts/feed
    

    Technical Details

    • Minimal fix using line.split('#', 1)[0].strip() to remove inline comments
    • No other changes to preserve stability
    • Backwards compatible with existing configurations

    For Existing Users

    Simply update your gts_holmirdas.py file and restart:

    # Download updated script
    wget https://git.klein.ruhr/matthias/gts-holmirdas/raw/v1.2.2/gts_holmirdas.py
    
    # Restart container
    docker compose restart gts-holmirdas
    

    Full Changelog: https://git.klein.ruhr/matthias/gts-holmirdas/compare/v1.2.0...v1.2.1

    Downloads
  • v1.2.0 c75b59fcbf

    v1.2.0 Stable

    matthias released this 2025-08-03 22:03:15 +00:00 | 11 commits to master since this release

    📚 Complete Documentation Release

    This release focuses on comprehensive documentation and community readiness based on real-world production deployment experience.

    🆕 New Documentation

    Wiki Structure

    • Installation Guide - Complete setup guide with production deployment strategies
    • Performance & Scaling - Optimization strategies with real performance benchmarks
    • Troubleshooting - Common issues and solutions from actual deployments
    • Monitoring & Stats - Understanding output metrics and health monitoring
    • Advanced Configuration - Production-ready environment management

    Community Features

    • All internal links tested and functional
    • Professional documentation structure
    • Real-world examples and benchmarks
    • Production deployment best practices

    📊 Production Validation

    This release is validated against a production deployment featuring:

    • 3,600+ federated instances discovered
    • 100+ posts per run processing capability
    • Sub-500MB memory usage in production
    • Multi-RSS feed management (30+ feeds)

    🔧 Documentation Improvements

    • Fixed broken internal wiki links
    • Corrected troubleshooting commands for Docker environments
    • Added real performance benchmarks from production usage
    • Removed non-existent features from advanced configuration
    • Enhanced community support information

    🤝 Community Ready

    This release makes GTS-HolMirDas fully community-ready with:

    • Complete setup instructions for new users
    • Real-world problem solutions
    • Performance optimization guidance
    • Production deployment strategies

    Full Changelog: v1.1.0...v1.2.0

    Downloads
  • v1.1.0 80867fc857

    matthias released this 2025-07-30 16:02:38 +00:00 | 13 commits to master since this release

    🚀 Performance Scaling Update

    Major Improvements

    • 5x Content Discovery: RSS URL parameters support (?limit=100)
    • Zero Performance Impact: Tested with 75 posts/run
    • Enhanced Documentation: Complete scaling guides and best practices
    • Production Ready: Stable operation at scale

    What's New

    • Support for ?limit=X parameters (up to 100 posts per feed)
    • Progressive scaling examples in configuration
    • Performance monitoring guidelines
    • Optimization strategies for different server capacities

    Upgrade recommended for all users!

    Downloads
  • v1.0.1 12d8fee03d

    matthias released this 2025-07-29 13:13:48 +00:00 | 14 commits to master since this release

    Proper credit to @aliceif + cross-platform community building

    Downloads
  • v1.0.0 5632a3d641

    matthias released this 2025-07-29 11:26:34 +00:00 | 22 commits to master since this release

    🚀 Initial Public Release

    RSS-based content discovery tool for GoToSocial instances.

    Features

    • Multi-instance RSS feed processing
    • Docker Compose deployment
    • Environment-based configuration
    • Comprehensive runtime statistics
    • Production-ready setup

    📦 Quick Start

    See README.md for installation instructions.

    Downloads