Povijest verzija dodatka Auto Tab Groups – 25 verzija
Auto Tab Groups Autor: Nitzan
Oprez sa starim verzijama! Ove se verzije prikazuju u svrhu testiranja i referenci.Uvijek koristiti najnoviju verziju dodatka.
Najnovija verzija
Verzija 3.5.0
Objavljeno 18. tra. 2026 – 358,87 KBRadi s firefox 142.0 i novije verzije- 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
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Starije verzije
Verzija 3.4.1
Objavljeno 18. tra. 2026 – 307,62 KBRadi s firefox 142.0 i novije verzije- 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.
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 3.4.0
Objavljeno 13. tra. 2026 – 306,87 KBRadi s firefox 142.0 i novije verzije- Added a Blacklist feature. That is, allowing to set a list of domains that should never be grouped.
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 3.3.2
Objavljeno 9. tra. 2026 – 305,31 KBRadi s firefox 142.0 i novije verzije- 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
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 3.3.1
Objavljeno 7. tra. 2026 – 305,24 KBRadi s firefox 142.0 i novije verzije- 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.
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 3.3.0
Objavljeno 3. tra. 2026 – 305,25 KBRadi s firefox 142.0 i novije verzije- 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.
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 3.2.0
Objavljeno 2. tra. 2026 – 304,79 KBRadi s firefox 142.0 i novije verzije- Fix localhost tab grouping
- Add exclusion patterns
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 3.1.3
Objavljeno 25. ožu. 2026 – 304,1 KBRadi s firefox 142.0 i novije verzije- 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
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 3.1.1
Objavljeno 25. ožu. 2026 – 302,36 KBRadi s firefox 142.0 i novije verzije- 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
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 3.0.6
Objavljeno 17. ožu. 2026 – 300,78 KBRadi s firefox 142.0 i novije verzijefeat: make "open tab next to current" opt-in with toggleIzvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 3.0.4
Objavljeno 13. velj. 2026 – 300,36 KBRadi s firefox 142.0 i novije verzijefeat: defer tab grouping for pending navigation in FirefoxIzvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 3.0.3
Objavljeno 13. velj. 2026 – 300,3 KBRadi s firefox 142.0 i novije verzijefeat: implement tab repositioning next to opener within the same group. Fix github issue #32Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 3.0.2
Objavljeno 10. velj. 2026 – 300,15 KBRadi s firefox 142.0 i novije verzijeIzvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 2.1.10
Objavljeno 3. velj. 2026 – 282,35 KBRadi s firefox 142.0 i novije verzije- Bug Fix: "Group new empty tabs under System" Toggle Ignored
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 2.1.9
Objavljeno 31. sij. 2026 – 282,35 KBRadi s firefox 142.0 i novije verzijeAdd Inter font styles for regular and semi-bold weightsIzvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 2.1.8
Objavljeno 31. sij. 2026 – 52,72 KBRadi s firefox 142.0 i novije verzije- fix: Minimum threshold for tab groups not applying when removing tabs from a group
- feat: Auto Capitalize group titles.
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 2.1.7
Objavljeno 31. sij. 2026 – 52,7 KBRadi s firefox 142.0 i novije verzije- Feat: Implement color picker for group color selection in rules modal
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 2.1.6
Objavljeno 31. sij. 2026 – 52,32 KBRadi s firefox 142.0 i novije verzije- Feat: Added a "Create Rule from Group" button in the page's right-click menu
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 2.1.5
Objavljeno 31. sij. 2026 – 51 KBRadi s firefox 142.0 i novije verzije- 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
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 2.1.4
Objavljeno 24. sij. 2026 – 50,89 KBRadi s firefox 142.0 i novije verzije- Added Focus mode / Auto collapse inactive groups
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 2.1.3
Objavljeno 23. sij. 2026 – 46,8 KBRadi s firefox 142.0 i novije verzije- Refactor to use WXT, TS, and Bun
- Fixed code.
- Added tests.
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 2.1.2
Objavljeno 23. sij. 2026 – 46,8 KBRadi s firefox 142.0 i novije verzijeIzvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 1.7.1
Objavljeno 6. kol. 2025 – 71,33 KBRadi s firefox 139.0 i novije verzijeFix: Save patternType property in the state for the rules and update handling in RulesModal and RulesServiceIzvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 1.7.0
Objavljeno 6. kol. 2025 – 71,22 KBRadi s firefox 139.0 i novije verzije- Enhanced the rules to be more robust, and allow more grouping options
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 1.6.1
Objavljeno 1. kol. 2025 – 65,22 KBRadi s firefox 139.0 i novije verzije- Fix: Rules fail to recognize uppercase route. Thanks to @SacredSkull in github for noticing and suggesting the fix!
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only