Tab Sorter의 버전 기록 - 8개 버전
Tab Sorter 제작자: Etienne
Tab Sorter의 버전 기록 - 8개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.9
2026년 6월 23일에 출시 - 210.25 KBfirefox 109.0a1 이상에서 작동Mainly i18n updates and refactoringMozilla Public License 2.0에 따라 릴리스된 소스 코드
이전 버전
버전 0.8
2026년 6월 22일에 출시 - 147.13 KBfirefox 109.0a1 이상에서 작동Dark Mode (#16)
Full dark mode support with automatic system theme detection.
Added- Close duplicate tabs - Optional preference to close duplicate tabs when sorting (keeps the leftmost tab). Matches normalized URLs (ignores hash, query string,
www, case) and the same issue-tracker resource when the URL shape differs. Closes #17. By @manosnoam - Ignore www prefix when sorting tabs by URL - Closes #20. By @AntonDobrovinskiy
- Auto theme (follows system preference) is the default for new users
- Automatic system theme detection (follows OS preference)
- Manual theme selection: Auto, Dark, or Light
- New "Appearance" section in preferences
- Full localization support for English and French
Changed- CSS Architecture: Refactored to use CSS custom properties for theming
Technical Improvements- CSS Variables: Theme colors defined using CSS custom properties (
:rootand[data-theme="dark"]) - System Detection: Uses
prefers-color-schememedia query for auto theme detection - Instant Updates: Theme changes are applied immediately without page reload
Files Changedtemplate-extension/tab-sorter.js- Theme storage and retrievaltemplate-extension/popup-tab-sorter.js- Theme UI and application logictemplate-extension/tab-sorter.css- Dark mode styles with CSS variablestemplate-extension/_locales/en/messages.json- English translationstemplate-extension/_locales/fr/messages.json- French translations- Added
test-dark-mode-issue-16.md- Comprehensive testing documentation
Sort Pinned Tabs (#9)
New option to sort pinned tabs independently.
Added- New "Also sort pinned tabs" checkbox in General Preferences (disabled by default)
- Pinned tabs are sorted among themselves while remaining in the pinned area
- Works with all sorting methods (URL, title, MRU, favicon)
- Compatible with suspended tabs grouping feature
- Full localization support for English and French
Technical Improvements- Pinned Tabs Detection: Separates pinned and non-pinned tabs before sorting
- Independent Sorting: New
sortPinnedTabsOnly()function for sorting pinned tabs separately
Files Changedtemplate-extension/tab-sorter.js- Pinned tabs sorting logictemplate-extension/popup-tab-sorter.js- UI updates for new checkboxtemplate-extension/_locales/en/messages.json- English translationstemplate-extension/_locales/fr/messages.json- French translations- Added
test-pinned-tabs-issue-9.md- Comprehensive testing documentation
Suspended Tabs Position Control ([#18](Mozilla Public License 2.0에 따라 릴리스된 소스 코드
- Close duplicate tabs - Optional preference to close duplicate tabs when sorting (keeps the leftmost tab). Matches normalized URLs (ignores hash, query string,