GroupBy — Tab Grouper 版本历史 - 2 个版本
GroupBy — Tab Grouper 作者: Edwin
GroupBy — Tab Grouper 版本历史 - 2 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 0.1.1
发布于 2026年7月10日 - 76.54 KB适用于 firefox 142.0 及更高版本fix(applier): preserve renamed/recolored groups on re-group
Previously applyPlans called tabGroups.update() unconditionally for every
plan, clobbering manual renames, recolors, and collapse state on each
re-group even with 'ungroup before grouping' unchecked.
Now reuse happens by membership (the group the plan's tabs already live in),
and title/color/collapsed are set only when creating a brand-new group. The
controller passes candidates through so membership reuse works in production.
Adds tests: re-grouping preserves a renamed group; reuse makes no update
call; new groups still get their appearance set.源代码遵循 MIT 许可证 发布