Skip to content

3.1.3

Compare
Choose a tag to compare
@piroor piroor released this 01 Jul 04:26
   * Allow to import dragged tree from other Firefox instances.
   * Respect option for treatment of new blank tabs opened from outside of TST, event when `browser.tabs.insertAfterCurrent` is configured to `true` by the user.
   * Restrict maximum height of the subpanel.
   * Prevent too frequent detaching of clicked/dragged tab on Windows and macOS. This change is just a workaround, and we still need to wait for complete fix of the [bug 1561522](https://bugzilla.mozilla.org/show_bug.cgi?id=1561522) and [1561879](https://bugzilla.mozilla.org/show_bug.cgi?id=1561879) on Firefox side.
   * Store chache of tree to first tabs in windows instead of last tabs, to reduce bloated session data.
   * Add ability to store cache of tree to windows instead of tabs to more reduce bloated session data, but disabled by default for safety.
   * Prevent too much autoscroll while tab dragging. (If you see too slow autoscrolling and want more speedy scroll, [please shake your mouse on the edge of the scrollable area.](https://github.com/piroor/treestyletab/issues/2321#issuecomment-506667779))
   * Show favicons for new blank tabs correctly. (regression on 3.1.2)