Skip to content

2.6.8

Compare
Choose a tag to compare
@piroor piroor released this 05 Jun 06:54
· 6044 commits to trunk since this release
  • 2.6.8 (2018.11.5)
    • 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)
  • 2.6.0 (2018.10.16)
    • Better compatibility with extra context menu commands for tabs added by other addons, on Firefox 64 and later. And now imitated context menu have items compatible to Firefox 64 and later.
    • 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.
    • Add tab drag handler to start dragging of tabs with specific purpose. It will appear by pointing for a while around edge of each tab.
    • Show dialog for commands to create bookmarks.
    • Add ability to change the default folder that new bookmarks are created in.
    • Sidebar panel is reloaded immediately after the cache system is disabled.
    • Deactivate a context menu command "Duplicate Tab" for multiselected tabs. This respects to the behavior of Firefox's native one.
    • Open new tab as specified relation correctly.
    • Faster sync for tab loading throbbers. (by Lej77, thanks!)
    • Add "Reset All Shortcuts" button to the options page.
    • Never apply cached indent definition for different direction.