Historique de versions de Auto Tab Groups - 25 versions
Auto Tab Groups par Nitzan
Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.
Dernière version
Version 3.5.0
Publié le 18 avr. 2026 - 358,87 KoFonctionne avec firefox 142.0 et versions supérieures- Runtime language picker in popup + sidebar, persists across restarts
- 6 new locales: Hebrew, Arabic, Spanish, Hindi, Russian, Chinese
- RTL support for Hebrew and Arabic
- Advanced settings section with "Hide context menu" toggle
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Anciennes versions
Version 3.4.1
Publié le 18 avr. 2026 - 307,62 KoFonctionne avec firefox 142.0 et versions supérieures- Adds an A-Z / Z-A direction toggle to the Sorting section in popup and sidebar.
- Persists sortGroupsDirection ("asc" | "desc") in storage and re-runs sort immediately when changed (when alphabetical sort is enabled).
- Comparator multiplies localeCompare by -1 for "desc", so both ordering and indexing honor the chosen direction.
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 3.4.0
Publié le 13 avr. 2026 - 306,87 KoFonctionne avec firefox 142.0 et versions supérieures- Added a Blacklist feature. That is, allowing to set a list of domains that should never be grouped.
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 3.3.2
Publié le 9 avr. 2026 - 305,31 KoFonctionne avec firefox 142.0 et versions supérieures- Fixes false-positive "Pattern Conflicts Detected" warnings when a pattern is explicitly excluded by the conflicting rule
- Adds isNegatedByExclusions() helper that checks if a pattern is covered by any exclusion pattern (exact match or subsumed by wildcard)
- Updates detectConflicts() to suppress conflicts when either side's exclusions negate the overlap
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 3.3.1
Publié le 7 avr. 2026 - 305,24 KoFonctionne avec firefox 142.0 et versions supérieures- Added support in UrlPatternMatcher to match a lone * pattern, which now matches any domain.
- Improved handling of wildcard patterns, including those with ports (e.g., :8403, ...:8403, 192.168.1.:8403), and refined the logic for subdomain and middle wildcards to handle more cases.
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 3.3.0
Publié le 3 avr. 2026 - 305,25 KoFonctionne avec firefox 142.0 et versions supérieures- Port matching in patterns (Allow Ports in Custom Rules #53): Patterns can now include an optional :port suffix (e.g., localhost:3000, .example.com:8080, localhost:). If no port is specified, any port matches (backward-compatible). Handles default ports (80/443) and validates range 1-65535.
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 3.2.0
Publié le 2 avr. 2026 - 304,79 KoFonctionne avec firefox 142.0 et versions supérieures- Fix localhost tab grouping
- Add exclusion patterns
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 3.1.3
Publié le 25 mars 2026 - 304,1 KoFonctionne avec firefox 142.0 et versions supérieures- Tab Group Sorting: Added "Keep groups sorted A-Z" option to automatically sort tab groups alphabetically
- Group Indexing: Added "Number groups" option to prefix group titles with position numbers (e.g., "1. AI", "2. Docs")
- Added UI controls in both popup and sidebar for sorting settings
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 3.1.1
Publié le 25 mars 2026 - 302,36 KoFonctionne avec firefox 142.0 et versions supérieures- Context Menu Enhancement: Added "Add Tab to Existing Rule" parent menu with dynamic sub-menu items for each enabled rule
- Popup & Sidebar UI: Added "+" button to quickly add the current tab's domain to an existing rule
- addDomainToRule Method: New service method that safely appends a domain to a rule's patterns with duplicate detection
- Menu Refresh: Automatically refresh context menu sub-items after rule changes (add/update/delete)
- Firefox Support: Added runtime browser detection to enable "tab" context menu in Firefox
- Comprehensive Tests: Full test coverage for domain addition logic including edge cases and error handling
- Message Types: Added
AddDomainToRuleMessageinterface for background service communication
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 3.0.6
Publié le 17 mars 2026 - 300,78 KoFonctionne avec firefox 142.0 et versions supérieuresfeat: make "open tab next to current" opt-in with toggleCode source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 3.0.4
Publié le 13 févr. 2026 - 300,36 KoFonctionne avec firefox 142.0 et versions supérieuresfeat: defer tab grouping for pending navigation in FirefoxCode source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 3.0.3
Publié le 13 févr. 2026 - 300,3 KoFonctionne avec firefox 142.0 et versions supérieuresfeat: implement tab repositioning next to opener within the same group. Fix github issue #32Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 3.0.2
Publié le 10 févr. 2026 - 300,15 KoFonctionne avec firefox 142.0 et versions supérieuresCode source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 2.1.10
Publié le 3 févr. 2026 - 282,35 KoFonctionne avec firefox 142.0 et versions supérieures- Bug Fix: "Group new empty tabs under System" Toggle Ignored
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 2.1.9
Publié le 31 janv. 2026 - 282,35 KoFonctionne avec firefox 142.0 et versions supérieuresAdd Inter font styles for regular and semi-bold weightsCode source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 2.1.8
Publié le 31 janv. 2026 - 52,72 KoFonctionne avec firefox 142.0 et versions supérieures- fix: Minimum threshold for tab groups not applying when removing tabs from a group
- feat: Auto Capitalize group titles.
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 2.1.7
Publié le 31 janv. 2026 - 52,7 KoFonctionne avec firefox 142.0 et versions supérieures- Feat: Implement color picker for group color selection in rules modal
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 2.1.6
Publié le 31 janv. 2026 - 52,32 KoFonctionne avec firefox 142.0 et versions supérieures- Feat: Added a "Create Rule from Group" button in the page's right-click menu
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 2.1.5
Publié le 31 janv. 2026 - 51 KoFonctionne avec firefox 142.0 et versions supérieures- Improved custom rule matching with priority for exact domains over auto-subdomains
- Removed the limit on the number of domain patterns per rule
- Added comprehensive E2E tests for auto-grouping and auto-collapse (focus mode)
- Refined Playwright E2E test configuration
- Bumped package version to 2.1.5
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 2.1.4
Publié le 24 janv. 2026 - 50,89 KoFonctionne avec firefox 142.0 et versions supérieures- Added Focus mode / Auto collapse inactive groups
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 2.1.3
Publié le 23 janv. 2026 - 46,8 KoFonctionne avec firefox 142.0 et versions supérieures- Refactor to use WXT, TS, and Bun
- Fixed code.
- Added tests.
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 2.1.2
Publié le 23 janv. 2026 - 46,8 KoFonctionne avec firefox 142.0 et versions supérieuresCode source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 1.7.1
Publié le 6 août 2025 - 71,33 KoFonctionne avec firefox 139.0 et versions supérieuresFix: Save patternType property in the state for the rules and update handling in RulesModal and RulesServiceCode source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 1.7.0
Publié le 6 août 2025 - 71,22 KoFonctionne avec firefox 139.0 et versions supérieures- Enhanced the rules to be more robust, and allow more grouping options
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement
Version 1.6.1
Publié le 1 août 2025 - 65,22 KoFonctionne avec firefox 139.0 et versions supérieures- Fix: Rules fail to recognize uppercase route. Thanks to @SacredSkull in github for noticing and suggesting the fix!
Code source publié sous licence GNU Lesser General Public License v3.0 uniquement