New
- Mobile plugin — a mobile-optimized web UI, bundled and auto-activated on mobile devices (or ?mobile=1): torrent list with live quick-search, status/label/tracker filters, add/start/stop/delete, per-torrent details (files/trackers/peers), save-path browser, and settings. (#3128, @xombiemp)
Improvements
- rutracker_check — smarter update detection for RuTracker and NNMClub (absorbed/merged topics, NNMClub passkey handling, guest-download fallback) and safer torrent replacement with rollback. (#3048, @IvanShift)
Fixes
- httprpc — unpause now sends d.start, so an unpaused torrent leaves the paused state instead of staying "Pausing" (and isn't treated as user-stopped on the next rtorrent restart). (#3129, @xombiemp)
- Minifier — updated the vendored JShrink to v1.8.1, fixing a regex character-class bug (/[^/]/) that truncated the minified plugin bundle and could break the UI. (#3130, @xirvik)
Internal