GroupBy — Tab Grouper version history - 2 versions
GroupBy — Tab Grouper by Edwin
GroupBy — Tab Grouper version history - 2 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.1.1
Released Jul 10, 2026 - 76.54 KBWorks with firefox 142.0 and laterfix(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.Source code released under MIT License
Older versions
Version 0.1.0
Released Jul 4, 2026 - 76.34 KBWorks with firefox 142.0 and laterSource code released under MIT License