TabCtl의 버전 기록 - 6개 버전
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 2.2.0
2026년 8월 7일에 출시 - 16.37 KBfirefox 58.0 이상에서 작동Tab listings now include each tab's favicon.
tabctl and the tools built on it can show the real site icon for every tab instead of guessing one from the domain or fetching it from a third-party icon service. Nothing is sent anywhere new: this is the icon Firefox already resolved for the tab.MIT 라이선스에 따라 릴리스된 소스 코드
이전 버전
버전 2.1.0
2026년 7월 23일에 출시 - 16.21 KBfirefox 58.0 이상에서 작동The extension now pushes tab changes to tabctl in real time. Previously, tools built on tabctl (status bars, launchers, tab strips) had to poll to notice new, closed, moved, or renamed tabs. The extension now sends a lightweight, debounced notification whenever your tabs change, so those tools update the moment it happens instead of on a timer.- Emits an update signal on tab create, close, move, activate, and attach/detach
- Also fires when a tab's title, URL, or pinned state changes (favicon and load-progress churn is ignored, so no needless refreshes)
- Rapid bursts (session restore, "close other tabs") are coalesced into a single notification
Fully backward compatible: no new permissions, and the wire protocol is unchanged. Requires tabctl 2.1.0 or newer on the command-line side to take effect; with an older tabctl the extension behaves exactly as before.MIT 라이선스에 따라 릴리스된 소스 코드
버전 2.0.0
2026년 7월 11일에 출시 - 15.76 KBfirefox 58.0 이상에서 작동Reworks how the extension communicates with the tabctl command-line tool for reliability, and adds a version handshake so the two stay in sync.- If the tabctl command-line package is older than the extension, the extension shows an out-of-date indicator (a badge on its toolbar icon).
- Cleaner internal tab identifiers and more robust tab data.
- Groundwork for future features.
Requires the tabctl 2.0.0 command-line package. Please update BOTH the extension and the command-line tool to 2.0.0 togetherMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.2.1
2026년 7월 5일에 출시 - 15.69 KBfirefox 58.0 이상에서 작동More reliable tab commands and clearer error reporting: operations no longer hang on failure, stale-tab actions report errors instead of failing silently, and opening multiple URLs no longer aborts on a single bad URL.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.2.0
2026년 3월 29일에 출시 - 17.99 KBfirefox 58.0 이상에서 작동Window focus on tab activation: When activating a tab via tabctl activate, the browser window is now focused automatically, bringing it to the foreground across virtual desktopsMIT 라이선스에 따라 릴리스된 소스 코드