qui 版本历史 - 10 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 0.4.3
发布于 2026年9月12日 - 482.91 KB适用于 firefox 128.0 及更高版本Added:
- Menu: choose Top, Bottom, or Disabled for the cross-seed action. Top remains the default. Hide empty instance menus and show a settings hint when no actions remain.
Fixed:
- Menu: skip the instance submenu when only one enabled instance has visible actions.
- Tests: use typed cached data and fix typechecking for menu order expectations.
Changed:
- Dependencies: update lucide-react and the Bun and React DOM types.源代码遵循 MIT 许可证 发布
较早版本
版本 0.4.2
发布于 2026年9月8日 - 482.48 KB适用于 firefox 128.0 及更高版本Changed:
- Menu: group cross-seed, categories, and saved paths under one "qui" menu (#31). One enabled instance needs no instance submenu. Favorites only filters categories.源代码遵循 MIT 许可证 发布
版本 0.4.1
发布于 2026年9月4日 - 482.63 KB适用于 firefox 128.0 及更高版本Changed:
- 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.源代码遵循 MIT 许可证 发布
版本 0.4.0
发布于 2026年9月3日 - 482.63 KB适用于 firefox 128.0 及更高版本Added
- 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.源代码遵循 MIT 许可证 发布
版本 0.3.0
发布于 2026年2月6日 - 385.42 KB适用于 firefox 109.0a1 及更高版本- 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
源代码遵循 MIT 许可证 发布
版本 0.2.1
发布于 2026年1月27日 - 385.23 KB适用于 firefox 109.0a1 及更高版本- Improve torrent link detection
源代码遵循 MIT 许可证 发布
版本 0.2.0
发布于 2026年1月26日 - 384.72 KB适用于 firefox 109.0a1 及更高版本Changelog 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
源代码遵循 MIT 许可证 发布
版本 0.1.2
发布于 2026年1月26日 - 382.72 KB适用于 firefox 109.0a1 及更高版本Added 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.源代码遵循 MIT 许可证 发布
版本 0.1.1
发布于 2026年1月26日 - 382.38 KB适用于 firefox 109.0a1 及更高版本Fixed an issue where HTTP connections to qui servers would fail on Firefox. HTTPS connections are unaffected.源代码遵循 MIT 许可证 发布