Auto Tab Groups version history - 14 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.1.7
Released Jun 2, 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 License v3.0 only
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.1.6
Released May 31, 2025 - 21.54 KBWorks with firefox 139.0 and later- Refactor: Initial states to SSOT
Source code released under GNU Lesser General Public License v3.0 only
Version 1.1.5
Released May 30, 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 License v3.0 only
Version 1.1.4
Released May 30, 2025 - 21.52 KBWorks with firefox 139.0 and later- Code refactor
- UX & UI enhancements.
Source code released under GNU Lesser General Public License v3.0 only
Version 1.1.3
Released May 30, 2025 - 19.93 KBWorks with firefox 139.0 and laterFixed bugSource code released under GNU Lesser General Public License v3.0 only
Version 1.1.2
Released May 30, 2025 - 19.83 KBWorks with firefox 139.0 and later- UX & UI improvements.
Source code released under GNU Lesser General Public License v3.0 only
Version 1.1.1
Released May 28, 2025 - 18.87 KBWorks with firefox 139.0 and later- UX & UI improvements.
Source code released under GNU Lesser General Public License v3.0 only
Version 1.1.0
Released May 28, 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 License
Version 1.0.8
Released May 28, 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 License
Version 1.0.7
Released May 28, 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 License
Version 1.0.6
Released May 26, 2025 - 15.55 KBWorks with firefox 139.0 and laterCode fix.Source code released under MIT License
Version 1.0.5
Released May 26, 2025 - 15.62 KBWorks with firefox 139.0 and later- 🇹 Auto naming each group by the domain.
- 🎨 Added consistent colors for each domain.
- 🔄 Added a "Toggle grouping by subdomain (on/off)" option.
- Code refactor.
Source code released under MIT License
Version 1.0.3
Released May 22, 2025 - 14.58 KBWorks with firefox 58.0 and later- Added a
Only apply to new tabs
toggle button and functionality. - Refactored code.
Source code released under MIT License
- Added a
Version 1.0.2
Released May 7, 2025 - 13.98 KBWorks with firefox 58.0 and laterFixed packagingSource code released under MIT License