You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to append "Close Tree" and similar items to the "Close Tab Options" submenu on the sidebar.
Hide needless "Tree Style Tab" item in the tab context menu if all items are deactivated.
Don't highlight (multiselect) collapsed children of a parent tab, when it is activated as a successor of a closed current tab or activated from a to-be-collapsed descendant.
2.6.7 (2018.11.3)
Toggle multiselection state of collapsed descendants under the active tab by Ctrl-click, when there is no selection in different tree.
Select collapsed descendants under the active tab always, when non-active tab is Shift-clicked.
Introduce timeout for waiting other addons initialized via API. This change will fix freezing of the startup triggered by illegal API responses from other addons.
2.6.6 (2018.10.31)
Better compatibility with other addons using documentUrlPatterns with moz-extension: patterns.
Fix wrong value of tabs' highlighted attribute gotten via TST's APIs.
2.6.5 (2018.10.30)
Fix inaccessibility of "Reopen in Container" sub menu when there is only one container.
Fix broken context menu "Tree Stye Tab" after visibility of custom menu items are changed.
Fix impossibility of logging in to giffgaff.com and some websites.
Don't detach tab to window when dragging operation is canceled by ESC key.
Explain more details by the scrolling message, about what happens when dragged tabs are dropped.
Fix compatibility problem of the API: remove menu items recirsively if it has any child item.
2.6.4 (2018.10.19)
Reintroduce "Bookmark All Tabs" and "Reload All Tabs" for Firefox 62 and older. (They won't appear on Firefox 63 and later.)
Apply theme color to toolbar button icon only when it is intentionally activated with svg.context-properties.content.enabled = true.
2.6.3 (2018.10.18)
Show notification message at bottom of the sidebar to describe what will happen when you drop tabs outside of the sidebar, while you are dragging tabs.
Deactivate tab drag handle by default.
Match color of icon for toolbar button and sidebar panel switcher to the current theme on Firefox 62 and later.
2.6.2 (2018.10.18)
Fix unavailability of context menu commands: duplicate tab, reopen in container, and move to new window. (regression on 2.6.0)
Never show tab drag handle on the half left or right side of a faviconized tab.
Never show tab drag handle after the tab is clicked before the handle is shown.
Never show needless separater in bookmark folder chooser.
Activate accesskey of context menu items if possible.
Respect behavior for new tabs triggered by browser.tabs.insertAfterCurrent=true (introduced at Firefox 61): when a new tab is opened next to the current tab by the config, TST always ignores "new tab position" configs of TST itself.
2.6.1 (2018.10.17)
Search dropped non-URL text by the default search engine, if possible.
Add ability to change behavior of dragged tab to outside of the sidebar for each case: regular drag and Shift-drag. Shfit-drag of a tab will create bookmarks or links from all tabs in the tree, by default.