Історія версій TabCtl - 7 версій
Будьте обачні із застарілими версіями! Ці версії показано лише з метою тестування й довідки.Вам слід завжди використовувати найновішу версію додатка.
Найновіша версія
Версія 2.3.0
Випущено 7 вер 2026 р. - 16,54 КБПрацює з firefox 58.0 і новішеNew: navigate
Adds support for the "tabctl navigate" command, which loads a URL in a tab
that already exists instead of opening a new one. The tab keeps its position
in the tab strip, its pinned state and its history.tabctl navigate firefox.1.2 https://example.com
Navigating does not switch to the tab, so it composes with activate when you
want both:tabctl navigate firefox.1.2 https://example.com && tabctl activate --focused firefox.1.2
Requires tabctl 2.3.0 or later. Update both halves: this version adds a new
method, so an older tabctl binary paired with this extension cannot use
navigate. Run "tabctl status" to check that both are on 2.3.0.
Nothing else changes. All existing commands work exactly as before.Програмний код випущено на умовах Ліцензія MIT
Попередні версії
Версія 2.2.0
Випущено 7 серп 2026 р. - 16,37 КБПрацює з firefox 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
Випущено 23 лип 2026 р. - 16,21 КБПрацює з firefox 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
Випущено 11 лип 2026 р. - 15,76 КБПрацює з firefox 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 togetherПрограмний код випущено на умовах Ліцензія MIT
Версія 1.2.1
Випущено 5 лип 2026 р. - 15,69 КБПрацює з firefox 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
Випущено 29 бер 2026 р. - 17,99 КБПрацює з firefox 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 desktopsПрограмний код випущено на умовах Ліцензія MIT
Версія 1.1.2
Випущено 29 вер 2025 р. - 18,44 КБПрацює з firefox 58.0 і новішеПрограмний код випущено на умовах Ліцензія MIT