Auto Tab Groups의 버전 기록 - 25개 버전
Auto Tab Groups 제작자: Nitzan
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 3.5.0
2026년 4월 18일에 출시 - 358.87 KBfirefox 142.0 이상에서 작동- 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
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
이전 버전
버전 3.4.1
2026년 4월 18일에 출시 - 307.62 KBfirefox 142.0 이상에서 작동- 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.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.4.0
2026년 4월 13일에 출시 - 306.87 KBfirefox 142.0 이상에서 작동- Added a Blacklist feature. That is, allowing to set a list of domains that should never be grouped.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.3.2
2026년 4월 9일에 출시 - 305.31 KBfirefox 142.0 이상에서 작동- 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
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.3.1
2026년 4월 7일에 출시 - 305.24 KBfirefox 142.0 이상에서 작동- 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.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.3.0
2026년 4월 3일에 출시 - 305.25 KBfirefox 142.0 이상에서 작동- 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.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.2.0
2026년 4월 2일에 출시 - 304.79 KBfirefox 142.0 이상에서 작동- Fix localhost tab grouping
- Add exclusion patterns
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.1.3
2026년 3월 25일에 출시 - 304.1 KBfirefox 142.0 이상에서 작동- 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
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.1.1
2026년 3월 25일에 출시 - 302.36 KBfirefox 142.0 이상에서 작동- 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
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.0.6
2026년 3월 17일에 출시 - 300.78 KBfirefox 142.0 이상에서 작동feat: make "open tab next to current" opt-in with toggleGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.0.4
2026년 2월 13일에 출시 - 300.36 KBfirefox 142.0 이상에서 작동feat: defer tab grouping for pending navigation in FirefoxGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.0.3
2026년 2월 13일에 출시 - 300.3 KBfirefox 142.0 이상에서 작동feat: implement tab repositioning next to opener within the same group. Fix github issue #32GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.0.2
2026년 2월 10일에 출시 - 300.15 KBfirefox 142.0 이상에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.1.10
2026년 2월 3일에 출시 - 282.35 KBfirefox 142.0 이상에서 작동- Bug Fix: "Group new empty tabs under System" Toggle Ignored
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.1.9
2026년 1월 31일에 출시 - 282.35 KBfirefox 142.0 이상에서 작동Add Inter font styles for regular and semi-bold weightsGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.1.8
2026년 1월 31일에 출시 - 52.72 KBfirefox 142.0 이상에서 작동- fix: Minimum threshold for tab groups not applying when removing tabs from a group
- feat: Auto Capitalize group titles.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.1.7
2026년 1월 31일에 출시 - 52.7 KBfirefox 142.0 이상에서 작동- Feat: Implement color picker for group color selection in rules modal
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.1.6
2026년 1월 31일에 출시 - 52.32 KBfirefox 142.0 이상에서 작동- Feat: Added a "Create Rule from Group" button in the page's right-click menu
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.1.5
2026년 1월 31일에 출시 - 51 KBfirefox 142.0 이상에서 작동- 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
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.1.4
2026년 1월 24일에 출시 - 50.89 KBfirefox 142.0 이상에서 작동- Added Focus mode / Auto collapse inactive groups
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.1.3
2026년 1월 23일에 출시 - 46.8 KBfirefox 142.0 이상에서 작동- Refactor to use WXT, TS, and Bun
- Fixed code.
- Added tests.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.1.2
2026년 1월 23일에 출시 - 46.8 KBfirefox 142.0 이상에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.7.1
2025년 8월 6일에 출시 - 71.33 KBfirefox 139.0 이상에서 작동Fix: Save patternType property in the state for the rules and update handling in RulesModal and RulesServiceGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.7.0
2025년 8월 6일에 출시 - 71.22 KBfirefox 139.0 이상에서 작동- Enhanced the rules to be more robust, and allow more grouping options
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.6.1
2025년 8월 1일에 출시 - 65.22 KBfirefox 139.0 이상에서 작동- Fix: Rules fail to recognize uppercase route. Thanks to @SacredSkull in github for noticing and suggesting the fix!
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드