Standard Builds (Recommended)
- macOS Universal: superseedr-v1.0.1-universal-macos.pkg
- Linux (Debian): superseedr_v1.0.1_amd64.deb
- Windows (MSI): superseedr_v1.0.1_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.1-private-universal-macos.pkg
- Linux (Debian): superseedr-private_v1.0.1_amd64.deb
- Windows (MSI): superseedr-private_v1.0.1_x64_en-US.msi
Release v1.0.0
🚀 New Features
- Integrated RSS Workspace: Added a full RSS experience in-app, including feed management, preview browsing, and streamlined ingest so you can discover and add downloads without leaving the terminal.
- Advanced RSS Filtering: Added richer filter modes and smarter match handling so you can surface relevant feed items faster and reduce manual triage.
- Safer High-Impact Actions: Added stronger confirmation flows (including Shift+Y confirmation paths) to reduce accidental destructive actions during everyday use.
✨ Improvements
- Magnet Name Resolution: Magnet entries now resolve display names more reliably from link metadata, making startup and history views clearer.
- UI Flow Consistency: Screen transitions, search behavior, and key routing are more predictable across browser, normal, and help flows for smoother navigation.
- Persistence Robustness: Torrent metadata persistence is now more durable across restart scenarios, with safer file finalization behavior on platform-specific edge cases.
🐛 Bug Fixes
- DHT Recovery Handling: Fixed DHT rebind/bootstrap warning handling and added automatic recovery retries so temporary bootstrap failures are less disruptive.
- Progress Accuracy with Skipped Files: Fixed completion/progress display for torrents with skipped files to avoid misleading partial-progress states.
- RSS Network Safety Edge Cases: Fixed RSS URL safety handling for localhost/private-network edge cases (including IPv6-localhost parsing) and improved stale RSS error cleanup.
Release v1.0.1
🚀 New Features
- Duplicate Filter Guardrails: RSS filter creation now blocks duplicates for the same mode using normalized matching (trim + case-insensitive), with a clear in-app status message.
✨ Improvements
- First-Filter Draft Highlighting: While creating the first RSS filter, Explorer match highlighting now remains visible instead of being fully greyed out.
- History Row Readability: RSS History rows now render source at the end of each line for better title-first scanning.
- RSS Add-Entry Shortcut Consistency: Restored
[a]add-entry behavior for Links and Filters panes to match expected key-hint behavior.
🐛 Bug Fixes
- Filter List Selection Safety: Fixed filter-pane selection clamping to use rendered item count, preventing stale-index edge cases.
- RSS Interaction Regressions Covered: Added/updated RSS tests for link/filter add-entry keyflow, duplicate filter rejection, and first-filter draft highlighting behavior.