Skip to content

Releases: piroor/treestyletab

3.1.2.1

25 Jun 09:13
Compare
Choose a tag to compare
Test deploy

0.19.2017031101

10 Mar 18:09
Compare
Choose a tag to compare

Note:

  • This package is unsigned. You need to turn the preference xpinstall.signatures.required to false via about:config, on Aurora, Nightly, or Firefox ESR. You cannot install this into released version Firefox. If you hope to try this on released versions of Firefox, try unbranded builds instead.
  • If you install TST from this page, you'll get newer versions by auto updating via Mozilla Add-ons, instead of the author's private website. (The build machine is now dead so I cannot sign to my custom update info hosted on my website for now.)

Changes:

  • Works on lately Firefox versions. (Tested on Nightly 55.0a1.)
  • Drop support for Firefox 51 and older versions.
  • Introduce a new choice "No control" as the position of new child tabs. If you choose the option, new child tabs from links will be opened like Firefox's default behavior.
  • Introduce a new choice "Click" as an action to show shrunken/collapsed tab bar.
  • Treat child tabs opened by the preference browser.tabs.insertRelatedAfterCurrent=true more correctly.
  • Fix broken configuration UI for the "auto hide delay".
  • The position of the tab bar is now changable again by drag and drop.
  • Collapse the dragged tree while dragging. The experimental "shrink" behavior in the previous release was removed.
  • Open new blank tab as next sibling tab correctly, even if the current tab is in a last tree.
  • Restore children tabs correctly when a parent tab is restored by "undo close tab" command.
  • Fix visual erros in the "Vertigo" skin.
  • Avoid fingerprinting by website authors.
  • Added Greek translation by Vangelis Skarmoutsos. Thanks!
  • Known issue: opened or expanded tabs sometimes stay invisible until you move the mouse cursor on it, due to Firefox 52's bug. This doesn't happen on Firefox 53 and later. Simple workaround is disabling of tab animations by browser.tabs.animate=false in about:config.

0.14.2013100901

08 Oct 17:52
Compare
Choose a tag to compare
  • Improved: Position and size of the tab bar is updated automatically when any element is inserted to the browser box.
  • Fixed: Show the full tooltip near the original tooltip correctly, even if there are multiple screens.
  • Fixed: Don't shrink/hide the tab bar for keyboard shortcuts Ctrl-T, Ctrl-R, etc, if the tab bar is shown by a long-press of the Ctrl key.
  • Fixed: Don't focus to the tab which is going to be closed. This also fixes some breakages (including issue #569) caused by TabSelect events from disappearing tabs.
  • Fixed: Don't activate auto-hide feature of the tab bar for DOM-fullscreen mode (ex. YouTube). This is based on the behavior of Firefox's auto-hide feature in DOM-fullscreen mode.
  • Fixed: Don't hide browser's toolbars when the tab bar is vertical, except cases to hide them for special tabs (for example, web application).
  • Fixed: Erase odd border in each tab appearing with Tab Mix Plus. (by wanabe. Thanks!)
  • Fixed: Better compatibility with "How Many Times Can I Back?". (by wanabe. Thanks!)
  • Fixed: Better compatibility with Sidebars List. (by Infocatcher. Thanks!)

0.14.2013082301

23 Aug 14:20
Compare
Choose a tag to compare

0.14.2013082201

21 Aug 15:34
Compare
Choose a tag to compare
  • Works on Firefox 25 and later.
  • Fixed: Restore tree structure correctly for "undo close tab" feature, even if the tab had no child. (It was a regression on the version 0.14.2013052901.)
  • Improved: New tab from DragIt is opened as a child of the current tab.
  • Fixed: Don't shrink tab bar automatically, when the user selects a background tab.
  • Improved: Update label of Firefox's "Close Tabs to the Right" menu item to "Close Tabs to the Bottom" in the vertical tab bar.
  • Fixed: Don't break tree structure by drag and drop of a child tab to move it to the upper level.
  • Fixed: Detect new tabs opened from content scripts more correctly.
  • Fixed: Show favicon for dummy (group) tabs correctly on Firefox 22.
  • Fixed: Detect dummy (group) tabs correctly. (Fixed by Infocatcher. Thanks!)
  • Fixed: On Firefox 23 and later, ignore the preference "hide the tab bar when there is only one tab" because it was available on Firefox 22 or older versions.
  • Fixed: Resolve visual glitch of the tab bar after showing/hiding a toolbar.
  • Fixed: Works with bug489729 (Disable detach and tear off tab).
  • Improved: Introduce the concept "temporary group tab" and "permanent group tab". And close needless group tabs automatically only when it is marked as temporary. Automatically opened group (dummy) tabs are temporary, and manually opened tabs are permanently by default. You can make group tabs always permanent by these preferences extensions.treestyletab.openGroupBookmark.temporaryGroup (for bookmark groups) and extensions.treestyletab.createSubtree.underParent.temporaryGroup (for "create new tree from selected tabs" feature) with the value false.
  • Fixed: Show/hide tab bar correctly after the grippy is clicked.
  • Fixed: Don't freeze on the interface to edit bookmarks, even if there are too many bookmarks in the same folder.
  • ru locale is updated by Infocatcher. Thanks!