Auto Tab Groups version history - 25 versions
Auto Tab Groups by Nitzan
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 1.3.5
Released 15 Jun 2025 - 58.17 kBWorks with firefox 139.0 and later- Fixed file file import window doesn't load the file the first time.
Source code released under GNU Lesser General Public Licence v3.0 only
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.3.4
Released 15 Jun 2025 - 57.72 kBWorks with firefox 139.0 and later- SIdebar now has working import/export functionality as well.
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.3.3
Released 15 Jun 2025 - 57.72 kBWorks with firefox 139.0 and later- Added basic import & export functionality to the rules.
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.3.2
Released 15 Jun 2025 - 51.55 kBWorks with firefox 139.0 and later- Fixed country SLDs handeling
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.3.1
Released 15 Jun 2025 - 50.91 kBWorks with firefox 139.0 and later- Added wildcard domains to the custom rules.
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.3.0
Released 15 Jun 2025 - 49.63 kBWorks with firefox 139.0 and later- small fix:Enhance color generation to preserve custom rule colors during randomization
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.2.8
Released 15 Jun 2025 - 49.43 kBWorks with firefox 139.0 and later- Bug fixes.
- HUGE refactor; made the auto grouping logic almost stateless.
- UX & UI fixes.
- Enhancements.
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.2.7
Released 14 Jun 2025 - 54.98 kBWorks with firefox 139.0 and laterFix persistence of stateSource code released under GNU Lesser General Public Licence v3.0 only
Version 1.2.6
Released 14 Jun 2025 - 53.95 kBWorks with firefox 139.0 and laterFixed popup width for when removing a custom rule.Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.2.5
Released 14 Jun 2025 - 53.96 kBWorks with firefox 139.0 and laterI added custom rules!
It still a work in progress, but please let me know in the support page if there are any bugs :)
Also, refactors.Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.2.4
Released 13 Jun 2025 - 33.54 kBWorks with firefox 139.0 and laterFix meaningless race condition errors.Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.2.3
Released 13 Jun 2025 - 33.34 kBWorks with firefox 139.0 and laterBug fixes & code refactorSource code released under GNU Lesser General Public Licence v3.0 only
Version 1.2.2
Released 12 Jun 2025 - 31.38 kBWorks with firefox 139.0 and laterFixed auto grouping on extension start(if needed)Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.2.1
Released 12 Jun 2025 - 31.32 kBWorks with firefox 139.0 and laterFixed async sorting bug.Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.2.0
Released 12 Jun 2025 - 30.98 kBWorks with firefox 139.0 and laterCode refactor for future enhancementsSource code released under GNU Lesser General Public Licence v3.0 only
Version 1.1.7
Released 2 Jun 2025 - 21.59 kBWorks with firefox 139.0 and later- Fixed: Pinned tabs get auto-grouped even though they shouldn't.
- TBD: Auto-grouping tabs that were just unpinned. Couldn't find the relevant event listener in the Firefox API. Might approach differently.
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.1.6
Released 31 May 2025 - 21.54 kBWorks with firefox 139.0 and later- Refactor: Initial states to SSOT
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.1.5
Released 30 May 2025 - 21.45 kBWorks with firefox 139.0 and later- Re-arranged options for better UX and clarity.
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.1.4
Released 30 May 2025 - 21.52 kBWorks with firefox 139.0 and later- Code refactor
- UX & UI enhancements.
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.1.3
Released 30 May 2025 - 19.93 kBWorks with firefox 139.0 and laterFixed bugSource code released under GNU Lesser General Public Licence v3.0 only
Version 1.1.2
Released 30 May 2025 - 19.83 kBWorks with firefox 139.0 and later- UX & UI improvements.
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.1.1
Released 28 May 2025 - 18.87 kBWorks with firefox 139.0 and later- UX & UI improvements.
Source code released under GNU Lesser General Public Licence v3.0 only
Version 1.1.0
Released 28 May 2025 - 18.75 kBWorks with firefox 139.0 and later- 📎 Group management:
- One-click collapse/expand all groups
- Real-time group updates
Source code released under MIT Licence
Version 1.0.8
Released 28 May 2025 - 18.19 kBWorks with firefox 139.0 and later- 🎨 Advanced color management:
- Consistent colors for each domain group
- Random color generation with one click
- Optional preservation of manually customized colors
- Remembers color preferences across browser sessions
Source code released under MIT Licence
Version 1.0.7
Released 28 May 2025 - 16.72 kBWorks with firefox 139.0 and later- Fixed Duplicate Groups Bug
- Removed reliance on maintaining our own group-to-domain mapping state
- Now uses browser's actual tab groups as source of truth
- Groups are identified by their first tab's domain instead of group titles
- Improved Domain Handling
- More robust domain extraction
- Better handling of invalid URLs, IP addresses, and localhost
- Added special cases for .local domains
- Enhanced Group Naming
- Cleaner group titles by removing TLDs (e.g., "google.com" → "google")
- Removes "www" subdomain when it exists (e.g., "www.github.com" → "github")
- Preserves other subdomains when relevant (e.g., "mail.google.com" → "mail.google")
- Code Structure Improvements
- Separated domain utilities into their own module
- Added comprehensive logging for debugging
- Simplified state management by removing redundant mappings
- More consistent error handling
Source code released under MIT Licence