qui version history - 8 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 0.4.1
Released Sep 4, 2026 - 482.63 KBWorks with firefox 128.0 and laterChanged:
- Release:bun run submitbuilds the zips and uploads them to the Chrome Web Store and Firefox Add-ons throughwxt submit. Store credentials live in.env.submit, which git ignores.docs/agents/release.mdhas the layout. The Firefox version gets the CHANGELOG section of the release as its release notes.
Docs:
- Adddocs/agents/release.mdwith the release steps, the.env.submitlayout, and store error meanings.
Fixed:
- Firefox: adding a.torrentlink failed with "Fetch failed" since 0.4.0. The in-tab download succeeded, but Firefox blocks typed-array methods on the response bytes across its realm boundary, and the error text was lost. The encode now usesFileReader, and the notification shows the real Firefox error when a fetch fails.
- CI: the release job downloads the build artifact intoextensions/again, so tagged builds attach the zips to the GitHub release.Source code released under MIT License
Older versions
Version 0.4.0
Released Sep 3, 2026 - 482.63 KBWorks with firefox 128.0 and laterAdded
- Save paths: send a torrent to a configured save path. Set the paths in options, one per line. Each instance submenu lists them after the categories.
- Cross-seed in qui: a new context menu item for .torrent links. Pick an instance, then a target torrent from the ranked list or by name search, set category and tags, and qui adds the torrent pinned to that target with a full recheck. Needs qui 1.28.0 or newer. Magnet links are not supported because they carry no file list.
Changed
- Permissions: the extension no longer asks for access to all websites and has no always-on content script. Torrent files are fetched inside the clicked tab with activeTab and scripting, granted by the click itself.
- Server access: the qui server origin is now an optional permission. Save in options requests it. Existing users see a "Grant access" button in options until they grant it.
- Errors: notifications and the options page show the error text qui returns instead of only the HTTP status.
Removed
- The toolbar button no longer toggles based on torrent links found on the page. It is always enabled.Source code released under MIT License
Version 0.3.0
Released Feb 6, 2026 - 385.42 KBWorks with firefox 109.0a1 and later- Added: instance selection for context menu; auto-skip selection when only one enabled; popup hides disabled instances
- Changed: empty-state when no instances selected
- Docs: changelog added; AGENTS requires changelog updates
Source code released under MIT License
Version 0.2.1
Released Jan 27, 2026 - 385.23 KBWorks with firefox 109.0a1 and later- Improve torrent link detection
Source code released under MIT License
Version 0.2.0
Released Jan 26, 2026 - 384.72 KBWorks with firefox 109.0a1 and laterChangelog for 0.2.0:
What's New- Added browser-side torrent file fetching for private tracker support
- .torrent files are now downloaded in the browser using the page's authenticated session
- This allows adding torrents from private trackers that use cookie-based authentication
- Magnet links continue to work as before (sent directly to qui server)
Technical Changes- Added content script to fetch .torrent files with page cookies
- Added
addTorrentFileAPI function for uploading torrent file data - Changed from optional to required host permissions (
<all_urls>) for content script injection - Removed dynamic script injection in favor of manifest-declared content script
Source code released under MIT License
Version 0.1.2
Released Jan 26, 2026 - 382.72 KBWorks with firefox 109.0a1 and laterAdded optional HTTP Basic Auth support for users behind reverse proxies (e.g., nginx with basic auth). Configure username/password in the collapsible "Basic Auth" section in options.Source code released under MIT License
Version 0.1.1
Released Jan 26, 2026 - 382.38 KBWorks with firefox 109.0a1 and laterFixed an issue where HTTP connections to qui servers would fail on Firefox. HTTPS connections are unaffected.Source code released under MIT License
Version 0.1.0
Released Jan 23, 2026 - 382.34 KBWorks with firefox 109.0a1 and laterSource code released under MIT License