Container Redirect 版本历史 - 4 个版本
Container Redirect 作者: max.dw.i
Container Redirect 版本历史 - 4 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 3.12.3
发布于 2026年1月18日 - 75.62 KB适用于 firefox 58.0 及更高版本[3.12.3] - 18 Jan 2026
Fixed- Fix CSV editor. Import rules correctly even if the values of the container color and icon are empty or do not match the values of the existing container.
源代码遵循 MIT 许可证 发布
较早版本
版本 3.12.2
发布于 2025年12月20日 - 75.54 KB适用于 firefox 58.0 及更高版本[3.12.2] - 20 Dec 2025
Added- Add integration with extension
Temporary Containers Plus. See the PR.
Fixed- If a tab is opened in a container (1) and there's a container (2) with a pettern like
<>example.com, when you openexample.com, it stays in the container (2). See the issue.
源代码遵循 MIT 许可证 发布
- Add integration with extension
版本 3.12.0
发布于 2025年4月16日 - 326.61 KB适用于 firefox 58.0 及更高版本Changed- BREAKING Remove matching patterns beginning with
!. Now any pattern that does not start with@is a glob pattern (see https://github.com/max-dw-i/container-redirect?tab=readme-ov-file#usage). - BREAKING Option 'Match domain only' is removed. If a glob pattern has only a domain in it, only URL's domain is going to be checked. If a glob pattern has a domain with a path, the whole URL is going to be checked. For more granular matching use regex patterns (see https://github.com/max-dw-i/container-redirect?tab=readme-ov-file#usage).
Added- BREAKING The order of matching patterns is important now, it defines what pattern is going to be used if there are more than one match (the one that is higher in the list). It can be changed in the 'CSV editor' pop-up.
源代码遵循 MIT 许可证 发布
- BREAKING Remove matching patterns beginning with