Standard Builds (Recommended)
- macOS Universal: superseedr-v1.0.6-universal-macos.pkg
- Linux (Debian): superseedr_v1.0.6_amd64.deb
- Windows (MSI): superseedr_v1.0.6_x64_en-US.msi
Private Builds (Advanced)
These builds do not contain PEX or DHT in the final binary. Not recommended for normal users unless you have privacy requirements.
- macOS Universal: superseedr-v1.0.6-private-universal-macos.pkg
- Linux (Debian): superseedr-private_v1.0.6_amd64.deb
- Windows (MSI): superseedr-private_v1.0.6_x64_en-US.msi
Screen.Recording.2026-05-02.at.12.53.18.AM.mov
Release v1.0.6
Thanks @qrlh for fixing file metadata related to mounts! #243
🚀 New Features
- Internal DHT Peer Discovery: Added an internal DHT backend with routing-cache support, peer announce support, dual-stack discovery hints, and health data in status snapshots.
- DHT Activity Visibility: Added DHT wave and peer-yield visibility in the TUI so discovery behavior is easier to monitor while torrents are running.
- Configuration Path Reporting: Added effective config path reporting to make standalone and shared runtime locations easier to verify.
✨ Improvements
- Smarter Peer Discovery Scheduling: Improved DHT demand planning, fairness, no-peer backoff, crawl reuse, and peer-slot pressure handling so discovery work stays useful without overpowering active peer traffic.
- More Reliable DHT Startup and Reconfiguration: DHT startup now falls back more safely when a runtime cannot bind, and port reconfigure/rebind paths release old sockets more predictably.
- Quieter Runtime Logs: Reduced repeated startup and shared-config logging, removed noisy metrics journaling logs, and kept concise startup/revision signals for operators.
- TUI Usability Polish: Restored vim-style right navigation, fixed dynamic table sorting, refined autosort pin behavior, and simplified the footer FPS display.
🐛 Bug Fixes
- Skipped File Safety: Existing skipped files are no longer resized during allocation, protecting user-skipped data from unwanted truncation or expansion.
- DHT Recovery Correctness: Fixed stale empty lookups, failed rebind handling, reset peer-slot pressure resend, finished lookup handles, and metadata edge cases.
- DHT Status Accuracy: Disabled or no-runtime DHT status now preserves configured bootstrap counts and reports responsive bootstrap nodes uniquely by address family.
- Protocol and Catalog Hardening: Hardened DHT KRPC decoding, public identity selection, announce-token behavior under pressure, and catalog recovery from torrent contents.