Cronologia versioni di Tree Style Tab - 25 versioni
Tree Style Tab di Piro (piro_or)
Attenzione alle versioni datate. Sono visualizzate solamente per scopi di test e di riferimento.È raccomandato usare sempre l’ultima versione di un componente aggiuntivo.
Ultima versione
Versione 4.0.24
Rilasciato 29 ott 2024 - 1,07 MBCompatibile con firefox115.0 e successive4.0.24 (2024.10.29):- Never store raw URL of tabs to save user privacy. Tab URLs were stored just to associate effective favicon URLs with tabs (so they were not sent to anywhere), but today, favicon URLs are exposed to addons as data: URIs and on mostcases there is no need to store effective favicon URLs. On required cases, only hashed strings are stored instead of raw URLs.
- Never cache tree of private windows, to save user privacy.
Codice sorgente rilasciato sotto licenza Custom License
Scarica Firefox e installa l’estensioneDevi utilizzare Firefox per poter installare questa estensioneVersioni precedenti
Versione 4.0.23
Rilasciato 11 set 2024 - 1,07 MBCompatibile con firefox115.0 e successive4.0.23 (2024.9.11):- Remove dependencies to CSS2 system colors deprecated at letely versions of Firefox.
- Set
text/plain
drag data for shift-dragged tabs. Now you can drop tree items to any text input area. - Update overflow state of labels for recycled tab elements more certainly.
- Reduce misdetection of tab closing/moving operations as internal operations.
- Open options page from group tabs, in a foreground tab with no error.
- Use text and bg colors of tabs same to Firefox's native tab bar on Windows 11. There is a difference v.s. the native tabs: colors of sidebar UI won't become pale in inactive windows.
- Improve integration for bookmarks creation from drag-and-dropped tabs: Save tree structure to bookmarks even if they are dragged from Friefox's native tabs, but don't create new folder if dragged with no tree structure (flat tabs) whether from native tab bar or TST's sidebar.
- Add ability to deactivate auto-grouping of bookmarks from dropped tabs with tree structure.
- API: Add new notification type
try-scroll-to-activated-tab
to block auto-scrolling to the activated tab. - API: Expose a new tab state
stuck
as a part of tree item. It indicates that the tab is shown as stuck on an edge of the sidebar. - API: Deactivate tab tooltip completely when a blank text is registered with high priority.
- Update
nl
locale by Vistaus. Thanks!
Codice sorgente rilasciato sotto licenza Custom License
Versione 4.0.22
Rilasciato 8 ago 2024 - 1,04 MBCompatibile con firefox115.0 e successive4.0.22 (2024.8.9):- Fixup tree correctly after multiselected tabs are moved together by drag and drop on the horizontal tab bar or the Move Tab Hotkeys.
- Synchronize throbber animations after the sidebar is reopened.
- Keep highlighted appearance of multiselected tabs after the sidebar is reopened.
- Track and update overflow/underflow state correctly even if legacy overflow/underflow events are disabled completely.
- Restore "sticky" state of tabs correctly after tree restoration without cache.
Codice sorgente rilasciato sotto licenza Custom License
Versione 4.0.21
Rilasciato 3 ago 2024 - 1,04 MBCompatibile con firefox115.0 e successive4.0.21 (2024.8.4):- Activate tree parent based on the user configuration more certainly if possible, when multiple tabs containing active are closed by one action.
- Allow to close a group tab opened to replace a closed parent, when it is closed repeatedly. This behavior can be deactivated and you can keep such tabs unclosable like as old versions, with setting a secret option
closeParentBehavior_replaceWithGroup_thresholdToPrevent
to-1
. - Reduce flashing of the vertical scroll bar on edge cases of overflowing.
- Don't place new child tabs opened from a pinned tab at odd location, even when there is any waiting-to-be-grouped tabs and the system is slow.
- Keep structure of grouped tabs as possible as we can, when partial tabs in existing trees are grouped via the
group-tabs
API. - Suppress flashing of the scrollbar on an edge case with the Photon theme.
- Ignore mouse clicks only on animated closing tabs more certainly, to prevent detection of those clicks as ones on the blank area of the tab bar.
- Determine to apply multi-column layout (or don't) to the tree in a group tab more robustly, even if its appearance is modified by the user style sheet.
- Expose expert options temporarily when the options page is opened from internal links and the referred option is hidden as an expert option.
- Link to the suitable option to deactivate the behavior, from a group tab opened to group children of pinned tabs.
- Don't check the checkbox to control middle-click-paste on the new tab button, when the permission is granted but internal option is still deactivated.
- Suppress error from missing dataTransfer of drag-and-drop events.
Codice sorgente rilasciato sotto licenza Custom License
Versione 4.0.20
Rilasciato 28 giu 2024 - 1,04 MBCompatibile con firefox115.0 e successive4.0.20 (2024.6.28):- Fix initialization failure from unhandled IndexedDB errors.
Codice sorgente rilasciato sotto licenza Custom License
Versione 4.0.19
Rilasciato 24 giu 2024 - 1,04 MBCompatibile con firefox115.0 e successive4.0.19 (2024.6.24):- Defer scrolling to the successor active tab until the mouse pointer leaves from the sidebar area, if the successor is chosen by something feature like
browser.tabs.selectOwnerOnClose
out of the visible area. You can disable this behavior by settingdeferScrollingToOutOfViewportSuccessor
tofalse
. - Activate explicitly specified successor tab if possible, after multiple tabs are moved across windows by drag-and-drop.
- React to "Simulate Up/Down/Left/Right Key on Tree" keybaord shortcuts as tree available, even if the sidebar panel is opened in a separate window by Tree Style Tab in Separate Window or someone.
- Add ability to control temporary state of group tabs opened by API.
- Never insert extra contents to non-tab elements in non-target windows via API, if the target window is explicitly specified.
Codice sorgente rilasciato sotto licenza Custom License
- Defer scrolling to the successor active tab until the mouse pointer leaves from the sidebar area, if the successor is chosen by something feature like
Versione 4.0.18
Rilasciato 12 giu 2024 - 1,04 MBCompatibile con firefox115.0 e successive4.0.18 (2024.6.13):- Add "Close Duplicated Tabs" context menu command to simulate the command of Firefox 127 and later.
- Change default shortcut to simulate arrow keys on tree for macOS: Alt-Shift-Uo/Down/Left/Right to MacCtrl-Shift-Uo/Down/Left/Right.
- Right/down arrow keys simulation now fallbacks to "focus to the next tab" correctly while the sidebar is closed.
- Fix misindentation of tabs immediately moved after opened. (regression on 4.0.16)
- Fix misindentation of deeply nested tree on the startup. (regression on 4.0.16)
- Add new keyboard shortcut slots "Simulate Up/Down/Left/Right Key on Tree" and assign default shortcuts Alt-Shift-Up/Down/Left/Right. They provide both spatial focus move on faviconized tabs and collapse/expand tree like arrow keys on tree items.
- Add new keyboard shortcut slots "Collapse Tree or Focus to Parent Tab" and "Expand Tree or Focus to First Child Tab" to simulate Left/Right Arrow keys on tree items.
- Wheel scrolling on pinned tabs and keyboard shortcuts to scroll the tab bar with focused pinned tab now scroll regular tabs if the container of pinned tabs is not scrollable.
- Optimize operations to track updated overflow/underflow state.
- Better drag and drop of tabs/trees across windows: the tree structure is kept better, temporary group tabs are kept, and moved tabs are kept discarded.
- Move focus to the parent tab as configured, when a last child tab is closed after it was reopened.
- Reduce needless animation effects unexpectedly re-applied to tabs rendered while virtual scrolling.
- Fix unexpected classes on tabs in the sidebar which are left by misordered operations.
- Fix unexpected infinit loop (caused increasing of CPU usage and blocking of GC) triggered by extra tab contents above/below individual tab.
- Update
zh_CN
locale by NightSharp. Thanks! - Update
ru
,de
anden
locales by vadcx. Thanks!
Codice sorgente rilasciato sotto licenza Custom License
Versione 4.0.15
Rilasciato 20 mag 2024 - 1,03 MBCompatibile con firefox115.0 e successive4.0.15 (2024.5.21):- Treat drag and drop of a parent tab to its descendant as a dragging of an individual tab and attach it to the drop position, even if the default action is configured to drag the whole tree. You can deactivate this behavior and prevent dropping of a parent tab to its descendant to turn the hidden option
moveSoloTabOnDropParentToDescendant
tofalse
. - Don't inherit container to an opened tab if it is opened by "Open in Container Tab" => "No Container" inin the native tab context menu.
- Never use
overflow
andunderflow
events to become compatible with Firefox 128 and later. - Add new keyboard shortcut slots for "Toggle Tree Collapsed" and "Toggle Tree Collapsed Recursively" commands.
- Add a new option to show/hide TST's context menu commands on the native tab bar.
- Become more robust for cases that tabs are opened while the initialization process.
- Fix odd behavior after rendering error when the sidebar panel is shown with zero-width.
- Show container marker with thin width even if tabs are shown with expanded height.
Codice sorgente rilasciato sotto licenza Custom License
- Treat drag and drop of a parent tab to its descendant as a dragging of an individual tab and attach it to the drop position, even if the default action is configured to drag the whole tree. You can deactivate this behavior and prevent dropping of a parent tab to its descendant to turn the hidden option
Versione 4.0.14
Rilasciato 16 apr 2024 - 1,03 MBCompatibile con firefox115.0 e successive4.0.14 (2024.4.17):- Allow to detach tab from window even if the source window is maximized or fullscreen. (regression on 4.0.13)
- Prevent unexpected jumping of tabs on scrolling, when tab height is expanded by extra tab contents above/below tabs provided by helper addons.
Codice sorgente rilasciato sotto licenza Custom License
Versione 4.0.13
Rilasciato 10 apr 2024 - 1,03 MBCompatibile con firefox115.0 e successive4.0.13 (2024.4.10):- Apply new-tab-command-tab behavior correctly. (regression on 4.0.12)
- Use
GrayText
instead ofButtonText
as the tabs border color in the "High Contrast" theme, to reduce stresses from too high contrast. - "Move Tab" => "Move to New Window" in the context menu on the sidebar now moves whole tree always.
- "Move Tab" => "Move to New Window" opens a new window shifted from the source window a little.
- Don't deactivate unrelated options even if
<all_urls>
permission is not granted. - Fix unexpected reloading of the sidebar panel on tab attaching/detaching.
- Add a new secret option
syncActiveStateToBundledTabs
to suppress expanding of the tree and scrolling to it for group tabs bundled to a pinned tab, when the pinned tab become active.
Codice sorgente rilasciato sotto licenza Custom License
Versione 4.0.3
Rilasciato 12 mar 2024 - 1,02 MBCompatibile con firefox115.0 e successive4.0.3 (2024.3.13):- Fix miscalculation of drop position on tabs on the "Photon" theme.
- Expand height of the container of pinned tabs more correctly on edge cases.
- Fix performance degression around detection of tab label overflow state.
- Fix needless blank space below last tab on the "Photon" theme.
- Fix blank dialogs when the "Access your data for all websites" permission is not granted.
- Hide unexpectedly shown menu items in the context menu.
- More respect labels of menu commands in the context menu on blank area of the tab bar.
- Update
zh_CN
locale by NightSharp. Thanks!
Codice sorgente rilasciato sotto licenza Custom License
Versione 4.0.1
Rilasciato 7 mar 2024 - 1,02 MBCompatibile con firefox115.0 e successive4.0.1 (2024.3.8):- Tabs containing sticky tabs are kept expanded when another tree is expanded, even if those tabs are sticked via API.
- Improved performance on cases with large number of tabs. Now tabs only in the viewport are rendered.
- Introduce new context menu commands and other triggers to stick arbitrary tabs to edges of the tab bar. It is similar to "Pin/Unpin Tab" but sticked tab keeps its tree.
- Indicate sharing state of tabs (camera, microphone and/or screen) with icons.
- Show dropshadow before normal tabs when the tab bar is scrolled.
- Show dropshadow after normal tabs when the tab bar is not fully scrolled.
- Use cached tree structure information more aggressively on Firefox startup, if the number of tabs, pinned status, and containers are matched.
- Add ability to control tabs opened from Firefox View.
- Suppress bookmarks folder auto creation for bookmarks from tabs, when multiple bookmarks are copied via the Library or something way.
- Move descendant tabs also correctlyfollowing to their parent, when a parent tab is moved to the top level via Firefox's horizontal tab bar.
- Apply the option to place opened tabs next to the last related child correctly, when multiple tabs are opened from a pinned tab.
- Avoid unexpected restoration of blank dialog windows by Ctrl-Shift-T on Firefox 116 and later.
- Restore tree structure more correctly for reopened tabs which were closed at a time.
- Lock scroll position temporary when a tree near the tab bar end is collapsed, just like as the case when tabs are closed.
- Open local files in tabs with blob: URL when they are dropped to the tab bar, instead of simply ignored.
- Never create needless multiple folders for bookmarks created from tabs tree.
- Most options are now treated as expert options and hidden by default.
- Many API improvements.
- Most of improvements at this version is sponsored by the Waterfox project / BrowserWorks Ltd. Many thanks to Alex Kontos! (Announcement blog entry at Waterfox project)
- See also histories section of the project page or the release page on GitHub to get full changelogs.
Codice sorgente rilasciato sotto licenza Custom License
Versione 3.9.22
Rilasciato 30 gen 2024 - 1.011,17 kBCompatibile con firefox115.0 e successive3.9.22 (2024.1.31):- Fix failed initialization when an optional permission "Read and modify bookmarks" is not granted. (regression on 3.9.21)
- Fix performance regression on 3.9.20 with on-memory cache.
- Prevent unexpected slicing of built-in icons in group tabs.
- Drop support of Firefox older than 115.
- Restructure options about new tab position control, to reduce overlapped effects of multiple options. Now you can choose "open tab as a first/last child" for each option directly.
- Expose expert options to control behavior of new tabs opened from links and the "New Tab" command in the simulated tab context menu.
- Use on-memory storage for the cache of sidebar contents, to prevent bloating of Firefox's session file. This means that initialization on the browser startup takes more time, and you can take the old behavior back by a new advanced option.
- Guess tabs opened by the "New Tab" command more certainly.
- Suppress too much RAM usage problem with some themes with animations. (See also the bug 1875100.)
- Store device ID more safely for the simulated Sync feature.
- Update
zh_CN
locale by NightSharp. Thanks!
Codice sorgente rilasciato sotto licenza Custom License
Versione 3.9.19
Rilasciato 20 nov 2023 - 1.013,45 kBCompatibile con firefox102.0 e successive3.9.19 (2023.11.20):- Don't reopen tabs with URL unopenable with addon's permission (local file, about: URL and so on) even for container inheritance.
- Deactivate "Open in New Container Tab" context menu command for tabs with unreopenable URL.
- Use icon color same to Firefox 120.
- Add context menu commands and keyboard shortcut slots "Mute/Unmute this Tree" and "Mute/Unmute Descendants".
- Increase default interval of the heartbeat between sidebar pages and the background page from 1sec to 5sec for less CPU usage.
- Optimize performance of updating maximum tree level on situations with disabled animation.
- Determine color of SVG icons for the platform color mode (dark or bright), based on the CSS prefers-color-scheme feature.
- Update
fr
locale by cayenne17. Thanks!
- Handle tabs internally moved by TST itself more correctly. Reduced wrong placements of tabs opened from a pinned parent on some situations.
- Optimize initialization process of the tab context menu on the sidebar page. Reduced delayed update of menu items after the menu appears on the screen.
- Reduced visual gap between the last tab and the new tab button in a scrollable tab bar with the Proton theme.
- Successfully detach a tab to a new window when a tab is dragged, moved to streight left or right and dropped at undroppable location, more certainly. The operation was unexpectedly blocked by a workaround for an old issue already fixed at Firefox 71.
- Treat dropped multiselected tabs from Firefox's native tab bar as dropped tree items.
- Update link to the list of known helper addons: now it is an wiki page.
- Introduce a workaround for a platform specific problem: unexpected reaction for drag events is triggered after a finished drag-and-drop actions.
- API: Add new notification type
try-collapse-tree-from-collapse-command
andtry-collapse-tree-from-collapse-all-command
to allow blocing of collaption of tree by commands. - Updated style definition of tree twisties: now their positioning can be customized with
margin
andpadding
more easily. - Uniform to label the feature to apply custom user style definitions as "User Style Sheet".
- Update
ru
locale by wvxwxvw. Thanks!
Codice sorgente rilasciato sotto licenza Custom License
Versione 3.9.16
Rilasciato 21 lug 2023 - 1.008,42 kBCompatibile con firefox67.0 e successive3.9.16 (2023.7.21):- Reduce RAM usage around favicons.
- Right-click on the "new tab" button now opens containers selector like recent versions of Firefox.
- Expand ancestors tree while a tab is moved by Ctrl-PageUp/PageDown for better usability.
- Keep tabs scroll-locked even if the cursor is moved while the last tab is being removed.
- Keyboard shortcuts to move focus to next/previous sibling now cycles focus between sibling tabs.
- Add a new expert option to put tabs under a group tab always, even if they are opened from a bookmark folder and already organized as a tree. On such situations TST suppresses opening a group tab, because the group tab was initially introduced just to organize flat tabs opened from a bookmark folder as a tree.
- Attach child tab to the opener tab correctly even if the opener had no child and "when a tab is opened from existing tab, open it as: a child of the parent tab, next to the recently opened child" is chosen.
- Create bookmark item for the first group tab correctly, if there are multiple root level group tabs in the selection.
- Use bright border color for "drag and drop" options on the dark mode.
- Match styling of active and highlighted tabs on Proton theme, for Firefox 102 and later.
- Render box-shadow of the active tab on Proton theme more similar to Firefox's native tabs.
- Update
de
locale by juwbr. Thanks!
Codice sorgente rilasciato sotto licenza Custom License
Versione 3.9.15
Rilasciato 24 mar 2023 - 1.004,46 kBCompatibile con firefox67.0 e successive3.9.15 (2023.3.24):- Never reload infinitely after tabs are detached from a regular window to a popup window (by Popup window or someone).
- New blank tabs reoepend with the container inherited from the active tab are activated correctly.
- Increase heartbeat interval automatically between sidebars and the controller, to prevent unexpected disconnection on cases where very large number of tabs. This introduces a side effect: the toolbar button and the keyboard shortcut to toggle the sidbar visibility may requrie more delay when there are large number of tabs.
Codice sorgente rilasciato sotto licenza Custom License
Versione 3.9.14
Rilasciato 13 mar 2023 - 1.003,87 kBCompatibile con firefox67.0 e successive3.9.14 (2023.3.13):- Better simulation of
browser.tabs.selectOwnerOnClose
on slow environment.
- Better handling of new blank tabs opened as a child of an active pinned tab, when child tabs from pinned parent are controlled.
- Better simulation of
browser.tabs.selectOwnerOnClose
for tabs opened by other applications. - Add a new simulated option for Firefox's built-in "When you open a link, image or media in a new tab, switch to it immediately" about dropped links.
- On Windows 11 and other environments, shift sidebar contents without hovering by default to avoid covering scrollbar on tab UI.
- API: Add new notification types
try-expand-tree-from-expand-command
andtry-expand-tree-from-expand-all-command
to allow blocking of expansion of tree by context menu commands "Expand this Tree recursively" and "Expand All". - Update
ru
locale by wvxwxvw. Thanks!
- Allow to close tabs via group tab pages (middle-click or closeboxes.)
- Reduce flicker while updating tab list in group tab pages.
- Accept multiple URLs for new tabs (to support new tabs on both regular and private browsing windows.)
- Better synchronization of loading throbbers (by Lej77, thanks!)
- Group tabs not from bookmarks with user's choice correctly. (regression on 3.9.8)
- Enlarge input fields for some options to input numbers.
Codice sorgente rilasciato sotto licenza Custom License
- Better simulation of
Versione 3.8.26
Rilasciato 14 lug 2022 - 992,39 kBCompatibile con firefox67.0 e successive3.8.26 (2022.7.15):- Make some user styles written for old versions of TST effective. See the related issue also for more details.
- Prevent zoom-in/out by pinch-in/out on macOS.
- Add a secret option
enableWorkaroundForBug1763420_reloadMaskImage
for an ability to deactivate a workaround for the missing icons problem. - Update
ru
locale by wvxwxvw. Thanks!
Codice sorgente rilasciato sotto licenza Custom License
Versione 3.8.25
Rilasciato 7 lug 2022 - 991,72 kBCompatibile con firefox67.0 e successive3.8.25 (2022.7.8):- Restructure options about new tabs behavior to make more understandable.
- Introduce workaround for missing icons problem.
- Add special favicons for blocked pages.
- Update
fr
locale by tbertels. Thanks!
- Shift twisties in tabs to avoid covered by the scrollbar, on macOS, Linux and Windows 11.
- Keep label of group tabs correctly after they are moved.
- Send
tab-mouseover
and other notifications to helper addons correctly after the sidebar is reopened. - Better auto-sizing of the dialog for confirmation on grouping of tabs.
- Deactivate a workaround of problems around wrong coordinates of
dragend
events on Firefox 99 and 100 (the bug 1767165) on other versions. - API improvement: Add a new notification message type
new-tab-processed
to handle new independent tabs.
- Introduce a workaround of problems around wrong coordinates of
dragend
events on Firefox 99 and later (the bug 1767165). It reduces unexpected detaching of tabs especially on a rightside placed sidebar. This workaround can be disabled by uncheckingenableWorkaroundForBug1767165_fixDragEndCoordinates
via TST Options - "Development" - "All Configs".
- Now you can search bookmark folder items incrementally by key inputs, on the bookmarks folder chooser UI.
- Better auto-sizing of the dialog for confirmation of closing tabs.
- Match appearance of multiselected tabs in the Proton theme to Firefox 99's one (follow to changes introduced at the bug 1751807).
- Don't open dialogs as modal, on the debug mode.
- API improvement: Add a new notification message type
try-collapse-tree-from-other-expansion
to block collapsion of tabs from expansion of another tree.
- Accept dragged items from TST Bookmarks Subpanel 1.2.4 and later.
- Fix odd behaviors around drag operations on Firefox 97 and later.
- Inherit container from the active tab to new tabs more safely by reopening, without losing their URL.
- Accept double quotations in tab titles for a bookmark title.
- Don't expand tree by long-press of the Ctrl key, when Ctrl-Tab handling is not granted.
- Show "gear" favicon for "about:config" tabs (follow-up of a change on Firefox 98).
- Update
de
locale by SammysHP. Thanks!
- Show tabs with readable background color on the combination of "High Contrast" theme and the dark color scheme of Windows 10, on Firefox 96.0 and later.
- Update
ru
locale by wvxwxvw. Thanks!
- Keep TST's sidebar page loaded in regular tabs even if tabs are dropped on some situations, for example a combination with Tree Style Tab in Separate Window and TST's option to deactivate tab detaching.
- Add a secret option to deactivate sync configs across devices via Firefox Sync (TST's options => Development => All Configs =>
syncEnabled
). This was introduced for a workaround about high CPU usage problem triggered by sync.
- Attach tabs sent from other devices to the tree correctly, even if they are sent while the receiver Firefox is not running and
browser.tabs.insertAfterCurrent
istrue
. - Put a set of tabs from other device together in a place instead of jumped positions if possible, when
browser.tabs.insertAfterCurrent
istrue
. (Set a secret optionfixupOrderOfTabsFromOtherDevice
tofalse
when you want to deactivate the behavior.) - Respect the right-to-left mark at the beginning of a page title.
- Better appearance of the counter for collapsed descendant tabs in the Sidebar theme.
- Don't collapse tree by double-click on tab closeboxes. It accidentally collapsed the closing tree and closed all descendant tabs unexpectedly.
- Treat middle-click and accel-click actions on the "New Tab" command in the context menu on tabs same to actions on the "New Tab" button, in the sidebar.
<tab-item-substance>
,<tab-label>
and<span class="label-content">
now inheritdata-tab-id
anddata-window-id
attributes from the parent element (<tab-item>
) for more customizability with custom user styles.- Highlight tabs with "attention" class same as Firefox's native tabs even if they are not faviconized.
- Use highly-visible (darker) background certainly with the "High Contrast" theme on Linux.
- Fade-out long tab labels to left or right, only based on the direction of the label text themselves instead of a global option.
- Remove an option to set global text direction of tab labels.
- Update
ko
locale by OctopusET. Thanks!
- Apply container information saved by Container Bookmarks correctly for tabs opened from a bookmark folder by the "Open All as Tree" context menu command.
- Collapse tabs dropped onto a collapsed tree correctly, when the drop target parent tab is kept collapsed by TST Lock Tree Collapsed.
- Add a secret option to deactivate API for other addons:
APIEnabled
- Update
zh_TW
locale by SiderealArt. Thanks!
- Apply given colors to the toolbar button icon, menu icons and the sidebar header icon, if the theme provides rich information (ex. Colorways of Firefox 95 and later).
- Fix unexpectedly invisible children when a parent tab is restored and collapsed tabs are re-attached to the restored parent.
- Outdent tab via API correctly when a child tab is outdented to the root level with its descendants.
- Update
zh_CN
locale by NightSharp. Thanks!
- Update scrollability status of the tab bar even if there are some "hidden via WebExtensions API, but visible by CSS hack" tabs.
- Reduce (deactivate) mis-detection of the sidebar position on some unstable cases: leftside non-primary and high-dpi screen.
- Use an info icon same to the one in the Proton theme of Firefox itself, for network error pages.
- Suppress unexpected expansion after a parent tab lost its focus, while tab swhiching via Ctrl-Tab.
- Open the options page when some drag-and-drop options are chosen in the shorthand menu on the toolbar icon.
- Reload the sidebar automatically for unexpected fatal error while its initialization, to reduce failing of sidebar initialization.
- Update
ru
locale by wvxwxvw. Thanks! - Update
ko
locale by OctopusET. Thanks! - Update
zh_CN
locale by NightSharp. Thanks!
- Show a confirmation to apply "Right Side" appearance for the sidebar panel shown at the right side when it is initially detected.
- Show a confirmation to apply "Right Side" appearance for the sidebar panel shown at the right side when it is initially detected.
- Apply appearance matching to sidebar position (left or right) automatically by default. After you switch the siderbar position, you need to reopen TST's sidebar panel to apply matching apperance.
- Introduce an expert option to allow detach dragged tab from the window even if it is dropped near the sidebar, for people using
privacy.resistFingerprinting
=true
. - Better tree restoration on browser startup, if the delay to detect duplicated tabs is configured for recent versions of Firefox.
- Better compatibility with addons which reopen the initial tab of a new window immediately (e.g. Temporary Containers).
- Import and export all configs more safely with sanitization of device specific config keys.
- API improvement: introduce new notifications
tabbar-overflow
andtabbar-underflow
. - API improvement:
scrolled
notification now provides new propertyoverflow
indicating overflow state of the tab bar. - Update
ru
locale by wvxwxvw. Thanks!
- Clear indentation of left tabs correctly after multiple ancestors are closed at a time.
- Allow to drop Firefox's native tabs to TST's sidebar. (regression on recent versions)
- Give static
aria-label
for in-tab button elements. This change should improve compatibility with some voice recognition systems including Dragon.
- Fix odd appearance of the Photon theme. (regression on 3.8.5)
- Calculate total height of visible tabs more safely.
- Fix visual corruption on very old versions of Firefox. (regression on 3.8.5)
- Breaking change around DOM structure of tabs:
- Each tab now has
tab-item-substance
as a mid-level container betweentab-item
and tab content elements liketab-favicon
. If you use any custom user styles,>
(child combinator) aftertab-item
in selectors need to be removed. Here are more hints to update selectors. - Helper addons depending DOM structure of TST 3.8.4 or older versions may not work.
- Each tab now has
- Open bookmarks including
about:newtab
correctly. - Init list of external addons for permissions correctly.
- Reduce annoying errors in the error console.
- API improvement: introduce a new place
indent
to insert extra tab contents. - API improvement: introduce
parent
,parent-of-<id>
,root
androot-of-<id>
keywords to get tabs based on tree structures.
Codice sorgente rilasciato sotto licenza Custom License
Versione 3.8.4
Rilasciato 20 giu 2021 - 957,82 kBCompatibile con firefox67.0 e successive3.8.4 (2021.6.20):- Update overflow state of tabs more correctly to avoid unexpected covering of the bottom most tab with the new tab button.
- Update visibility of tab context menu items correctly even if it the initial run.
- Restore tree structure more correctly for tabs reopened via Shift-Ctrl-T after closing of multiple tabs at a time.
- Allow to override size of pinned tabs area (
--pinned-tabs-area-size
), subpanel area (--subpanel-area-size
), and new tab button area (--after-tabs-area-size
) easily by overriding these variables with custom user style. - Rescue errors of options UI initialization, and reveal options UI even if some options don't work.
- Don't close the new tab button long-press menu on mouseup. (regression on 3.8.2)
- Restore lost compatibility with user styles containing
--multiselected-color
. (regression on 3.8.2)
- Recontstruct "Proton" theme for better compatibility with Firefox's themes, dark mode of the platform, and GTK theme.
- Avoid needless 1sec delay of confirmation dialogs.
- Update
ru
locale by wvxwxvw. Thanks!
- More natural appearance of the theme "Proton" matching to Firefox's Proton theme.
- The new tab button is now draggable as a link to the URI
about:newtab
, with the Shift key. This means that you can open a new tab at arbitrary position in the sidebar via drag and drop. - Add icons to the new tab action selector panel for better user experience.
- Accessible labels of faviconized tabs from screen readers and voice recognition systems.
- Allow to open
about:newtab
links dropped in the sidebar. - Show confirmation dialogs in the sidebar more safely even if they are triggered by quick actions.
- Never open new tab by middle click on confirmation dialogs shown in the sidebar.
- Never show invalid "undefined" item in the list of other devices.
- Apply the height of the user style editor immediately when a different value is imported.
- Open new blank tab as a child correctly, even if the insertion position is configured as "no control" or "next to the recently opened".
- Re-introduce an option to change the color of the toolbar icon, for better accessibility.
- Don't clear drop position marker while dragging, on Linux environment.
- Save changed config of the new tab insertion position via the right click menu on the toolbar button correctly.
- Try applying the background color to the sidebar ASAP.
- Allow to toggle muted state of tabs even if it is not sound-playing (if the mute button is shown forced by custom user styles).
- Subpanel contents now have its owner window's ID as the
windowId
URL parameter, by NiklasGollenstede. Thanks! - Subpanel is now restricted to a page contained in the provider extension itself, by NiklasGollenstede. Thanks!
- API improvement: Add ability to handle and override events on the new tab button via notification messages with types
new-tab-button-mousedown
,new-tab-button-mouseup
andnew-tab-button-clicked
. - API improvement: Add ability to control extra contents in the new tab button via messages with types
set-extra-new-tab-button-contents
andclear-extra-new-tab-button-contents
. - API behavior change:
tab-clicked
type message is now delivered only when bothtab-mousedown
andtab-mouseup
are not canceled. - Update
de
locale by SammysHP. Thanks! - Update
ko
locale by BoredSomeone. Thanks!
- Prevent inifinite toggling of the sidebar scrollbar on macOS, when there are enough number of tabs which triggers overflowing. The fix was unexpectedly lost on the released version 3.8.0.
- Update
ru
locale by wvxwxvw. Thanks!
- Restructure behaviors about closing and moving of a parent tab.
- In the sidebar, now there are some permanently fixed behaviors and some configurable presets:
- Closing a parent tab with collapsed tree: closes the entire tree.
- Moving a parent tab with collapsed tree: moves the entire tree.
- Moving a parent tab with expanded tree: behaves according to configurations under the section "Drag and Drop".
- There is a preset for people using Firefox's native tab bar as an UI to operate solo tab. In this case all tab operations done outside of the sidebar (Firefox's native tab bar, keyboard shortcuts, or other addons) are treated as operations for solo tabs, not tree of tabs.
- There is a preset for people desireing TST to control tabs as trees always. In this case all tab operations are treated same as operations in the sidebar, even if it is done on Firefox's native tab bar, keyboard shortcuts, or other addons.
- Otherwise you can configure behaviors for each case: closing of a parent with expanded tree in the sidebar, closing of a parent with collapsed/expanded tree outside of the sidebar, moving of a parent with collapsed/expanded tree outside of the sidebar, and more options for cases with closed sidebar.
- In the sidebar, now there are some permanently fixed behaviors and some configurable presets:
- Better accessibility information for the sidebar. This change should help controlling of the sidebar via speech recognition.
- Add the simulated "New Tab" context menu command on tabs.
- "Close Tabs to the Bottom" and "Close Other Tabs" context menu commands now skips collapsed descendants of the context tab.
- Open tabs from a bookmark folder with correct order. (This looks to be a regression on recent versions.)
- Prevent inifinite toggling of the sidebar scrollbar on macOS, when there are enough number of tabs which triggers overflowing.
- On macOS, in-tab padding is correctly applied avoiding the scrollbar covers clickable UIs. (It was applied to wrong side.)
- Proton theme: Show container identifier line at top of pinned tabs.
- Proton theme: Remove separator border between pinned tabs and regular tabs.
- Apply the icon color or the text color defined by the active theme to TST's toolbar button icon, context menu icon, and the sidebar panel switcher.
- Rebuild sidebar contents more certainly when mis-synchronization between the main process and the sidebar contents is detected.
- Becomes to more robust around tabs reopened immediately by other addons like Temporary Containers.
- Becomes to more robust around closing/moving of parent tabs as solo tabs.
- Don't show needless "Send Tab to Device" simulated context menu item in the context menu on non-tab area.
- Open duplicated tabs based on the configuration more correctly.
- Expose an expert option UI to control the number of scroll lines for keyboard shortcuts.
- The height of the subpanel is now saved and restored for each provider addon.
- Better appearance for the subpanel switcher: more easily recognized as a switcher UI.
- Accept icon images with non 16px size for the subpanel switcher.
- API improvement: now you can specify
initialHeight
orfixedHeight
for your subpanel. - API improvement: custom state of tabs are added/removed safely even if they are given as any type value not a string.
- API improvement: Support CSS length
delta
andposition
parameters for thescroll
API. - API improvement: Support
duration
parameter for thescroll
API. - API improvement: Add new API
stop-scroll
to cancel in-progress scroll animations. - Update
ru
locale by wvxwxvw. Thanks!
Codice sorgente rilasciato sotto licenza Custom License
Versione 3.7.4
Rilasciato 30 mar 2021 - 931,68 kBCompatibile con firefox67.0 e successive3.7.4 (2021.3.31):- Add a theme like Proton experimentally. Proton is the next UI theme of Firefox itself.
- Rename the theme "Plain" to "Photon". Photon is the current UI theme of Firefox itself.
- Restructure tab context menu items to match to the one on Nightly 89.0a1.
- Add a new expert option to close a parent tab as a solo tab by triggers outside of TST, even if it has collapsed children, with visible sidebar.
- Increase the maximum size of the user styles about 12KB.
- Add a debug option to configure the delay to detect duplicated tabs.
- API improvement: introduce
create
which creates a new tab bypassing TST's tab position control behaviors. - Update
ru
locale by wvxwxvw. Thanks!
- Add support for Firefox 88+ compatible "Close Tabs to the Left (Top)" context menu command.
- Prevent the cached helper addon IDs to be synchronized via Firefox Sync. This should solve problems around initialization of helper addons after TST is updated dynamically.
- Don't apply "Tabs from any other trigger" option for new tabs opened from TST's new tab button and the new tab action menu.
- Show tab drag feedback images at bottom-right of the cursor like Firefox does, for better visibility of drop targets.
- Update
ru
locale by wvxwxvw. Thanks!
- Limit maximum rows of pinned tabs (50% height of the sidebar by default) and allow to scroll pinned tab rows with the wheel.
- Keep tree structure more robustly for tabs immediately closed and reopened with different contaienr by any other addon.
- Don't restore closed tabs doubledly on a restoration with Ctrl-Shift-T.
- Restore root level tabs to their original position correctly, even if "new tabs from any other trigger" option is changed. (regression on recent versions)
- Clean up only dummy group tabs even if "Close descendants too" is chosen for options under the "When a parent tab is closed or moved just as a solo tab" => "Custom" section.
- Apply "When a parent tab is closed or moved just as a solo tab" => "Recommended behavior for people who still use the native tab bar of Firefox itself also" => "Replace closed parent with a dummy tab and keep the tree" behavior correctly. (regression on recent versions)
- Show confirmation for closing descendants when a collapsed tree is closed via keyboard shortcuts. (regression on recent versions)
- Move detached descendants after all other existing descendants automatically, to keep correct tree structure. (regression on recent versions)
- Add an expert option to change acceptable accelerator key to match the one on Firefox itself modified via
ui.key.accelKey
.
- Consistent the position of the new tab action selector button in both regular and private windows.
- Update
ru
locale by wvxwxvw. Thanks!
- Show in-tab container indicators (colored bars) with a styling more similar to Firefox's native one.
- Introduce syntax highlighing in the user styles editor (based on the CodeMirror.)
- Remember the height of the user styles editor.
- Cancel the visual gap of tabs produced with dynamically showing/hiding toolbars only when it is triggered by mouse operations on the sidebar in regular windows (not fullscreen mode), by default.
- Add a new expert option to control how tabs to be opened for any other cases not covered by existing options.
- Deactivate "Reopen in Container" and other container tab related features for private windows, like as Firefox itself does.
- API improvement: introduce
*-of-<id>
suffixed keywords to get tabs based on relations from any arbitrary tab. - API improvement: introduce
lastDescendant
keyword to get tabs based on tree structures. - Update
ru
locale by wvxwxvw. Thanks! - Update
de
locale by SammysHP. Thanks!
Codice sorgente rilasciato sotto licenza Custom License
Versione 3.6.5
Rilasciato 8 gen 2021 - 652,98 kBCompatibile con firefox65.0 e successive3.6.5 (2021.1.8):- Show favicons same to Firefox's built-in for
about:logins
,about:profiling
,about:protections
andabout:robots
tabs. - Detect tabs opened from external applications correctly. (The detection result was wrong: only new tabs opened with
openerTabId
while all Firefox windows were inactive were detected as "opened by external applications".) - Don't show not-initialized-yet menu elements while the startup process.
- Update
ru
locale by wvxwxvw. Thanks!
- Prevent to mis-shift the sidebar content with regular tabs, non-fullscreen windows placed at coordinates like (*, 0).
- Expose an expert option to deactivate shifting of the sidebar contents with temporarily shown toolbars.
- Fix incompatibility with Tree Style Tab Mouse Wheel on Firefox 84 and later. (Thanks to @MISONLN41!)
- Ensure moved active tab visible even if it is moved via keyboard shortcuts Ctrl-Shift-PageUp/PageDown.
- Turn moved active tab visible even if it is moved from an collapsed tree to the top level via keyboard shortcuts.
- Hide the dummy tab behind the background carten completely.
- Provide custom properties for theme colors with different opacity, with a numeric suffix like
-10
per 10%. For example--theme-colors-tab_background_text-30
means "the color ame totab_background_text
but 30% opacity". - Update
ru
locale by wvxwxvw. Thanks!
- Cancel the visual gap of the sidebar contents when visibility of Firefox's toolbar is toggled for some special cases: about the bookmarks toolbar for new tabs on Firefox 84 and later, and about the navigation toolbar in the fullscreen mode. You can access invisible tabs top of the sidebar with hovering on the top edge of the sidebar contents.
- Context menu commands "Close Other Tabs" and "Close Tabs to Bottom" now don't close hidden tabs like Firefox's native commands.
- Better compatibility with other addons around tabs moved across windows by other players like Simple Tab Groups. TST now don't clear
openerTabId
of such tabs. - Better response for F1 key or the toolbar button to toggle the sidebar on Firefox 73 and later.
- Reduce the timeout to kill zombie connections for an already closed sidebar, from 5 seconds to 0.5 seconds.
- Restore tree strucutre correctly for a tab which was a parent and reopened via Ctrl-Shift-T.
- Network error pages now have the warning favicon rendered with visible color, like Firefox's native tabs.
- No drag session is started anymore for tabs when
Do nothing / Do nothing
is chosen for the drag action. - Prevent starting of accidental drag sessions for clicked tabs from Firefox's bugs around IPC more aggressively.
- Create bookmarks to the bookmarks toolbar by default like Firefox 84 and later.
- Guide to click the button in a desktop notification with the phrase "click the button" instead of "click here", on Linux environment.
- Avoid losing the cusror position of the input field for the user styles while typing, more certainly.
- Scroll the sidebar to newly opened tabs even if animation effects are disabled. (regression on 3.5.33)
- Indicate new tabs opened outside of the visible area with blue flash even if animation effects are disabled. (regression on 3.5.33)
- Stable toggling of the sidebar via F1 key or the toolbar button. (The action was sometimes broken unexpectedly due to zombie connections between closed sidebar pages and the background page.)
- Never lose the cusror position of the input field for the user styles while typing.
- Suppress unexpected detaching or moving of tabs from unexpectedly dispatched
dragend
, more aggressively. - Add new choice to disable drag-and-drop of tabs completely, for experts.
- Fix API error:
{ type: 'get-tree', windowId: (integer) }
now returns an array of root tree items (instead of just single tree item), as described at the API document.
- Fix broken custom confirmation dialogs. (regression on 3.6.0)
- Update
ru
locale by wvxwxvw. Thanks!
- Implement the "Send Tab to Device" context menu command based on Firefox Sync. It is just a workaround implementation based on the Sync Storage, because a genuine WebExtensios API to use Firefox Sync won't be implemented for now.
- Remove "Group Tabs", "Ungroup Tabs", "Indent" and "Outdent" menu commands and keyboard shortcuts. Now they are separated to a helper addon TST More Tree Commands.
- Better compatibility with addons providing features to move tabs across windows, e.g. Simple Tab Groups. Now TST keeps tree structure of moved tabs more safely.
- Update overflow status of the tab bar after tabs are moved across windows.
- On macOS, show custom dialogs in a temporary tab instead of a window if the browser window is in the fullscreen mode. (Because to avoid custom dialogs to be oepend as new fullscreen windows.)
- Support "toolbar" color for container icons.
- Support "fence" icon of Facebook Container addon for container icons, by maciekmm. Thanks!
- Add debug options to activate platform specific behaviors.
- Update
ru
locale by wvxwxvw. Thanks! - Rename intenral directory name of the Korean locale from
kr
toko
, by dfkdream. thanks!
Codice sorgente rilasciato sotto licenza Custom License
- Show favicons same to Firefox's built-in for
Versione 3.5.34
Rilasciato 21 ott 2020 - 623,31 kBCompatibile con firefox65.0 e successive3.5.34 (2020.10.22):- Create group for tabs opened from a pinned tab correctly, even if "no control" is chosen for the insertion position of new child tabs. (regression on 3.5.33)
- Add an explicit choice to open new child tabs at the position next to the recently opened child or the opener parent tab, like Firefox does with the preference
browser.tabs.insertRelatedAfterCurrent
=true
. - Add an expert option to insert new child tabs at the top or the end, when they are dropped onto a parent.
- Add some expert options to configure checkbox status of group tabs created for each context.
- Simulate Firefox's focus control behavior like the combination
browser.tabs.insertRelatedAfterCurrent
=true
andbrowser.tabs.selectOwnerOnClose
=true
more correctly. (On old versions the parent tab was unexpectedly became the successor of a closed child tab even after manual focus changes.) - More stabilize behaviors around auto-grouping of tabs opened from a pinned tab.
- Don't reload tab inifinitely when a URL is loaded on a group tab (it was originally reported as the bug 1671500.)
- Update
ru
locale by wvxwxvw. Thanks!
- Save "Warn me when I attempt to close multiple tabs" checkbox state correctly for the confirmation dialog about closing multiple tabs via the closebox.
- Handle tabs which are immediately opened and closed more safely. It will improve compatibility with other tab addons which reopen new tabs, e.g. Temporary Containers.
- Handle closing of multiple tabs more safely for already closed tabs.
- Scroll the tab bar to expanded tree. (regression on recent versions)
- Scroll the tab bar to expanded tree even if animations are disabled.
- Restore closed tree with their original order and tree structure more correctly.
- Keep and restore checkbox state of group tabs correctly. (regression on recent versions)
- Fill the user styles field with imported configs immediately.
- Accept
ext+treestyletabi:sidebar
as an alias ofext+treestyletab:tabbar
.
- Restore group tab title correctly. (regression on 3.5.30)
- Add ability to specify arbitrary title for the sidebar page with the parameter
title
, likeext+treestyletab:tabbar?title=...
. This is for better compatibiliy with helper addons using TST's sidebar page e.g. Tree Style Tab in Separate Window. - Load sidebar page with the chosen builtin theme immediately when it is loaded via
ext+treestyletab:tabbar
URL. This is for better compatibiliy with helper addons using TST's sidebar page e.g. Tree Style Tab in Separate Window. - Apply browser theme and user styles to the sidebar page more safely when the builtin theme information is not specified via the URL parameter. Thank you Lej77!
- The "Load from File" button for the user styles now allows you to choose images and embed them as data: URIs.
- The user styles input field now accepts drag and drop of files (but this new behavior is available only when the options page is opened in a separate tab instead of embedded in the addons manager, due to the bug 1408756).
- Reopen new tab from external application with specific containers correctly.
- Never reopen a new tab with a container inherited from the current tab or the parent tab, when the tab is opened with non-default container.
- Never show needless vertical scrollbar in group tabs even if there are too many tree items.
- Never draw tree of tabs multiple times in a group tab. (regression on recent versions)
- Support two digits year with the placeholder
$SHORT_YEAR%
for names of generated bookmark folders. - Update
ru
locale by wvxwxvw. Thanks!
- Better visibility of active tabs and closeboxes on the high contrast mode.
- Fix regressions on 3.5.24 around auto-correcting of tabs order after multiple opened tabs.
- Fix wrong successor tab control around child tabs and their closed opener parent tabs: the next sibling of a closed child active tab will become active instead of the parent tab.
- Initialize restored group tabs more certainly.
- Search text dropped onto the sidebar with the default search engine correctly.
- Add regular choices for drag and drop options to prevent detaching of dropped tabs to a separate window.
- Add ability to control container of new tabs from three options: no inheritance, inherit from the current tab, or inherit from the tree parent.
- Show throbber with the color same to tab labels on a dark theme.
- Remove needless underline of tab labels on the "Sidebar" theme.
- Set "Plain" as the default theme on Windows and Linux correctly.
- Fix wrong behaviors of "All Configs" UI: apply imported configs to options UI immediately and treat decimal values as valid for some numeric options.
- Update
ru
locale by wvxwxvw. Thanks!
- Reduce more visual motions when they are reduced by platform configs.
- Add an expert option to activate animation effects regardless platform configs.
- Update
de
locale by SammysHP. Thanks!
- Deactivate animation effects globally when they are reduced by platform configs.
- Deactivate throbber animation when animation effects are reduced by platform configs.
- Optimize performance around the "lock scroll position" behavior.
- Add "Ungroup Tabs" context menu command.
- Open the changelog from the update notification popup.
- Update
ru
locale by wvxwxvw. Thanks! - Fix typo in Enghlish locale by reaverxai. Thanks!
- Simulate "lock scroll position of the tab bar while middle tabs are closed via mouse operations" behavior of Firefox's native tab bar.
- Shrink the width of the confirmation dialog for closing tabs with very long titles.
- Detect a tab is opened from a bookmark more certainly, even if its hostname starts with "www."
- Drop support for some built-in themes: "Vertigo" and "Mixed". They can be alternated with user styles.
- Simulate appearance of close boxes in Firefox's native tabs more, for hover and active state.
- Close the tab by click on the close box, even if the cursor has moved out from the close box and went back while the button is pressed, like close boxes in Firefox's native tabs.
- Set default color of icons for the "No Decoration" theme.
- Save cached tree state as a metadata related to each window instead of individual tab.
- Attach tabs opened from dropped links to existing tree based on their position. (regression on recent versions)
- Update
ru
locale by wvxwxvw. Thanks!
- Shift-click to multiselect tabs between the clicked tab and the active tab correctly, even if it happens after focus move from outside of TST.
- Restore closed tabs with their correct old position even if their visibility was switched by something other addons like Simple Tab Groups.
- Save very large user style rules more safely.
- Apply user style rules to group tabs again. (regression on 3.5.20)
- Update
ru
locale by wvxwxvw. Thanks!
- Use the SVG icon insetad of the PNG icon on all situations.
- Apply system colors by default only on Linux with non-dark platform theme.
- Extend the maximum size of the user style rules from 8KB to 48KB.
- Notify new features with a desktop notification instead of an annoying tab.
- Use the toolbar color defined in the theme as the background color of each tab surfaces.
- Accept themes with colors defined in various formats
hsl()
,hsla()
, and their variations.
- Safely restore tree for reopened tab even if its old parent was already closed. (regression on 3.5.16)
- Safely restore tree for reopened tab on the "Fix up tree structure with visible tabs automatically" mode. (regression on 3.5.17)
- Undo closed tab at its correct old position, even it it was restored as a hidden tab on the startup.
- Update
ru
locale by wvxwxvw. Thanks!
- Drop support for some built-in themes: "Metal" and "Plain Dark". They can be alternated with user styles.
- Fix too dark color for active tabs from combinations of the Dark color scheme and a bright theme.
- Apply a workaround for a problem: unreadable text color on the "High Contrast" mode of Windows 10.
- Respect tiling option specified by the browser theme, otherwise expand the background image as an un-repeatable when the aspect ratio of the image is wider than 4:1.
- Apply system colors on Linux environments by default again.
- Allow to attach restored hidden tab to other hidden tabs.
- Suppress errors around dragging of non-tab data.
- Expand the background image cited from the browser theme to cover the sidebar area, instead of repeating.
- Don't attach restored tab to its old hidden parent when TST is configured to fix trees based on visible tabs.
- Confirm to close tabs via context menu commands on the sidebar correctly. (regression on recent versions)
- Always apply the "Photon" color scheme on Linux environments.
- Always apply browser's theme to the sidebar (on Mixed, Plain and Vertigo).
- Keep the tab in the root level, when a tab is moved or opened before a root tab. This improves compatibility with the Facebook Container.
- Flexible width input field in the bookmark properties dialog.
- Update
ru
locale by wvxwxvw. Thanks!
Codice sorgente rilasciato sotto licenza Custom License
Versione 3.5.13
Rilasciato 20 lug 2020 - 683,68 kBCompatibile con firefox65.0 e successive3.5.13 (2020.7.21):- List tabs to be closed/grouped in the confirmation dialog to represent which tabs are going to be operated.
- Update tabs' activated, pinned/unpinned, hidden/shown, and collapsed/expanded states correctly. (regression on 3.5.12)
- Highlight multiselected tabs on "Metal" and "Sidebar" theme correctly. (regression on 3.5.12)
- Restore tree structure for "Undo Close Tabs" operation more correctly.
- Stabilize handling of asynchronously notified messages from the background page to the sidebar page. As the result, wrong indentation and collapsed/expanded state should disappear especially around session restoration.
- CSS selectors for container tabs like
tab-item[data-contextual-identity-name="Personal"]
is now available for user styles.
- Show confirmation for multiple tabs closing after a tab is completely closed from outside of TST instead of showing before the tab disappears, for better response on tab closing.
- Ignore click on the blank area if it is performed immediately after a click on a tab and at the same coordinates.
- Add ability to import/export user styles.
- Show fonts with normal weight on Windows 7 Classic theme.
- Define default keyboard shortcuts statically with the
manifest.json
. It should reduce unexpected disappearing of default shortcuts. You can unbind default shortcuts on Firefox 74 and later, but it is impossible on older versions. - Don't produce any scrolling for popup menus (on the new tab button and others) if the focused item is already visible in the view area.
- Update
ru
locale by wvxwxvw. Thanks!
- Constantly promote tab by drag and drop after its present parent tab. (regression on recent versions)
- Fix incompatibility with TST Hoverswitch and other addons using
tab-mouseover
API by Klemens Schölhorn, thanks! - Reduce needless confirmation about closing of multiple tabs triggered by actions from outside of TST.
- Fix unexpected missing centering of the startup tab.
- Update
ru
locale by wvxwxvw. Thanks!
- Process redirection of shorthand URI (
ext+treestyletab:*
) with query parameters correctly.
- Group "Close Tabs to the Bottom" and "Close Other Tabs" context menu items under a submenu "Close Multiple Tabs", like Firefox 78 does.
- Add ability to restore the recently closed set of tabs, triggerred with a restoration of tabs in the set.
- Activate/deactivate the animation effect for updating of indentation with the animation option.
- Deactivate all animations automatically when animation effects are disabled by the platform itself.
- Add ability to configure middle click on the new tab button same as Ctrl-click.
- Quicken detection and grouping of new tabs opened from a bookmark folder.
- Show the container name in the tooltip on container tabs, like Firefox does.
- Better container support in group tabs.
- Add ability to change column width in group tabs. Now custom style definition like
:root.group-tab { --column-width: 30em; }
does it. - Cancel TST's default action for click on tabs more correctly, via API notifications
tab-mousedown
andtab-mouseup
. - Add ability to open the sidebar in separate window with the URI
ext+treestyletab:tabbar?windowId=(Window.id)
. This change should help addons like the TST in Separate Window. - The count of opened tabbar pages are now notified to helper addons via the
sidebar-show
andsidebar-hide
notification APIs. - Better responses for tab switching on Firefox 79 and later, with the new API
browser.tabs.warmup()
. - Reduce the total amount of sync storage a little, and cleanup of needless sync data. It is limited until 100KB, and please remind that you cannot put data larger than 16KB for each option especially custom style rules.
- Update
ru
locale by wvxwxvw. Thanks!
- Fix broken appearance of the sidebar after window move across multiple screens with different DPI.
- Group new tabs automatically by default only when they are detected as tabs opened from bookmarks in one folder. As the result the configuration UI for auto-grouping feature is now very simplified.
- Shrink clickable area of checkboxes and radio buttons in the options page.
- Simuate Ctrl-click and Shift-click actions on the new tab button in Firefox's native tab bar. Now Ctrl-click opens a new next sibling tab with inherited container, and Shift-click opens a new window.
- Expand tree if a new tab is added into a collapsed tree as a next of a parent tab with
browser.tabs.insertAfterCurrent
=true
. - Unify the simulation option for
browser.tabs.closeTabByDblclick
=true
to the option for the double-click action on a tab. - Apply extra user styles to contents of group tabs also.
- Update
ru
locale by wvxwxvw. Thanks!
- Show semi-modal dialogs more smartly. The annoying flash from a small window before the dialog is finally shown goes away.
- Add an option to show dialogs in the sidebar, under the "Appearance" section of the options page. It takes back the old behavior around dialogs for confirmation and bookmarking.
- Reduce needless space below rendered columns of tabs tree in group tab pages.
- Better compatibility with recent versions of Firefox Multi-Account Containers.
- Better compatibility with Container Bookmarks: now TST respects container information stored to bookmarks when TST opens bookmarks as a tree.
- Support drag-and-drop between TST's tabs and subpanels. This improvement includes a new API
get-drag-data
. - Support native context menu on subpanels. This improvement includes a new API
override-context
. - Unprefix
fake-contextMenu-*
API tocontextMenu-*
. Butfake-
prefixed verisons are still available for backward compatibilitty. - Update
de
locale by SammysHP. Thanks! - Update
ru
locale by wvxwxvw. Thanks!
- Handle dismissed semi-modal dialogs correctly.
- Optimize semi-modal dialogs a little.
- Optimize bookmark folder chooser UI for very large number of bookmarks.
- Set the "Other Bookmarks" folder as the default choice of the bookmark folder chooser UI if the configured default folder was removed.
- Update
ru
locale by wvxwxvw. Thanks!
- Show popup windows correctly on Firefox ESR68. (regression on 3.5.0)
- Show dialogs as semi-modal popup windows.
- Hide the context menu item "Reopen in Container" in private windows. This behavior is compatible to Firefox's one.
- Update
ru
locale by wvxwxvw. Thanks!
Codice sorgente rilasciato sotto licenza Custom License
Versione 3.4.10
Rilasciato 19 apr 2020 - 665,78 kBCompatibile con firefox65.0 e successive3.4.10 (2020.4.19):- Open bookmarks as tabs with their correct title, via the "Open All as a Tree" context menu command on a bookmark folder.
- Open bookmarks more correctly via the "Open All as a Tree", even if
browser.tabs.insertAfterCurrent
istrue
. - Introduce a new notification type API:
try-fixup-tree-on-tab-moved
.
- Put bookmarks undar a new folder with their tree structure information automatically, when they are created from tabs via drag and drop.
- Allow to move down a tree with the keyboard shortcut Ctrl-Shift-PageDown correctly.
- Don't leave invisible orphans after only their parent tab is moved via drag and drop or other operations.
- Show the fake context menu correctly even after any helper addon is unloaded.
- Return root tabs for an API call like
{type:"get-tree",windowId}
correctly. - Notify
try-redirect-focus-from-collaped-tab
andtry-expand-tree-from-focused-collapsed-tab
with correctfocusDirection
for the first time or cases with a circulation. - Make tabs visible automatically when tabs are attached/detached via APIs.
- Performance improvement around APIs by account-login. Thanks!
- Fix typo in English locale by jaens. Thanks!
- Update
zh_CN
locale by no1xsyzy: add an access key for the menu item "Tree of tabs". Thanks!
- Fix ghost "active, highlighted" state of newly opened tabs which lost its focus imediately.
- Fix accidental unregistration of helper addons from unhandled errors.
- Fix invalid
tab
property oftab-mouseup
andtab-clicked
notifications on mouseup after moving from non-tab element. - Suppress error ater the first regular (unpinned) tab restoration.
- Better description for drag and drop behavior options.
- Update
zh_CN
locale by NightSharp. Thanks! - Update
ru
locale by wvxwxvw. Thanks!
- Fix undroppability of links and some objects to tabs. (regression on recent versions)
- Add a link to open the options page itself in a new tab, at the top of the page.
- Add "Reset All" button to the bottom of the options page.
- Update
de
locale by SammysHP. Thanks! - Update
ru
locale by wvxwxvw. Thanks!
- Add "Collapse this Tree Recursively" and "Expand this Tree Recursively" commands for the context menu and keyboard shortcuts.
- Support inverted actions of some context menu commands with middle click: reload tree / reload descendants, close tree / close descendants, collapse tree one level / recursively, and expand tree one level / recursively.
- Support multiselected tabs by some context menu commands: reload tree, reload descendants, close tree, close descendants, close others except the tree, collapse tree, and expand tree.
- Add "Collapse this Tree Recursively" and "Expand this Tree Recursively" commands for the context menu and keyboard shortcuts.
- Add an expert option to control the behavior when the current tab is closed with collapsed descendants and hidden sidebar.
- Change the default behavior around closing tab without sidebar to "for people who use the native tab bar". It was unexpectedly overwritten by the auto migration mechanism.
- Add a new option
recursively
tocollapse-tree
andexpand-tree
APIs. - Add a new paremter
button
to parameters notified tofake-contextMenu-click
listeners. - Update
ru
locale by wvxwxvw. Thanks!
- Better compatibility to Firefox's native tabs around behavior and user experience about Ctrl-Click and Shift-Click on UI elements in tabs (twisties, sound playing buttons, and closeboxes). Now these actions just changes multizelection state of tabs.
- Better compatibility with the combination of TST Lock Tree Collapsed and TST Active Tab in Collapsed Tree.
- Add a new API notification message type:
try-redirect-focus-from-collaped-tab
.
- TST's tab is activated on a mousedown event. This behavior was unexpectedly lost at TST 3.1.0. (regression)
- Skip collapsed tree while tab switching via Ctrl-Tab/Ctrl-Shift-Tab, including cases they are lcoked as collapsed by some other helper addons.
tab-mouseup
andtab-clicked
are notified even iftab-mousedown
is canceled. I totally confused the spec about mouse events with key and input events. This fixes incompatibility regression with a helper addon Move unloaded tabs for Tree Style Tab.
- Better compatibility with known custom user styles.
- Fix confused color scheme with the "Plain Dark" theme on Linux. (regression on 3.4.0)
- Fix unclaickable sound playing indicator problem. (regression on 3.4.0)
- Remove "Lock as Collapsed" feature. Now it is available as a helper addon: TST Lock Tree Collapsed
- Remove "Tab Drag Handle" feature. Now it is available as a helper addon: TST Tab Drag Handle
- Remove keyboard shortcut customization UI from the options page, because Firefox ESR68 has it.
- Show in-content confirmations correctly (regression on lately versions of Firefox.)
- Toggle muted state of descendants of collapsed tree more certainly.
- Don't show throbber animation in a blank group tab if tree rendering is disabled.
- More safe for bookmarks with URLs impossible to be opened by an addon.
- More safe for non-tab drag data. (regression on recent versions)
- Add checkbox to grant a permission required to show in-content confirmation.
- Rename an option
autoExpandOnCollapsedChildActive
tounfocusableCollapsedTab
and make effective on cases tabs going to be collapsed by collapsing parent tree. - Better support for a special favicon about
about:devtools-toolbox
tabs. - Add new API message types:
set-extra-tab-contents
,clear-extra-tab-contents
andclear-all-extra-tab-contents
. - Add new API notification message types:
tab-dblclicked
,tree-collapsed-state-changed
,try-move-focus-from-collapsing-tree
,try-expand-tree-from-focused-parent
,try-expand-tree-from-focused-bundled-parent
,try-expand-tree-from-attached-child
,try-expand-tree-from-focused-collapsed-tab
,try-expand-tree-from-long-press-ctrl-key
andtry-expand-tree-from-end-tab-switch
. - Notifications and operations
tab-mouseup
,tab-clicked
andtab-dblclicked
following totab-mousedown
are now canceled by any leading notifications. - Don't deliver messages around incognito windows to other addons, if they are not allowed to access incognito windows.
- Update
ru
locale by wvxwxvw. Thanks!
Codice sorgente rilasciato sotto licenza Custom License