Skip to content

Releases: piroor/treestyletab

0.14.2013100901

08 Oct 17:52

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

Choose a tag to compare

0.14.2013082201

21 Aug 15:34

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!