Deluge Remote Modern version history - 11 versions
Deluge Remote Modern by TSA3000
Deluge Remote Modern version history - 11 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.5.6
Released Apr 21, 2026 - 133.32 KBWorks with firefox 140.0 and later, android 142.0 and later2026-04-21 v1.5.6 — Options Status Messages: Only Show What Actually Changed
- Fixed Apply announcing every setting as "updated" even when only one field was edited — the status block now shows only messages for keys whose value actually changed, and Apply with no edits is silentSource code released under MIT License
Older versions
Version 1.5.5
Released Apr 21, 2026 - 133.13 KBWorks with firefox 140.0 and later, android 142.0 and laterv1.5.5 — Pagination Visibility & Prowlarr Options Polish
2026-04-21Source code released under MIT License
Version 1.5.4
Released Apr 21, 2026 - 140.62 KBWorks with firefox 140.0 and later, android 142.0 and later2026-04-21 v1.5.4 — Pagination Settings Init Fix- Fixed "Show per-page selector in popup" and "Always show pagination bar" not applying on popup open (settings saved and toggled correctly, but the initial render happened before storage finished loading)
Source code released under MIT License
Version 1.5.3
Released Apr 21, 2026 - 132.93 KBWorks with firefox 140.0 and later, android 142.0 and later2026-04-21 v1.5.3 — Pagination UX & Remember Indexer Selection
New per-page selector dropdown in the popup (optional, gated by Options checkbox)
Added "5" as a per-page option
New "Always show pagination bar" option (default off — opt-in for users who want it persistent)
Indexer selection on the Prowlarr Search tab now persists across popup close/reopen
background.js reorganized with section banners and table of contentsSource code released under MIT License
Version 1.5.2
Released Apr 21, 2026 - 136.94 KBWorks with firefox 140.0 and later, android 142.0 and later2026-04-21 v1.5.2 — Bug Fixes
Fixed torrent size showing "0.0 KiB of 0.0 KiB" — now uses Deluge's authoritative total_done / total_wanted fields instead of deriving from total_size × progress
Fixed HTTP 400 from Prowlarr when searching multiple indexers — now sends repeated indexerIds / categories query parameters instead of comma-joined valuesSource code released under MIT License
Version 1.5.1
Released Apr 18, 2026 - 135.87 KBWorks with firefox 140.0 and later, android 142.0 and later2026-04-18 v1.5.1 — Prowlarr Search Table Fix
Fixed Prowlarr search result rows collapsing into the Title cell
buildRow() now returns a real <tr> built with createElement
No more DOMParser-based row construction (was hoisting table rows out of their wrapper)
2026-04-18 v1.5.0 — Prowlarr Integration & Optimistic Delete
Full Prowlarr search from the popup — tabbed UI (Torrents / Search Indexers / History)
Indexer multi-select, sortable results, one-click grab
Search history (last 50 queries persisted)
Encrypted Prowlarr API key (same AES-GCM as Deluge password)
Optimistic torrent deletion — instant row removal with server reconciliation
Auto-reconnect to daemon after WebUI disconnects
All Prowlarr UI uses AMO-safe DOM methods (no innerHTML)Source code released under MIT License
Version 1.4.2
Released Apr 16, 2026 - 114.77 KBWorks with firefox 140.0 and later, android 142.0 and laterBug Fixes
Removed innerHTML in options.js — AMO validator flagged an unsafe innerHTML assignment in the status message handler (line 205). Replaced with safe DOM construction using createElement("br"), createTextNode(), and appendChild(). Functionally identical — the status message displays the same way, just built from safe DOM nodes instead of HTML string concatenation.Source code released under MIT License
Version 1.4.1
Released Apr 16, 2026 - 114.45 KBWorks with firefox 140.0 and later, android 142.0 and laterFixed pagination bar appearing light in dark themes (including System/OS dark mode)Source code released under MIT License
Version 1.4.0
Released Apr 16, 2026 - 109.87 KBWorks with firefox 140.0 and later, android 142.0 and laterNew Features
Search by Name
New search input at the top of the popup filters the torrent list in real time (150ms debounce). Press Escape to clear. Combines with existing State, Tracker, and Label filters.
Setup Page Polish
Live URL preview — As you type, a preview box shows the exact endpoint URL being built (e.g. http://192.168.1.14:8112/json). Helps catch typos before saving.
Password show/hide toggle — Eye icon next to the password field.
Clearer base path help — Inline hint explains the base path field is only needed for reverse proxies, with examples.
HTTP warning panel — When HTTP protocol is selected, an inline warning appears with instructions for adding a Firefox HTTPS-Only Mode exception.
Enhanced Test Connection feedback — Color-coded result (green ✓ / red ✗) with specific error messages.
Label Plugin Detection
The extension now queries core.get_enabled_plugins on the first successful connection. If the Label plugin is not enabled on the Deluge server, the entire Label UI is hidden (per-row dropdowns + toolbar filter).
Performance
Diff-Based Polling
Subsequent polls use core.get_torrents_status with diff=true, returning only fields that changed. For large libraries (1000+ torrents) this reduces payload by 80-95%.
Event-Driven Updates
Subscribes to Deluge's event system — TorrentAddedEvent, TorrentRemovedEvent, TorrentStateChangedEvent, TorrentFinishedEvent, SessionPausedEvent, SessionResumedEvent — and polls web.get_events every second.
Trimmed Request Payload
Removed 5 unused fields — about 22% less data per torrent.
Bug Fixes
Fixed AbortError: signal is aborted without reason uncaught rejection from API timeouts
Raised API timeouts from 1500-2000ms to 5000msSource code released under MIT License
Version 1.3.0
Released Apr 15, 2026 - 105.79 KBWorks with firefox 140.0 and later, android 142.0 and laterv1.3.0 — Pagination & Test Connection Fix
2026-04-15
New Features- Torrent list pagination — The popup now paginates the torrent list instead of rendering every torrent at once. Default is no paging. Previous/Next buttons appear automatically when needed and hide when all torrents fit on a single page.
- Configurable page size — New "Torrents per page" dropdown in Options → Extras lets you choose 10, 20, 50, 100, or All (no paging).
Bug Fixes- Test Connection now saves settings first — Previously the "Test Connection" button on the Options page had no handler wired up. It now calls
saveOptions()before sendingcheck_status, so it tests against the values currently in the form rather than stale stored values. Shows clear feedback: green "Connected!", or red "Failed (reason)".
Behavior Details- Changing sort, filters, or adding/removing torrents resets pagination to page 1.
- Pagination bar is fully themed — works with all 6 themes and system auto dark mode.
- Page size setting takes effect immediately on the next popup open (or next render cycle if the options page is open alongside the popup).
Source code released under MIT License
Version 1.2.0
Released Apr 11, 2026 - 104.54 KBWorks with firefox 140.0 and later, android 142.0 and laterv1.2.0 Changes:
- Removed all innerHTML usage — replaced with safe DOM methods (createElement, textContent, DOMParser)
- Added "Test Connection" button to Options page
- Raised minimum Firefox version to 140 (required for data collection permissions)
- Added Android support (min version 142)Source code released under MIT License