[Pkg-mozext-commits] [tree-style-tab] 03/03: Update changelogs
Ximin Luo
infinity0 at debian.org
Thu Dec 28 17:16:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository tree-style-tab.
commit 92ad45edfa118ecfc4cb8c7226755914f915e2db
Author: Ximin Luo <infinity0 at debian.org>
Date: Thu Dec 28 16:35:30 2017 +0100
Update changelogs
---
debian/changelog | 6 +
debian/upstream/changelog | 660 ++++++++++++++++++++++++++++++++++-------
debian/upstream/changelog.html | 209 +++++++++----
3 files changed, 709 insertions(+), 166 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6393249..02a5c7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tree-style-tab (2.4.3-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+
+ -- Ximin Luo <infinity0 at debian.org> Thu, 28 Dec 2017 16:34:14 +0100
+
tree-style-tab (0.19.2017061601-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
index 0f58209..effd170 100644
--- a/debian/upstream/changelog
+++ b/debian/upstream/changelog
@@ -1,3 +1,459 @@
+Tree Style Tab 2.4.3 - Dec. 12, 2017
+------------------------------------
+
+2.4.3 (2017.12.12):
+
+- Never group single orphan tab (regression on 2.4.2)
+
+2.4.2 (2017.12.12):
+
+- Keep group tabs open after restart of Firefox and reload/update of TST
+ itself. (regression: group tabs were unexpectedly lost on such cases, at
+ 2.4.x.)
+- Add ability to group new tabs opened from pinned tabs automatically.
+
+Tree Style Tab 2.4.1 - Dec. 11, 2017
+------------------------------------
+
+2.4.1 (2017.12.11):
+
+- Fix regressions around SVG icons and throbber's animation on the simulation
+ mode.
+- Don't attach newly opened tab at the end of the tab bar to the previous tab.
+
+Tree Style Tab 2.4.0 - Dec. 8, 2017
+-----------------------------------
+
+2.4.0 (2017.12.9):
+
+- Optimize tree restoration with cache. If you see broken tree from cache,
+ please deactivate this feature by the checkbox under "Debug mode" in Tree
+ Style Tab's configurations.
+- Use SVG icons for closeboxes, "New Tab" button, and sound playing indicator.
+ However, due to the `Bug
+ 1377302 <https://bugzilla.mozilla.org/show_bug.cgi?id=1377302>`__ and
+ `1421329 <https://bugzilla.mozilla.org/show_bug.cgi?id=1421329>`__, it is
+ just a simulation and requires more CPU. If you want to reduce CPU usage,
+ you need to activate ``svg.context-properties.content.enabled`` via
+ ``about:config`` and deactivate the simulation by the checkbox under "Debug
+ mode" in Tree Style Tab's configurations.
+- Use system color instead Photon color scheme on Linux by default, on Plain,
+ Flat, Vertigo, and Mixed theme.
+- Add new theme "Hight Contrast" based on system color on any platform.
+ (contributed by actionless, thanks!)
+- Remove "Flat" theme. It was quite similar to "Plain".
+- On "Plain" and similar themes, show top border of the tab bar only when
+ there is any pinned tab.
+- Keep tab's "unread" state after reloading of the sidebar.
+- Reduce needless requests for tab icons. (contributed by UENO Katsuhiro,
+ thanks!)
+- Apply extra margin for overlay-scrollbar on macOS only for overflow tab bar.
+- Title editor and checkbox to toggle "temporary" status are avialable on
+ group tabs.
+- Group tab won't be closed automatically if it is not marked as "temporary".
+- Don't detach tab from window if it is dropped onto the bookmarks toolbar.
+- Don't output log for keyboard events.
+
+Tree Style Tab 2.3.0 - Nov. 30, 2017
+------------------------------------
+
+2.3.0 (2017.11.30):
+
+- Show scrollbar like narrowed by default, on Windows and Linux.
+- Add extra space for overlay-scrollbar on macOS.
+- Don't expand tree when the Shift key is pressed/released while tab switching
+ by Ctrl-Tab/Ctrl-Shift-Tab.
+- Add ability to prevent control for focusing of tabs when the current tab is
+ focused.
+- Discard accidentally restored tab automatically, on Firefox 58 and later.
+- Detect ``about:privatebrowsing`` as a new blank tab, in the private browsing
+ mode.
+- Always expand tree when a child is manually attached to a parent tab.
+- Open new sibling tab at correct position for root level tab.
+- Place attached tab to natural position more correctly.
+- Detach tab from window more easily by drag and drop to outside of the
+ window. In old versions, it was done if you move the mouse just left or
+ right.
+- Restore selection of the first tab after opened new tabs are automatically
+ grouped.
+- Restore tree structure from sessions more quickly for "Restore Previous
+ Session".
+- Add ability to inherit container (contextual identity) from its parent tab
+ to newly opened child tabs.
+- Add "Default" to the list of selectable containers, when container
+ inheritance is activated.
+- Allow to bookmark all tabs from the fake context menu. (regression)
+- Cleanup tab element for closed tabs correctly. (regression)
+- Calculate size of elements more correctly. (regression)
+- Animation of throbber is now synchronized correctly on Firefox 57. (Many
+ thanks to Lej77!)
+- Recolor "Plain", "Flat", "Vertigo", "Mixed", and the startup page based on
+ the color scheme of Firefox's default Photon theme.
+- Recolor "Plain Dark" based on the color scheme of Firefox's builtin "Dark"
+ theme.
+- Use more larger closebox on macOS.
+- Hide container selector on the new tab button by default.
+- Add "No Decoration" theme as the base for customization.
+- Use white icon for the toolbar button on the "Dark" theme.
+- Disallow zooming of the sidebar contents by default. You can re-activate the
+ old behavior by setting ``zoomable`` to ``true`` in the debug mode.
+- Notify both mousedown and mouseup for other addons via API.
+- Handle middle-click on the new tab button correctly even if any other addon
+ listens click events on the tab bar.
+- Add zh\_TW locale (by lycsjm, thanks!)
+
+Tree Style Tab 2.2.11 - Nov. 18, 2017
+-------------------------------------
+
+2.2.11 (2017.11.18):
+
+- Fix performance regression for many numbers of tabs, on 2.2.10.
+
+Tree Style Tab 2.2.10 - Nov. 18, 2017
+-------------------------------------
+
+2.2.10 (2017.11.18):
+
+- Some permissions are now optional.
+- Open plain text dropped onto the sidebar as a URI, if it seems to be formed
+ like a host name.
+- Tabs reopened by `Firefox Multi-Account
+ Containers <https://addons.mozilla.org/firefox/addon/multi-account-containers>`__
+ are treated as replacement of the original tab, if possible.
+- While switching tabs by keyboard shortuts, staying on a collapsed tree
+ expands the tree automatically.
+- Add more descriptions and links from the configurations.
+- Fix wrong tab focus when there are only tow child tabs and the last one is
+ active and closed.
+- `Add ability to deactivate auto-attaching of
+ tabs. <https://github.com/piroor/treestyletab/issues/1544>`__
+
+Tree Style Tab 2.2.9 - Nov. 16, 2017
+------------------------------------
+
+2.2.9 (2017.11.17):
+
+- Don't apply indent for pinned tabs.
+- Don't close initial message tab automatically.
+
+Tree Style Tab 2.2.8 - Nov. 16, 2017
+------------------------------------
+
+2.2.8 (2017.11.16):
+
+- Reduce width of elipsis for cropped long title of tabs.
+- Close collapsed tree without expansion animation correctly. (regression)
+- Update internal order of child tabs correctly, when they are just
+ rearranged. (regression)
+- Don't shrink close button for indented tabs, on the "Sidebar" skin.
+
+Tree Style Tab 2.2.7 - Nov. 15, 2017
+------------------------------------
+
+2.2.7 (2017.11.15):
+
+- Apply theme color for each window.
+
+2.2.6 (2017.11.15):
+
+- Skip collapsed tabs for focus switching via Ctrl-Tab/Ctrl-Shift-Tab. `But
+ there are some
+ restrictions. <https://github.com/piroor/treestyletab/issues/1531#issuecomment-344487289>`__
+
+Tree Style Tab 2.2.5 - Nov. 15, 2017
+------------------------------------
+
+2.2.5 (2017.11.15):
+
+- Isolate from unimplemented feature on Firefox 57.
+
+2.2.4 (2017.11.15):
+
+- Inherit theme colros applied by extensions like
+ `VivaldiFox <https://addons.mozilla.org/firefox/addon/vivaldifox/>`__,
+ `Container
+ Theme <https://addons.mozilla.org/firefox/addon/containers-theme/>`__, and
+ others. Due to limitations of WebExtensions APIs, non-extension theme colors
+ won't be applied.
+- Collapse other tree when new tree is created. (regression)
+
+Tree Style Tab 2.2.3 - Nov. 14, 2017
+------------------------------------
+
+2.2.3 (2017.11.15):
+
+- Add new APIs to work with other addons, especially Multiple Tab Handler.
+
+Tree Style Tab 2.2.2 - Nov. 14, 2017
+------------------------------------
+
+2.2.2 (2017.11.14):
+
+- Tabs are opened in correct order when new child tab is attached as a top of
+ existing children. (regression)
+
+Tree Style Tab 2.2.1 - Nov. 14, 2017
+------------------------------------
+
+2.2.1 (2017.11.14):
+
+- Introduce new option to operate a parent tab just as a solo tab, by
+ operations outside of the sidebar.
+- Fix some odd behaviors around an window separated from another existing
+ window. (regression)
+
+Tree Style Tab 2.2.0 - Nov. 13, 2017
+------------------------------------
+
+2.2.0 (2017.11.14):
+
+- Optimize initialization, retrieving tab relations based on tree, and
+ collapsing/expanding of tree.
+
+Tree Style Tab 2.1.2 - Nov. 11, 2017
+------------------------------------
+
+2.1.2 (2017.11.12):
+
+- Keep tabs indented after deep level tab is closed. (regression)
+- Link to instruction to migrate session information.
+
+Tree Style Tab 2.1.1 - Nov. 10, 2017
+------------------------------------
+
+2.1.1 (2017.11.11):
+
+- Optimize animation to collapse/expand tree.
+- Collapse other auto-expanded tree when new tree is created. (regression)
+- Dummy group tab now accept tab title specified without\ ``title=``.
+- Import tree from migration data correctly, including their URIs.
+
+Tree Style Tab 2.1.0 - Nov. 9, 2017
+-----------------------------------
+
+2.1.0 (2017.11.9):
+
+- Better handling of restored tabs.
+- Better handling of new tab opened by Ctrl-T.
+- Redirect legacy ``about:treestyletab-group`` URI to new
+ ``moz-exteions://...`` URL.
+- Don't break tree when a member tab of the last tree is promoted by dropping
+ below a paranet tab.
+- Detect copy action for dragging correctly. (regression)
+- Detect sidebar's open/close status more correctly again. (regression)
+- Open tab as independent correctly based on configurations, for duplicated
+ tabs.
+- Move descendant tabs to the new window also by the "Move to New Window"
+ command.
+- Disallow to drop tab onto scrollbar.
+- Keep tabs discarded after moved by "Move to New Window".
+- Move tree to new window more safely from fake context menu.
+- Close only right (below) tabs in the window correctly.
+- Specify background color for dummy group tab.
+- Accept tab ids changed by moving between windows, for API's input.
+
+Tree Style Tab 2.0.7 - Oct. 17, 2017
+------------------------------------
+
+2.0.7 (2017.10.18):
+
+- Better tree restoration for restored sessions.
+
+Tree Style Tab 2.0.6 - Oct. 17, 2017
+------------------------------------
+
+2.0.6 (2017.10.17):
+
+- Allow to open new active child tab under a parent tab which is internally
+ collapsed. (regression on 2.0.3)
+- Restore collapsed/expanded state of tree after crash recovery, if possible.
+- ``tabs.Tab.openerTabId`` of each tab is now updated based on tree structure,
+ for other addons.
+- Tabs with updated ``tabs.Tab.openerTabId`` are now automatically attached to
+ the opener's tree. (Due to `the bug
+ 1409262 <https://bugzilla.mozilla.org/show_bug.cgi?id=1409262>`__, updated
+ relation is not applied immediately.)
+- Scroll to the focused tab correctly, when it is focued by Firefox's
+ ``browser.tabs.selectOwnerOnClose`` feature.
+
+Tree Style Tab 2.0.5 - Oct. 13, 2017
+------------------------------------
+
+2.0.5 (2017.10.14):
+
+- Restore tree for tabs restored from crash, if possible.
+- The tab bar is scrolled to newly attached child tab prior to its parent, if
+ the parent is already out of the viewport.
+- Animation effect for completely loaded tab won't be applied again and again
+ for already loaded tabs anymore.
+- Clicking on the tab bar itself is now cancelable by other addons. If any
+ addon returns ``true`` for the notified message with the type
+ ``tabbar-clicked``, TST's default behavior (open new tab) is canceled.
+- Apply macOS specific behavior on macOS correctly.
+
+Tree Style Tab 2.0.4 - Oct. 10, 2017
+------------------------------------
+
+2.0.4:
+
+- The current tab is never scrolled out when a new tab is opened and the tab
+ bar turned to "overflow" mode.
+- Never show blue gradient for notification when the window is resized.
+
+Tree Style Tab 2.0.3 - Oct. 10, 2017
+------------------------------------
+
+2.0.3:
+
+- Tree structure is restored when Firefox is started with some extra URLs (or
+ files.)
+- Sidebar UI is now rendered with the system font for message boxes (same to
+ Firefox's tabs).
+- "Max level of indentation" config works more correctly (including ``0``
+ case.)
+- Focus redirection for closing current tab works more correctly.
+- "Close Other Tabs" command in the fake context menu don't close pinned tabs
+ anymore.
+- Click actions on fake context menu items now work only on certain correct
+ cases.
+- The fake context menu is shown on the correct timing same to native context
+ menu on the platform.
+- Last scroll position of the tab bar is now restored.
+- TST sidebar's initialization process is optimized and now it is opened more
+ quickly.
+- Add a new option to activate behaviors around tree when TST's sidebar is not
+ shwon. The option is activated by default now.
+- Tabs opened at startup (like "Home" with multiple URLs) aren't grouped
+ anymroe. The maximum delay to detect "opened on startup" is customizable and
+ it is 500msec by default.
+- Sound indicator icon is correctly updated for changes. (regression on 2.0.2)
+- "New Tab" button in the sidebar opens new next sibling tab correctly (if you
+ configured).
+- Collapse/expand tree by changing focus and closing current tab more
+ correctly.
+- Collapsed/expanded state of tree is restored more correctly.
+- Infinitely animation throbbers are gone.
+- Restore closed tabs with previous tree strucutre more correctly.
+- Restoring of closed duplicated tabs unexpectedly broke tree structure.
+- Too narrow height of tabs is corrected for the "Metal" theme.
+- Tabs moved next to collapsed tree by Firefox or other addons won't be
+ attached to the collapsed tree anymore.
+- Invalid middle click (the mouse is moved out before mouseup) is correctly
+ ignored for "close the tab" on a tab and "open new tab" on blank area.
+- Focusing and positioning of duplicated/restored tabs are processed more
+ correctly.
+- Ghost tabs won't be produced anymore from tabs closed after opened
+ immediately.
+- Select tab immediately when mousedown event is fired on a tab, like legacy
+ TST.
+- Use more suitable term "end" instead of "last" for labels of some
+ configurations.
+- New tabs opened at the end of the tab bar is now completely shown (if
+ possible) when the tab bar turns into "overflow" mode by the opened tab.
+- `Simple ``ping``
+ API <https://github.com/piroor/treestyletab/wiki/API-for-other-addons#uninit-special-features-for-tst-when-tst-is-going-to-be-disabled>`__
+ to check TST's living status from other addons is now available.
+- Tabs gotten with ```get-tree``
+ API <https://github.com/piroor/treestyletab/wiki/API-for-other-addons#get-tree-information>`__
+ now have correct ``active`` status.
+
+Tree Style Tab 2.0.2 - Oct. 4, 2017
+-----------------------------------
+
+2.0.2:
+
+- Open new tab by middle click on the blank area, like Firefox does.
+- Synchronize animation of throbbers, like Firefox does.
+- Apply "burst" animation for completely loaded tabs, like Firefox does.
+- Show fake context menu with the system font for menu items.
+- Process fake context menu commands correctly when the menu is opened on
+ non-tab area.
+- Fix invisible throbber on active tab with some themes.
+- Open new tab as next sibling without breaking tree, when the current tab is
+ a root tab.
+- Group tabs by a dummy tab correctly on secondary and later windows.
+- Don't open needless group tab in a rest window when another window is
+ closed.
+- Don't highlight unread pinned tabs when they are not faviconized.
+- Respect Frirefox's behavior of ``browser.tabs.selectOwnerOnClose`` more
+ correctly. Now the "owner" tab is focused when the current tab is closed.
+ You need to disable the option via ``about:config`` if you hope TST to
+ control focusing of tabs completely.
+- Don't create recursively grouped tabs from newly opened tabs.
+- `New APIs to override the wheel scrolling
+ behavior <https://github.com/piroor/treestyletab/wiki/API-for-other-addons#override-reaction-for-mouse-wheel-rotation-on-the-vertical-tab-bar>`__
+ are now available.
+- Updated zh-CN locale by YFdyh000, thanks!
+
+Tree Style Tab 2.0.1 - Sept. 29, 2017
+-------------------------------------
+
+2.0.1:
+
+- "Middle click to close tab" behavior becomes same to Firefox's one (closed
+ on mouseup).
+- "Dragging" appearance of tabs are correctly cleared when the dragging is
+ canceled.
+- Tabs were too easily detached from the window by drag and drop of a tab onto
+ itself. Now dropping of a tab onto itself is simply ignored.
+- Fix missing translation in Japanese locale.
+- Fix too large padding in tabs in the "Sidebar" theme (by Niklas Hambüchen.
+ Thanks!)
+- The option to control positioning of tabs opened by "New Tab" command is now
+ applied for tabs opened by keyboard shortcut Ctrl-T (⌘-T), if they are
+ opened with the URL "about:newtab". (But there are some problems. `See also
+ technical
+ details. <https://github.com/piroor/treestyletab/issues/1038#issuecomment-332711522>`__)
+- "Open as next sibling" choice for options to control new tab position works
+ more correctly.
+- Focusing of tabs is controlled more correctly for closing current tab.
+- "Move Tab to New Window" in the sidebar context menu works correctly.
+- Reduce CPU usage for throbber animation.
+- WhatsApp Web tabs were unexpectedly eats CPU resource.
+- Last effective icons are restored correctly after restart, for some websites
+ including WhatsApp Web.
+- Tabs are updated more correctly by events. For example, view-source tabs are
+ shown with correct title more certainly.
+- Restore tree structure when a parent tab is restored after it was replaced
+ with a group tab.
+- All collapsed descendant tabs are now shown in the tooltip.
+- An announcement message is shown automatically, when TST is updated from
+ legacy version to 2.x or later.
+- Now pinned tabs are easily unfaviconized. (A new checkbox is added in TST's
+ configurations.)
+
+Tree Style Tab 2.0 - Sept. 26, 2017
+-----------------------------------
+
+2.0:
+
+- Rebuilt on WebExtensions.
+
+Tree Style Tab 0.19.2017090601 - Sept. 6, 2017
+----------------------------------------------
+
+0.19.2017090601:
+
+- Tree Style Tab's configurations and tree information are now exportable, as
+ a migration assistance for Firefox 57 and later. See the "Advanced" section
+ in the configuration dialog.
+- Tree restoration on the startup or restored window is just triggered by
+ SSWindowReady now. TST don't wait SSTabRestoring event anymore.
+- Fix too frequently redrawing of the tab bar by any animation effect in
+ Firefox's toolbar.
+
+Tree Style Tab 0.19.2017090201 - Sept. 2, 2017
+----------------------------------------------
+
+0.19.2017090201:
+
+- Tab bar position is updated after visibility of a toolbar is changed with
+ animation effect.
+- Initialize itself correctly on lately versions of Firefox.
+- Duplicated bookmarks won't be created.
+- "ru" locale is updated by Infocatcher. Thanks!
+- "fr-FR" locale is updated by AxlMun. Thanks!
+
Tree Style Tab 0.19.2017061601 - June 15, 2017
----------------------------------------------
@@ -45,8 +501,8 @@ Tree Style Tab 0.19.2017031101 - March 10, 2017
happen on Firefox 53 and later. Simple workaround is disabling of tab
animations by ``browser.tabs.animate``\ =\ ``false`` in ``about:config``.
-Tree Style Tab 0.18.2016111701 - November 16, 2016
---------------------------------------------------
+Tree Style Tab 0.18.2016111701 - Nov. 16, 2016
+----------------------------------------------
0.18.2016111701:
@@ -62,8 +518,8 @@ Tree Style Tab 0.18.2016111701 - November 16, 2016
- Show microphone icon on Nightly 51.0a1 in pinned tabs correctly.
- Isolate from old libraries and old unrecommended methods.
-Tree Style Tab 0.18.2016090802 - September 8, 2016
---------------------------------------------------
+Tree Style Tab 0.18.2016090802 - Sept. 8, 2016
+----------------------------------------------
0.18.2016090802:
@@ -71,8 +527,8 @@ Tree Style Tab 0.18.2016090802 - September 8, 2016
``browser.tabs.drawInTitlebar``\ =\ ``false`` (regression on
0.18.2016090601.)
-Tree Style Tab 0.18.2016090801 - September 8, 2016
---------------------------------------------------
+Tree Style Tab 0.18.2016090801 - Sept. 8, 2016
+----------------------------------------------
0.18.2016090801:
@@ -81,8 +537,8 @@ Tree Style Tab 0.18.2016090801 - September 8, 2016
totally canceled and no tab will be opened.)
- Isolate codes from ``new Function()``.
-Tree Style Tab 0.18.2016090601 - September 6, 2016
---------------------------------------------------
+Tree Style Tab 0.18.2016090601 - Sept. 6, 2016
+----------------------------------------------
0.18.2016090601:
@@ -204,8 +660,8 @@ Tree Style Tab 0.17.2016030402 - March 3, 2016
- de-DE locale is updated by Björn Kautler. Thanks!
- ru locale is updated by Infocatcher. Thanks!
-Tree Style Tab 0.16.2016021602 - February 15, 2016
---------------------------------------------------
+Tree Style Tab 0.16.2016021602 - Feb. 15, 2016
+----------------------------------------------
0.16.2016021602:
@@ -239,8 +695,8 @@ Tree Style Tab 0.16.2016021602 - February 15, 2016
- de-DE locale is updated by Björn Kautler. Thanks!
- ru locale is updated by Infocatcher. Thanks!
-Tree Style Tab 0.16.2016021201 - February 12, 2016
---------------------------------------------------
+Tree Style Tab 0.16.2016021201 - Feb. 12, 2016
+----------------------------------------------
0.16.2016021201:
@@ -274,8 +730,8 @@ Tree Style Tab 0.16.2016021201 - February 12, 2016
- Don't shrink/hide the tab bar with simple focus change, if it triggers
changing of the visibility of a menu item in the toolbox.
-Tree Style Tab 0.16.2015122501 - December 25, 2015
---------------------------------------------------
+Tree Style Tab 0.16.2015122501 - Dec. 25, 2015
+----------------------------------------------
0.16.2015122501:
@@ -286,8 +742,8 @@ Tree Style Tab 0.16.2015122501 - December 25, 2015
- Don't change the scroll position of the tab bar, when it is expanded from
shrunken.
-Tree Style Tab 0.16.2015113001.1-let-fixed - November 29, 2015
---------------------------------------------------------------
+Tree Style Tab 0.16.2015113001.1-let-fixed - Nov. 29, 2015
+----------------------------------------------------------
0.16.2015113001:
@@ -311,8 +767,8 @@ Tree Style Tab 0.16.2015113001.1-let-fixed - November 29, 2015
- Disallow to enlarge the width of the tab bar over a harf of a window, by
dragging of the splitter.
-Tree Style Tab 0.16.2015111001 - November 9, 2015
--------------------------------------------------
+Tree Style Tab 0.16.2015111001 - Nov. 9, 2015
+---------------------------------------------
0.16.2015111001:
@@ -324,8 +780,8 @@ Tree Style Tab 0.16.2015111001 - November 9, 2015
- The height of the closebox in each tab is never changed anymore.
- The navigation toolbar is shown correctly below window buttons on OS X.
-Tree Style Tab 0.16.2015110801 - November 8, 2015
--------------------------------------------------
+Tree Style Tab 0.16.2015110801 - Nov. 8, 2015
+---------------------------------------------
0.16.2015110801:
@@ -336,8 +792,8 @@ Tree Style Tab 0.16.2015110801 - November 8, 2015
newly opened children.
- Regression: "Search with..." in the context menu works correctly.
-Tree Style Tab 0.16.2015110701 - November 7, 2015
--------------------------------------------------
+Tree Style Tab 0.16.2015110701 - Nov. 7, 2015
+---------------------------------------------
0.16.2015110701:
@@ -385,8 +841,8 @@ Tree Style Tab 0.16.2015110701 - November 7, 2015
to dump tree structure information stored in each tab, for debugging around
unexpectedly broken tree.
-Tree Style Tab 0.15.20150902901 - September 28, 2015
-----------------------------------------------------
+Tree Style Tab 0.15.20150902901 - Sept. 28, 2015
+------------------------------------------------
0.15.20150902901:
@@ -429,8 +885,8 @@ Tree Style Tab 0.15.2015030601.1-signed - March 5, 2015
- Mouse events on the place holder shown when the tab bar is completely hidden
are handled correctly to show/hide the tab bar automatically.
-Tree Style Tab 0.15.2014120101.1-signed - December 1, 2014
-----------------------------------------------------------
+Tree Style Tab 0.15.2014120101.1-signed - Dec. 1, 2014
+------------------------------------------------------
0.15.2014120101:
@@ -517,8 +973,8 @@ Tree Style Tab 0.14.2014050102.1-signed - April 30, 2014
- `ru locale is updated by Infocatcher.
Thanks! <https://github.com/piroor/treestyletab/pull/672>`__
-Tree Style Tab 0.14.2014020901.1-signed - February 8, 2014
-----------------------------------------------------------
+Tree Style Tab 0.14.2014020901.1-signed - Feb. 8, 2014
+------------------------------------------------------
0.14.2014020901:
@@ -538,8 +994,8 @@ Tree Style Tab 0.14.2014020901.1-signed - February 8, 2014
- Fixed: Don't start dragging operation of the tab bar itself from a button
which have its own popup menu.
-Tree Style Tab 0.14.2014013001.1-signed - January 29, 2014
-----------------------------------------------------------
+Tree Style Tab 0.14.2014013001.1-signed - Jan. 29, 2014
+-------------------------------------------------------
0.14.2014013001:
@@ -557,8 +1013,8 @@ Tree Style Tab 0.14.2014013001.1-signed - January 29, 2014
- Fixed: Fix broken appearance of the tab bar on Firefox versions without the
"Tabs on Top" feature.
-Tree Style Tab 0.14.2013112901.1-signed - November 28, 2013
------------------------------------------------------------
+Tree Style Tab 0.14.2013112901.1-signed - Nov. 28, 2013
+-------------------------------------------------------
0.14.2013112901:
@@ -598,8 +1054,8 @@ Tree Style Tab 0.14.2013112901.1-signed - November 28, 2013
- `fr-FR locale is updated by AxlMun.
Thanks! <https://github.com/piroor/treestyletab/pull/595>`__
-Tree Style Tab 0.14.2013100901.1-signed - October 8, 2013
----------------------------------------------------------
+Tree Style Tab 0.14.2013100901.1-signed - Oct. 8, 2013
+------------------------------------------------------
0.14.2013100901:
@@ -626,8 +1082,8 @@ Tree Style Tab 0.14.2013100901.1-signed - October 8, 2013
List <https://addons.mozilla.org/firefox/addon/sidebars-list/>`__. (`by
Infocatcher. Thanks! <https://github.com/piroor/treestyletab/pull/571>`__)
-Tree Style Tab 0.14.2013082301.1-signed - August 23, 2013
----------------------------------------------------------
+Tree Style Tab 0.14.2013082301.1-signed - Aug. 23, 2013
+-------------------------------------------------------
0.14.2013082301:
@@ -636,8 +1092,8 @@ Tree Style Tab 0.14.2013082301.1-signed - August 23, 2013
- `ru locale is updated by Infocatcher.
Thanks! <https://github.com/piroor/treestyletab/pull/542>`__
-Tree Style Tab 0.14.2013082201.1-signed - August 21, 2013
----------------------------------------------------------
+Tree Style Tab 0.14.2013082201.1-signed - Aug. 21, 2013
+-------------------------------------------------------
0.14.2013082201:
@@ -724,15 +1180,15 @@ Tree Style Tab 0.14.2013040601.1-signed - April 5, 2013
change, you can drop a tab to another more easily.
- Modified: "jar" archive is no longer included.
-Tree Style Tab 0.14.2012122901.1-signed - December 28, 2012
------------------------------------------------------------
+Tree Style Tab 0.14.2012122901.1-signed - Dec. 28, 2012
+-------------------------------------------------------
| \* Works on Nightly 20.0a1 again. (Updated for new MutationObserver spec.)
| \* Fixed: Never raise error messages for dragging of non-tab objects onto the
tab bar.
-Tree Style Tab 0.14.2012121401.1-signed - December 14, 2012
------------------------------------------------------------
+Tree Style Tab 0.14.2012121401.1-signed - Dec. 14, 2012
+-------------------------------------------------------
- Improved: Open new tabs from
`Linky <https://addons.mozilla.org/firefox/addon/425>`__ as child tabs of
@@ -755,16 +1211,16 @@ Tree Style Tab 0.14.2012121401.1-signed - December 14, 2012
- Modifeid: Unify the preference item
"extensions.treestyletab.animation.enabled" to "browser.tabs.animate".
-Tree Style Tab 0.14.2012111201.1-signed - November 11, 2012
------------------------------------------------------------
+Tree Style Tab 0.14.2012111201.1-signed - Nov. 11, 2012
+-------------------------------------------------------
- Fixed: Tabs from other computers are correctly opened as child tabs of the
"about:sync" tab, on lately Nightly.
- Fixed: All animation effects were unexpectedly stopped after the
configuration dialog is opened.
-Tree Style Tab 0.14.2012111001.1-signed - November 9, 2012
-----------------------------------------------------------
+Tree Style Tab 0.14.2012111001.1-signed - Nov. 9, 2012
+------------------------------------------------------
- Improved: Dragged tabs in vertical tab bar are now animated (on Firefox 17
beta and later.)
@@ -796,8 +1252,8 @@ Tree Style Tab 0.14.2012111001.1-signed - November 9, 2012
multiple windows.
- Improved: Refactor internal codes.
-Tree Style Tab 0.14.2012081101.1-signed - August 10, 2012
----------------------------------------------------------
+Tree Style Tab 0.14.2012081101.1-signed - Aug. 10, 2012
+-------------------------------------------------------
0.14.2012081101:
@@ -887,16 +1343,16 @@ Tree Style Tab 0.14.2012050301.1-signed - May 3, 2012
Plus <https://addons.mozilla.org/firefox/addon/hide-caption-titlebar-plus-sma/>`__
correctly.
-Tree Style Tab 0.14.2012021101.1-signed - February 10, 2012
------------------------------------------------------------
+Tree Style Tab 0.14.2012021101.1-signed - Feb. 10, 2012
+-------------------------------------------------------
- Fixed: Better appearance around twisty in tabs on a horizontal tab bar.
(regression)
- Fixed: Preferences migration on the startup failed in some cases.
- Russian locale is updated by Infocatcher.
-Tree Style Tab 0.14.2012021001.1-signed - February 9, 2012
-----------------------------------------------------------
+Tree Style Tab 0.14.2012021001.1-signed - Feb. 9, 2012
+------------------------------------------------------
- Improved: A collapsed tree is expanded automatically if you press the Ctrl
key for a while on it, even if the checkbox "When a tab gets focus, expand
@@ -914,8 +1370,8 @@ Tree Style Tab 0.14.2012021001.1-signed - February 9, 2012
first child tab even if it should be opened as the last child by the user
preference.
-Tree Style Tab 0.14.2012020901.1-signed - February 8, 2012
-----------------------------------------------------------
+Tree Style Tab 0.14.2012020901.1-signed - Feb. 8, 2012
+------------------------------------------------------
- Updated for Nightly 13.0a1.
- Improved: Better compatibility with other tab-related addons. Now this addon
@@ -942,8 +1398,8 @@ Tree Style Tab 0.14.2012020901.1-signed - February 8, 2012
collapsed tabs in the horizontal tab bar couldn't be collapsed.
- Russian locale is updated by Infocatcher.
-Tree Style Tab 0.14.2012012901.1-signed - January 29, 2012
-----------------------------------------------------------
+Tree Style Tab 0.14.2012012901.1-signed - Jan. 29, 2012
+-------------------------------------------------------
- Improved: Manually expanded trees were not collapsed automatically by focus
changes (like Windows Explorer.)
@@ -992,8 +1448,8 @@ Tree Style Tab 0.14.2012012901.1-signed - January 29, 2012
- Updated for Nightly 12.0a1.
- Drop support for Firefox 3.6.
-Tree Style Tab 0.13.2011121501.1-signed - December 14, 2011
------------------------------------------------------------
+Tree Style Tab 0.13.2011121501.1-signed - Dec. 14, 2011
+-------------------------------------------------------
<p>from 0.13.2011121401 to 0.13.2011121501</p>
@@ -1076,8 +1532,8 @@ Tree Style Tab 0.13.2011121501.1-signed - December 14, 2011
- Modified: The counter in a parent tab now reports the number of all tabs in
the tree including itself.
-Tree Style Tab 0.12.2011110101.1-signed - October 31, 2011
-----------------------------------------------------------
+Tree Style Tab 0.12.2011110101.1-signed - Oct. 31, 2011
+-------------------------------------------------------
- Fixed: Tab's throbbers in the vertical tab bar were shown without vertical
tab bar specific appearance unexpectedly.
@@ -1102,8 +1558,8 @@ Tree Style Tab 0.12.2011110101.1-signed - October 31, 2011
it is opened. Now it works.
- zh-TW locale is updated by bootleq.
-Tree Style Tab 0.12.2011082901.1-signed - August 29, 2011
----------------------------------------------------------
+Tree Style Tab 0.12.2011082901.1-signed - Aug. 29, 2011
+-------------------------------------------------------
- Note: This version (and older versions) is incompatible to Firefox 8 or
later due to the `bug
@@ -1365,8 +1821,8 @@ Tree Style Tab 0.11.2011050602.1-signed - May 6, 2011
the last state, 0 collapses all of restored trees, 1 expands all of them.
- German locale was updated by Andy Pillip.
-Tree Style Tab 0.11.2011021901.1-signed - February 19, 2011
------------------------------------------------------------
+Tree Style Tab 0.11.2011021901.1-signed - Feb. 19, 2011
+-------------------------------------------------------
- Fixed: TST wrongly handled drag and drop actions on the tab bar even if it
is fired in the toolbar customization.
@@ -1375,8 +1831,8 @@ Tree Style Tab 0.11.2011021901.1-signed - February 19, 2011
- Fixed: Better compatibility with
`TotalToolbar <http://totaltoolbar.mozdev.org/>`__.
-Tree Style Tab 0.11.2011021601 - February 15, 2011
---------------------------------------------------
+Tree Style Tab 0.11.2011021601 - Feb. 15, 2011
+----------------------------------------------
- Improved: Buttons in the information bar to confirm how restore other closed
tabs in the tree (it is shown when you do "undo close tab" for a tab which
@@ -1410,15 +1866,15 @@ Tree Style Tab 0.11.2011021601 - February 15, 2011
- sv-SE (Swedish) locale is available, translated by Mikael Hiort af Ornäs.
Thanks!
-Tree Style Tab 0.11.2011020402 - February 4, 2011
--------------------------------------------------
+Tree Style Tab 0.11.2011020402 - Feb. 4, 2011
+---------------------------------------------
| \* Fixed: An error in the initialization process disappeared.
| \* A secret preference "extensions.treestyletab.autoAttachNewTabsAsChildren"
is renamed to "extensions.treestyletab.autoAttach"
-Tree Style Tab 0.11.2011011301 - January 12, 2011
--------------------------------------------------
+Tree Style Tab 0.11.2011011301 - Jan. 12, 2011
+----------------------------------------------
- Fixed: After rearranging of tabs in the Panorama view, the order of actual
tabs were not synchronized to the order of thumbnails in the Panorama view.
@@ -1541,8 +1997,8 @@ Tree Style Tab 0.10.2010040201 - April 1, 2010
- New events, TreeStyleTabSubtreeClosing and TreeStyleTabSubtreeClosed are
dispatched.
-Tree Style Tab 0.8.2009122501 - December 25, 2009
--------------------------------------------------
+Tree Style Tab 0.8.2009122501 - Dec. 25, 2009
+---------------------------------------------
<p>from 0.8.2009122401 to 0.8.2009122501:</p>
@@ -1640,8 +2096,8 @@ Tree Style Tab 0.8.2009122501 - December 25, 2009
attribute.
- pl-PL locale is updated by Jacek Chrząszcz.
-Tree Style Tab 0.8.2009102801 - October 27, 2009
-------------------------------------------------
+Tree Style Tab 0.8.2009102801 - Oct. 27, 2009
+---------------------------------------------
| from 0.8.2009102701 to 0.8.2009102801:
| \* Fixed: The restored tree was wrongly collapsed when a parent tab was
@@ -1667,8 +2123,8 @@ Tree Style Tab 0.8.2009102801 - October 27, 2009
| \* zh-CN locale is updated by hzhbest
| \* de-DE locale is updated by Andy Pillip.
-Tree Style Tab 0.8.2009100101 - September 30, 2009
---------------------------------------------------
+Tree Style Tab 0.8.2009100101 - Sept. 30, 2009
+----------------------------------------------
| Changes from 0.8.2009093001 to this version:
| \* Fixed: Better restoration of tree structure on restarting.
@@ -1713,8 +2169,8 @@ Tree Style Tab 0.8.2009100101 - September 30, 2009
https://addons.mozilla.org/firefox/addon/8482 ) .
| \* zh-CN locale is updated by hzhbest
-Tree Style Tab 0.8.2009090201 - September 1, 2009
--------------------------------------------------
+Tree Style Tab 0.8.2009090201 - Sept. 1, 2009
+---------------------------------------------
| \* Improved: You can move the tab bar by drag and drop. If you start dragging
with Shfit key, then you can move it even if the position of the bar is
@@ -1739,8 +2195,8 @@ Tree Style Tab 0.8.2009090201 - September 1, 2009
| \* zh-CN locale is updated by hzhbest
| \* zh-TW locale is updated by Tsprajna.
-Tree Style Tab 0.8.2009081101 - August 11, 2009
------------------------------------------------
+Tree Style Tab 0.8.2009081101 - Aug. 11, 2009
+---------------------------------------------
| \* Improved: Tree structure in tooltips on tabs can be hidden by user
preference.
@@ -2076,8 +2532,8 @@ Tree Style Tab 0.7.2009030901 - March 8, 2009
updated when many tabs are open.
| \* Fixed: Ctrl-Tab correctly circulate tab focus.
-Tree Style Tab 0.7.2009021201 - February 12, 2009
--------------------------------------------------
+Tree Style Tab 0.7.2009021201 - Feb. 12, 2009
+---------------------------------------------
| \* Works on Firefox 3.1b3pre.
| \* Fixed: XLinks in SVG (or others) are correctly ignored when it is clicked.
@@ -2085,14 +2541,14 @@ Tree Style Tab 0.7.2009021201 - February 12, 2009
closed.
| \* Improved: You can open links from separete selections in new tabs.
-Tree Style Tab 0.7.2008122801 - December 28, 2008
--------------------------------------------------
+Tree Style Tab 0.7.2008122801 - Dec. 28, 2008
+---------------------------------------------
| \* Fixed: Buttons on the tab bar work correctly.
| \* Added: ru-RU locale is available. (by L'Autour)
-Tree Style Tab 0.7.2008120401 - December 3, 2008
-------------------------------------------------
+Tree Style Tab 0.7.2008120401 - Dec. 3, 2008
+--------------------------------------------
| \* Fixed: Possibly works with Tab History (
https://addons.mozilla.org/firefox/addon/1859 ).
@@ -2105,8 +2561,8 @@ Tree Style Tab 0.7.2008120401 - December 3, 2008
disable this change, change the value of a secret preference
"extensions.treestyletab.clickOnIndentSpaces.enabled" to "false".
-Tree Style Tab 0.7.2008120201 - December 1, 2008
-------------------------------------------------
+Tree Style Tab 0.7.2008120201 - Dec. 1, 2008
+--------------------------------------------
| \* Fixed: Drag and drop of tabs works correctly on Minefield 3.1b3pre.
| \* Fixed: Drag and drop of links works correctly on Minefield 3.1b3pre.
@@ -2121,8 +2577,8 @@ Tree Style Tab 0.7.2008120201 - December 1, 2008
| \* Fixed: Broken menu with Multiple Tab Handler (
http://piro.askura.ne.jp/xul/_multipletab.html.en ) disappeared.
-Tree Style Tab 0.7.2008110801 - November 7, 2008
-------------------------------------------------
+Tree Style Tab 0.7.2008110801 - Nov. 7, 2008
+--------------------------------------------
| \* Fixed: "Maximized" state is correctly restored on the next startup.
| \* Fixed: Dropping of tabs works correctly on the blank are of the tab bar.
@@ -2131,15 +2587,15 @@ Tree Style Tab 0.7.2008110801 - November 7, 2008
| \* it-IT locale is updated. (by Godai71)
| \* de-DE locale is updated. (by Andy Pillip)
-Tree Style Tab 0.7.2008101801 - October 17, 2008
-------------------------------------------------
+Tree Style Tab 0.7.2008101801 - Oct. 17, 2008
+---------------------------------------------
| \* Improved: On Minefield 3.1b2pre, tabs are moved from an window to another
by drag and drop, without reloading.
| \* Fixed: "Bookmark Sub Tree" feature works with Tab Mix Plus.
-Tree Style Tab 0.7.2008101502 - October 14, 2008
-------------------------------------------------
+Tree Style Tab 0.7.2008101502 - Oct. 14, 2008
+---------------------------------------------
| \* Improved: Works on Minefield 3.1b2pre.
| \* Improved: A new feature, "Bookmark this Tree" is available for tab context
@@ -2275,16 +2731,16 @@ Tree Style Tab 0.5.2008030303 - March 3, 2008
is re-installed.
| \* Fixed: Position of closeboxes in inverted rightside tabs are corrected.
-Tree Style Tab 0.5.2008022702 - February 26, 2008
--------------------------------------------------
+Tree Style Tab 0.5.2008022702 - Feb. 26, 2008
+---------------------------------------------
| \* Fixed: Bookmark groups are loaded by your preference correctly on Firefox
3.
| \* Fixed: New tabs from the location bar or other cases opened correctly. (it
was a regression in 0.5.2008022701)
-Tree Style Tab 0.5.2008022701 - February 26, 2008
--------------------------------------------------
+Tree Style Tab 0.5.2008022701 - Feb. 26, 2008
+---------------------------------------------
| \* Improved: Now you can change the position of tab bar dynamically from
context menu on tab bar.
@@ -2294,8 +2750,8 @@ Tree Style Tab 0.5.2008022701 - February 26, 2008
startup.
| \* Updated: Italian locale is updated. (by Godai71.Extenzilla)
-Tree Style Tab 0.5.2008022402 - February 24, 2008
--------------------------------------------------
+Tree Style Tab 0.5.2008022402 - Feb. 24, 2008
+---------------------------------------------
| \* Improved: Drag and drop actions for selection tabs are available with
Multiple Tab Handler.
@@ -2303,8 +2759,8 @@ Tree Style Tab 0.5.2008022402 - February 24, 2008
| \* Improved: Moving of tabs by drag and drop from other windows is available
on Firefox 3.
-Tree Style Tab 0.5.2008022301 - February 22, 2008
--------------------------------------------------
+Tree Style Tab 0.5.2008022301 - Feb. 22, 2008
+---------------------------------------------
| \* Improved: New tabs opened from the location bar can be opened as children
of the current tab even if their domains are different from the current.
diff --git a/debian/upstream/changelog.html b/debian/upstream/changelog.html
index 6e5b30b..cc763f0 100644
--- a/debian/upstream/changelog.html
+++ b/debian/upstream/changelog.html
@@ -2,22 +2,103 @@
<head><title>Tree Style Tab Version History</title></head>
<body>
+<h2>Tree Style Tab 2.4.3 - Dec. 12, 2017</h2>
+2.4.3 (2017.12.12):<ul><li>Never group single orphan tab (regression on 2.4.2)</li></ul>2.4.2 (2017.12.12):<ul><li>Keep group tabs open after restart of Firefox and reload/update of TST itself. (regression: group tabs were unexpectedly lost on such cases, at 2.4.x.)</li><li>Add ability to group new tabs opened from pinned tabs automatically.</li></ul>
+
+<h2>Tree Style Tab 2.4.1 - Dec. 11, 2017</h2>
+2.4.1 (2017.12.11):<ul><li>Fix regressions around SVG icons and throbber's animation on the simulation mode.</li><li>Don't attach newly opened tab at the end of the tab bar to the previous tab.</li></ul>
+
+<h2>Tree Style Tab 2.4.0 - Dec. 8, 2017</h2>
+2.4.0 (2017.12.9):<ul><li>Optimize tree restoration with cache. If you see broken tree from cache, please deactivate this feature by the checkbox under "Debug mode" in Tree Style Tab's configurations.</li><li>Use SVG icons for closeboxes, "New Tab" button, and sound playing indicator. However, due to the <a rel="nofollow" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1377302">Bug 1377302</a> and <a rel="nofollow" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1421329">1421329</a [...]
+
+<h2>Tree Style Tab 2.3.0 - Nov. 30, 2017</h2>
+2.3.0 (2017.11.30):<ul><li>Show scrollbar like narrowed by default, on Windows and Linux.</li><li>Add extra space for overlay-scrollbar on macOS.</li><li>Don't expand tree when the Shift key is pressed/released while tab switching by Ctrl-Tab/Ctrl-Shift-Tab.</li><li>Add ability to prevent control for focusing of tabs when the current tab is focused.</li><li>Discard accidentally restored tab automatically, on Firefox 58 and later.</li><li>Detect <code>about:privatebrowsing</code> as a new [...]
+
+<h2>Tree Style Tab 2.2.11 - Nov. 18, 2017</h2>
+2.2.11 (2017.11.18):<ul><li>Fix performance regression for many numbers of tabs, on 2.2.10.</li></ul>
+
+<h2>Tree Style Tab 2.2.10 - Nov. 18, 2017</h2>
+2.2.10 (2017.11.18):<ul><li>Some permissions are now optional.</li><li>Open plain text dropped onto the sidebar as a URI, if it seems to be formed like a host name.</li><li>Tabs reopened by <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/multi-account-containers">Firefox Multi-Account Containers</a> are treated as replacement of the original tab, if possible.</li><li>While switching tabs by keyboard shortuts, staying on a collapsed tree expands the tree automatically.</l [...]
+
+<h2>Tree Style Tab 2.2.9 - Nov. 16, 2017</h2>
+2.2.9 (2017.11.17):<ul><li>Don't apply indent for pinned tabs.</li><li>Don't close initial message tab automatically.</li></ul>
+
+<h2>Tree Style Tab 2.2.8 - Nov. 16, 2017</h2>
+2.2.8 (2017.11.16):<ul><li>Reduce width of elipsis for cropped long title of tabs.</li><li>Close collapsed tree without expansion animation correctly. (regression)</li><li>Update internal order of child tabs correctly, when they are just rearranged. (regression)</li><li>Don't shrink close button for indented tabs, on the "Sidebar" skin.</li></ul>
+
+<h2>Tree Style Tab 2.2.7 - Nov. 15, 2017</h2>
+2.2.7 (2017.11.15):<ul><li>Apply theme color for each window.</li></ul>2.2.6 (2017.11.15):<ul><li>Skip collapsed tabs for focus switching via Ctrl-Tab/Ctrl-Shift-Tab. <a rel="nofollow" href="https://github.com/piroor/treestyletab/issues/1531#issuecomment-344487289">But there are some restrictions.</a></li></ul>
+
+<h2>Tree Style Tab 2.2.5 - Nov. 15, 2017</h2>
+2.2.5 (2017.11.15):<ul><li>Isolate from unimplemented feature on Firefox 57.</li></ul>2.2.4 (2017.11.15):<ul><li>Inherit theme colros applied by extensions like <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/vivaldifox/">VivaldiFox</a>, <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/containers-theme/">Container Theme</a>, and others. Due to limitations of WebExtensions APIs, non-extension theme colors won't be applied.</li><li>Collapse other tree when [...]
+
+<h2>Tree Style Tab 2.2.3 - Nov. 14, 2017</h2>
+2.2.3 (2017.11.15):<ul><li>Add new APIs to work with other addons, especially Multiple Tab Handler.</li></ul>
+
+<h2>Tree Style Tab 2.2.2 - Nov. 14, 2017</h2>
+2.2.2 (2017.11.14):<ul><li>Tabs are opened in correct order when new child tab is attached as a top of existing children. (regression)</li></ul>
+
+<h2>Tree Style Tab 2.2.1 - Nov. 14, 2017</h2>
+2.2.1 (2017.11.14):<ul><li>Introduce new option to operate a parent tab just as a solo tab, by operations outside of the sidebar.</li><li>Fix some odd behaviors around an window separated from another existing window. (regression)</li></ul>
+
+<h2>Tree Style Tab 2.2.0 - Nov. 13, 2017</h2>
+2.2.0 (2017.11.14):<ul><li>Optimize initialization, retrieving tab relations based on tree, and collapsing/expanding of tree.</li></ul>
+
+<h2>Tree Style Tab 2.1.2 - Nov. 11, 2017</h2>
+2.1.2 (2017.11.12):<ul><li>Keep tabs indented after deep level tab is closed. (regression)</li><li>Link to instruction to migrate session information.</li></ul>
+
+<h2>Tree Style Tab 2.1.1 - Nov. 10, 2017</h2>
+2.1.1 (2017.11.11):<ul><li>Optimize animation to collapse/expand tree.</li><li>Collapse other auto-expanded tree when new tree is created. (regression)</li><li>Dummy group tab now accept tab title specified without<code>title=</code>.</li><li>Import tree from migration data correctly, including their URIs.</li></ul>
+
+<h2>Tree Style Tab 2.1.0 - Nov. 9, 2017</h2>
+2.1.0 (2017.11.9):<ul><li>Better handling of restored tabs.</li><li>Better handling of new tab opened by Ctrl-T.</li><li>Redirect legacy <code>about:treestyletab-group</code> URI to new <code>moz-exteions://...</code> URL.</li><li>Don't break tree when a member tab of the last tree is promoted by dropping below a paranet tab.</li><li>Detect copy action for dragging correctly. (regression)</li><li>Detect sidebar's open/close status more correctly again. (regression)</li><li>Open tab as in [...]
+
+<h2>Tree Style Tab 2.0.7 - Oct. 17, 2017</h2>
+2.0.7 (2017.10.18):<ul><li>Better tree restoration for restored sessions.</li></ul>
+
+<h2>Tree Style Tab 2.0.6 - Oct. 17, 2017</h2>
+2.0.6 (2017.10.17):<ul><li>Allow to open new active child tab under a parent tab which is internally collapsed. (regression on 2.0.3)</li><li>Restore collapsed/expanded state of tree after crash recovery, if possible.</li><li><code>tabs.Tab.openerTabId</code> of each tab is now updated based on tree structure, for other addons.</li><li>Tabs with updated <code>tabs.Tab.openerTabId</code> are now automatically attached to the opener's tree. (Due to <a title="1409262 - Updated openerTabId i [...]
+
+<h2>Tree Style Tab 2.0.5 - Oct. 13, 2017</h2>
+2.0.5 (2017.10.14):<ul><li>Restore tree for tabs restored from crash, if possible.</li><li>The tab bar is scrolled to newly attached child tab prior to its parent, if the parent is already out of the viewport.</li><li>Animation effect for completely loaded tab won't be applied again and again for already loaded tabs anymore.</li><li>Clicking on the tab bar itself is now cancelable by other addons. If any addon returns <code>true</code> for the notified message with the type <code>tabbar- [...]
+
+<h2>Tree Style Tab 2.0.4 - Oct. 10, 2017</h2>
+2.0.4:<ul><li>The current tab is never scrolled out when a new tab is opened and the tab bar turned to "overflow" mode.</li><li>Never show blue gradient for notification when the window is resized.</li></ul>
+
+<h2>Tree Style Tab 2.0.3 - Oct. 10, 2017</h2>
+2.0.3:<ul><li>Tree structure is restored when Firefox is started with some extra URLs (or files.)</li><li>Sidebar UI is now rendered with the system font for message boxes (same to Firefox's tabs).</li><li>"Max level of indentation" config works more correctly (including <code>0</code> case.)</li><li>Focus redirection for closing current tab works more correctly.</li><li>"Close Other Tabs" command in the fake context menu don't close pinned tabs anymore.</li><li>Click actions on fake con [...]
+
+<h2>Tree Style Tab 2.0.2 - Oct. 4, 2017</h2>
+2.0.2:<ul><li>Open new tab by middle click on the blank area, like Firefox does.</li><li>Synchronize animation of throbbers, like Firefox does.</li><li>Apply "burst" animation for completely loaded tabs, like Firefox does.</li><li>Show fake context menu with the system font for menu items.</li><li>Process fake context menu commands correctly when the menu is opened on non-tab area.</li><li>Fix invisible throbber on active tab with some themes.</li><li>Open new tab as next sibling without [...]
+
+<h2>Tree Style Tab 2.0.1 - Sept. 29, 2017</h2>
+2.0.1:<ul><li>"Middle click to close tab" behavior becomes same to Firefox's one (closed on mouseup).</li><li>"Dragging" appearance of tabs are correctly cleared when the dragging is canceled.</li><li>Tabs were too easily detached from the window by drag and drop of a tab onto itself. Now dropping of a tab onto itself is simply ignored.</li><li>Fix missing translation in Japanese locale.</li><li>Fix too large padding in tabs in the "Sidebar" theme (by Niklas Hambüchen. Thanks!)</li><li>T [...]
+
+<h2>Tree Style Tab 2.0 - Sept. 26, 2017</h2>
+2.0:<ul><li>Rebuilt on WebExtensions.</li></ul>
+
+<h2>Tree Style Tab 0.19.2017090601 - Sept. 6, 2017</h2>
+0.19.2017090601:<ul><li>Tree Style Tab's configurations and tree information are now exportable, as a migration assistance for Firefox 57 and later. See the "Advanced" section in the configuration dialog.</li><li>Tree restoration on the startup or restored window is just triggered by SSWindowReady now. TST don't wait SSTabRestoring event anymore.</li><li>Fix too frequently redrawing of the tab bar by any animation effect in Firefox's toolbar.</li></ul>
+
+<h2>Tree Style Tab 0.19.2017090201 - Sept. 2, 2017</h2>
+0.19.2017090201:<ul><li>Tab bar position is updated after visibility of a toolbar is changed with animation effect.</li><li>Initialize itself correctly on lately versions of Firefox.</li><li>Duplicated bookmarks won't be created.</li><li>"ru" locale is updated by Infocatcher. Thanks!</li><li>"fr-FR" locale is updated by AxlMun. Thanks!</li></ul>
+
<h2>Tree Style Tab 0.19.2017061601 - June 15, 2017</h2>
0.19.2017061601:<ul><li>Works on Nightly 56.0a1.</li><li>Allow to drop multiple local files to the tab bar, on Firefox 52 and later.</li><li>Scroll to a newly opened tab if possible.</li><li>Load a URI in an existing tab when it is dropped into the content area. (New tabs were wrongly opened by such operations.)</li><li>Refresh tab bar correctly when any new notification appears.</li><li>Support "Compact Dark" theme on Firefox 53 and later.</li><li>Open tabs from middle-clicked items in [...]
<h2>Tree Style Tab 0.19.2017031101 - March 10, 2017</h2>
0.19.2017031101:<ul><li>Works on lately Firefox versions. (Tested on Nightly 55.0a1.)</li><li>Drop support for Firefox 51 and older versions.</li><li>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.</li><li>Introduce a new choice "Click" as an action to show shrunken/collapsed tab bar.</li><li>Treat child tabs opened by the preference <code>browser.tabs.insertRelatedA [...]
-<h2>Tree Style Tab 0.18.2016111701 - November 16, 2016</h2>
+<h2>Tree Style Tab 0.18.2016111701 - Nov. 16, 2016</h2>
0.18.2016111701:<ul><li>New background tabs are opened correctly. (The first opened tab was opened in the foreground unexpectedly.)</li><li>Shrink other dragged tabs while dragging. (experimental feature)</li><li>Better handling of "Tabs in Titlebar" feature of Firefox itself.</li><li>Open new tab as a next sibling morecorrectly.</li><li>Better styling of tabs with the "Metal" skin on macOS (OS X). (Many thanks to Andrew Shu! <a rel="nofollow" href="https://github.com/piroor/treestyletab [...]
-<h2>Tree Style Tab 0.18.2016090802 - September 8, 2016</h2>
+<h2>Tree Style Tab 0.18.2016090802 - Sept. 8, 2016</h2>
0.18.2016090802:<ul><li>Failed to initialize the browser window with a preference: <code>browser.tabs.drawInTitlebar</code>=<code>false</code> (regression on 0.18.2016090601.)</li></ul>
-<h2>Tree Style Tab 0.18.2016090801 - September 8, 2016</h2>
+<h2>Tree Style Tab 0.18.2016090801 - Sept. 8, 2016</h2>
0.18.2016090801:<ul><li>The dialog to choose how tabs to be opened from a bookmark folder is now cancelable. (If you choose the "Cancel" button, the operation will be totally canceled and no tab will be opened.)</li><li>Isolate codes from <code>new Function()</code>.</li></ul>
-<h2>Tree Style Tab 0.18.2016090601 - September 6, 2016</h2>
+<h2>Tree Style Tab 0.18.2016090601 - Sept. 6, 2016</h2>
0.18.2016090601:<ul><li>Isolate codes from <code>eval()</code> hack.</li><li>Drop support for Firefox 44 and older versions.</li><li>Remove compatibility codes for unsupported/unpublished/obsolete addons: Google Toolbar, Snap Links, Highlander, PermaTabs, FullerScreen, DragNDrop Toolbars, Optimoz Tweaks, Tabberwocky, Super DragAndGo, Drag de Go, FLST, Mouse Gestures Redox, Aging Tabs, Autohide, Smoothly Close Tabs, IE Tab Plus, Locationbar², DomainTab and TotalToolbar</li><li>Remove comp [...]
<h2>Tree Style Tab 0.17.2016061501 - June 15, 2016</h2>
@@ -26,38 +107,38 @@
<h2>Tree Style Tab 0.17.2016031101 - March 11, 2016</h2>
0.17.2016031101:<ul><li>Open bookmark groups as a tree correctly, even if it is the first time for an window. (regression)</li><li>Apply configured max indent level for vertical tab bar correctly. (regression)</li><li>Allow to unmute tab always, even if the sound is not played. (regression)</li><li>Implement pseudo tree in <code>about:treestyletab-group</code> tabs and the rich tooltip without XHTML. (We don't need to mix XHTML and XUL to apply multi-column properties of CSS.)</li><li>Ac [...]
-<h2>Tree Style Tab 0.17.2016030402 - March 3, 2016</h2>
+<h2>Tree Style Tab 0.17.2016030402 - March 3, 2016</h2>
0.17.2016030402:<ul><li>Show rich tooltip with multiple columns even if there are only short title tabs.</li><li>Avoid initialization error on newly opened group tabs.</li></ul>
<br/>0.17.2016030401:<ul><li>Allow to specify different delay for autoshow/hide on mousemove, via secret preferences <code>extensions.treestyletab.tabbar.autoHide.delay.show</code> and <code>extensions.treestyletab.tabbar.autoHide.delay.hide</code>.</li><li>Keep current tab visible after the window is resized, even if there are too many tabs with a scrollbar.</li><li>Don't scroll to a hidden tab when it is newly opened.</li><li>Dropped non-URI text (maybe including whitespaces) onto the [...]
-<h2>Tree Style Tab 0.16.2016021602 - February 15, 2016</h2>
+<h2>Tree Style Tab 0.16.2016021602 - Feb. 15, 2016</h2>
0.16.2016021602:<ul><li>Attach new tabs only actually opened with <code>relatedToCurrent</code>=<code>true</code> option (or referrer) to the current tab, as the default behavior for compatibility with other addons.</li></ul>0.16.2016021601:<ul><li>Tree in group (dummy) tabs is now shown with multiple columns. (You can disable the feautre by <code>extensions.treestyletab.groupTab.columnize</code>=<code>false</code>.)</li><li>Tree in tooltip is now shown with multiple columns. (You can di [...]
-<h2>Tree Style Tab 0.16.2016021201 - February 12, 2016</h2>
+<h2>Tree Style Tab 0.16.2016021201 - Feb. 12, 2016</h2>
0.16.2016021201:<ul><li>Better compatibility with <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/tab-badge/">Tab Badge</a> addon.</li><li>Never touch session history of remote tabs (on e10s activated). It raised exception and broke tree structure when a parent tab is closed and the next parent is a remote tab.</li><li>Reduce <code>eval()</code> hack.</li><li>Gave up to disable the preference <code>browser.tabs.insertRelatedAfterCurrent</code>. Now TST respects the defau [...]
-<h2>Tree Style Tab 0.16.2015122501 - December 25, 2015</h2>
+<h2>Tree Style Tab 0.16.2015122501 - Dec. 25, 2015</h2>
0.16.2015122501:<ul><li>Initialize itself correctly on Firefox 38. (regression)</li><li>Don't show thin glay bar for pinned tabs on fullscreen HTML5 video.</li><li>Activate/deactivate auto hide feature for fullscreen mode correctly, on Firefox 38.</li><li>Don't change the scroll position of the tab bar, when it is expanded from shrunken.</li></ul>
-<h2>Tree Style Tab 0.16.2015113001.1-let-fixed - November 29, 2015</h2>
+<h2>Tree Style Tab 0.16.2015113001.1-let-fixed - Nov. 29, 2015</h2>
0.16.2015113001:<ul><li>New tabs can be opened even if Speed Dial or some addons are activated.</li><li>Clicking at the grippy in the tab bar splitter expands collapsed tab bar correctly. (regression)</li><li>"New Folder" and "Bookmark Properties" works again. (regression)</li><li>Don't shake the tab bar when it is scrolled by spacers in the arrowscrollbox.</li><li>Show the tab bar automatically by mousemove on developer tools.</li><li>Show preferred label "auto hide" or "auto shrink" fo [...]
-<h2>Tree Style Tab 0.16.2015111001 - November 9, 2015</h2>
+<h2>Tree Style Tab 0.16.2015111001 - Nov. 9, 2015</h2>
0.16.2015111001:<ul><li>Free memory for closed windows correctly (it was grabbed by living-dead event listeners.)</li><li>Highlighted color of updated pinned tabs is shown correctly.</li><li>The feature "Bookmark this tree" and the property dialog of bookmark folders now work correctly.</li><li>The height of the closebox in each tab is never changed anymore.</li><li>The navigation toolbar is shown correctly below window buttons on OS X.</li></ul>
-<h2>Tree Style Tab 0.16.2015110801 - November 8, 2015</h2>
+<h2>Tree Style Tab 0.16.2015110801 - Nov. 8, 2015</h2>
0.16.2015110801:<ul><li>The title bar is now hidden for permanently shown menu bar. (Otherwise the menu bar is not draggable to move the window itself.)</li><li>Regression: Tabs opened via <code>GM_openInTab()</code> are placed at the top of existing child tabs of the current tab, if it is the default position of newly opened children.</li><li>Regression: "Search with..." in the context menu works correctly.</li></ul>
-<h2>Tree Style Tab 0.16.2015110701 - November 7, 2015</h2>
+<h2>Tree Style Tab 0.16.2015110701 - Nov. 7, 2015</h2>
0.16.2015110701:<ul><li>The API <code>TreeStyleTabService.getLastDescendantTab()</code> now returns correct value always.</li><li>Open "View Source" result as a child of the current tab.</li><li>Follow the position of the tab bar to changes around the social sidebar.</li><li>Don't reposition/update the tab bar when the window regains focus or the sidebar is switched between different panels.</li><li>Don't shrink the width of the tab bar with a scrollbar for too many tabs, on OS X.</li><l [...]
-<h2>Tree Style Tab 0.15.20150902901 - September 28, 2015</h2>
+<h2>Tree Style Tab 0.15.20150902901 - Sept. 28, 2015</h2>
0.15.20150902901:<ul><li>Fix many compatibility issues around spec changes at Firefox 40 and later. (Including <a rel="nofollow" href="https://github.com/piroor/treestyletab/pull/925">patches by Xidorn Quan</a>. Thanks!)</li><li>Drop support for Firefox 31.</li><li>Re-introduce configuration UIs for the size of the tab bar and its fixedness. Now it works to reset size of the tab bar in all existing windows.</li><li>Toolbar customization works correctly even if the tab bar is placed not o [...]
-<h2>Tree Style Tab 0.15.2015030601.1-signed - March 5, 2015</h2>
+<h2>Tree Style Tab 0.15.2015030601.1-signed - March 5, 2015</h2>
0.15.2015030601:<ul><li>Width of the tab bar, position of the tab bar, and status of the "auto hide" feature are saved and restored for each window.</li><li>Better compatibility with <a rel="nofollow" href="https://addons.mozilla.org/firefox/duplicate-in-tab-context-menu/">Duplicate in Tab Context Menu addon</a>.</li><li>Better compatibility with ColorfulTabs. Annoyingly horizontal scroll of the tab bar (happend by clicking on any tab) has been solved.</li><li>Isolated from obsolete <cod [...]
-<h2>Tree Style Tab 0.15.2014120101.1-signed - December 1, 2014</h2>
+<h2>Tree Style Tab 0.15.2014120101.1-signed - Dec. 1, 2014</h2>
0.15.2014120101:<ul><li>Open clicked link as a new child tab correctly, from links with <code>target="_blank"</code> in e10s mode. (See also <a rel="nofollow" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1098688">the related bug on the bugzilla.mozilla.org</a>)</li><li>Re-show the tab bar correctly after exiting from the fullscreen mode. <a rel="nofollow" href="https://github.com/piroor/treestyletab/pull/790">(by Xinkai. Thanks!)</a></li><li>"Auto hide tab bar" feature works correc [...]
<br/>0.15.2014111301:<ul><li>Drop support for Firefox 30 and older versions</li><li>Works correctly on the multi-process mode (E10S).</li><li>Open child tabs from links correctly, in e10s windows. <a rel="nofollow" href="https://github.com/piroor/treestyletab/pull/760">(by Nephyrin. Thanks a lot!)</a></li><li>Restore tree structure with multiple trees from bookmarks correctly, even if the dummy tab is disabled.</li><li>Restore tab position for "Undo Close Tab" command correctly.</li><li> [...]
@@ -67,77 +148,77 @@
<h2>Tree Style Tab 0.14.2014050102.1-signed - April 30, 2014</h2>
0.14.2014050102:<ul><li>Works with Unified Sidebar correctly, in the "auto shrink" mode. (regression)</li></ul>0.14.2014050101:<ul><li>Works on Nightly 32.0a1 again.</li><li>Hide pinned tabs completely on DOM full-screen mode.</li></ul>0.14.2014043001:<ul><li>Better compatibility with No Script 2.6.8.20.</li></ul>0.14.2014042701:<ul><li>Works on Nightly 31.0a1 again.</li><li>Improved: Introduce a new checkbox "When a new tree appears, collapse others automatically" in the configuration d [...]
-<h2>Tree Style Tab 0.14.2014020901.1-signed - February 8, 2014</h2>
+<h2>Tree Style Tab 0.14.2014020901.1-signed - Feb. 8, 2014</h2>
0.14.2014020901:<ul><li>Improved: On the "auto hide" mode, scroll to the current tab when the tab bar becomes shown.</li><li>Improved: Accept drag and drop of the tab bar itself, on the blank area around pinned tabs.</li><li>Fixed: Don't activate "draw in titlebar" feature for windows with vertical tab bar.</li><li>Fixed: On the "auto hide" mode, keep scroll position of the tab bar correctly when the bar is shown and hidden.</li><li>Fixed: In the fullscreen mode, don't hide the navigatio [...]
-<h2>Tree Style Tab 0.14.2014013001.1-signed - January 29, 2014</h2>
+<h2>Tree Style Tab 0.14.2014013001.1-signed - Jan. 29, 2014</h2>
0.14.2014013001:<ul><li>Improved: Better compatibility with <a href="https://addons.mozilla.org/firefox/addon/nav-bar-on-title-bar/" rel="nofollow">Nav Bar on Title Bar</a>.</li><li>Improved: Better compatibility with <a href="https://addons.mozilla.org/firefox/addon/tab-control/" rel="nofollow">Tab Control</a>.</li><li>Modified: Remove codes for an extinct feature "replace the current tab when opening a bookmark group". The feature was already removed in old Firefox.</li><li>Fixed: Publ [...]
-<h2>Tree Style Tab 0.14.2013112901.1-signed - November 28, 2013</h2>
+<h2>Tree Style Tab 0.14.2013112901.1-signed - Nov. 28, 2013</h2>
0.14.2013112901:<ul><li>Improved: Better compatibility with someone who change visibility of the tab bar, like "auto hide tab bar for last single tab" feature of Tab Mix Plus, Pale Moon, and <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/hide-tab-bar-with-one-tab/">Hide Tab Bar With One Tab</a>.</li><li>Improved: Better compatibility with <a rel="nofollow" href="http://www.cusser.net/extensions/contextsearch/">Context Search</a>. Now search result tabs are opened as chi [...]
-<h2>Tree Style Tab 0.14.2013100901.1-signed - October 8, 2013</h2>
+<h2>Tree Style Tab 0.14.2013100901.1-signed - Oct. 8, 2013</h2>
0.14.2013100901:<ul><li>Improved: Position and size of the tab bar is updated automatically when any element is inserted to the browser box.</li><li>Fixed: Show the full tooltip near the original tooltip correctly, even if there are multiple screens.</li><li>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.</li><li>Fixed: Don't focus to the tab which is going to be closed. This also fixes some breakag [...]
-<h2>Tree Style Tab 0.14.2013082301.1-signed - August 23, 2013</h2>
+<h2>Tree Style Tab 0.14.2013082301.1-signed - Aug. 23, 2013</h2>
0.14.2013082301:<ul><li>Fixed: Failed to initialize on Firefox 23 and later. (regression on the previous release)</li><li><a rel="nofollow" href="https://github.com/piroor/treestyletab/pull/542">ru locale is updated by Infocatcher. Thanks!</a></li></ul>
-<h2>Tree Style Tab 0.14.2013082201.1-signed - August 21, 2013</h2>
+<h2>Tree Style Tab 0.14.2013082201.1-signed - Aug. 21, 2013</h2>
0.14.2013082201:<ul><li>Works on Firefox 25 and later.</li><li>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.)</li><li>Improved: New tab from <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/dragit-formerly-drag-de-go/">DragIt</a> is opened as a child of the current tab.</li><li>Fixed: Don't shrink tab bar automatically, when the user selects a background tab.</li><li [...]
<h2>Tree Style Tab 0.14.2013052901.1-signed - May 29, 2013</h2>
0.14.2013052901:<ul><li>Fixed: Pinned tabs are shown with more stylized appearance.</li><li>Fixed: Don't set margin to indicate grouped tabs for parent tabs next to hidden tabs in more cases. (by Drugoy. Thanks!)</li><li>Fixed: Update the tab bar correctly when contents in the browser bottom bar or the toolbar are modified. (Regression on 0.14.2013040601)</li><li>Fixed: Don't make new tabs children of the current tab, if they are opened by <a rel="nofollow" href="https://addons.mozilla.o [...]
-<h2>Tree Style Tab 0.14.2013040601.1-signed - April 5, 2013</h2>
+<h2>Tree Style Tab 0.14.2013040601.1-signed - April 5, 2013</h2>
0.14.2013040601:<ul><li>Improved: Add a new secret option "extensions.treestyletab.autoAttach.fromCurrent" to control new tab position from the current tab.</li><li>Fixed: Move tab by moveTabForward/moveTabBackward on Firefox 20 correctly.</li><li>Fixed: Don't set margin to indicate grouped tabs for parent tabs next to hidden tabs.</li><li>Fixed: Don't insert needless margins between collapsed tabs. Negative margins for collapsed tabs were unexpectedly inverted for tabs which have its "c [...]
-<h2>Tree Style Tab 0.14.2012122901.1-signed - December 28, 2012</h2>
+<h2>Tree Style Tab 0.14.2012122901.1-signed - Dec. 28, 2012</h2>
* Works on Nightly 20.0a1 again. (Updated for new MutationObserver spec.)
<br/> * Fixed: Never raise error messages for dragging of non-tab objects onto the tab bar.
-<h2>Tree Style Tab 0.14.2012121401.1-signed - December 14, 2012</h2>
+<h2>Tree Style Tab 0.14.2012121401.1-signed - Dec. 14, 2012</h2>
<ul><li>Improved: Open new tabs from <a href="https://addons.mozilla.org/firefox/addon/425" rel="nofollow">Linky</a> as child tabs of the current tab even if they are opened vi a dialog.</li><li>Improved: Define minimum width/height of the tab bar and restore it on the startup (so, if you accidentaly get too narrow tab bar, it will be fixed in the next startup.)</li><li>Fixed: Collapse/hide the tab bar automatically even if the webpage includes any plugin area.</li><li>Fixed: Fix wrong d [...]
-<h2>Tree Style Tab 0.14.2012111201.1-signed - November 11, 2012</h2>
+<h2>Tree Style Tab 0.14.2012111201.1-signed - Nov. 11, 2012</h2>
<ul><li>Fixed: Tabs from other computers are correctly opened as child tabs of the "about:sync" tab, on lately Nightly.</li><li>Fixed: All animation effects were unexpectedly stopped after the configuration dialog is opened.</li></ul>
-<h2>Tree Style Tab 0.14.2012111001.1-signed - November 9, 2012</h2>
+<h2>Tree Style Tab 0.14.2012111001.1-signed - Nov. 9, 2012</h2>
<ul><li>Improved: Dragged tabs in vertical tab bar are now animated (on Firefox 17 beta and later.)</li><li>Improved: Update indent of tabs automatically when too deeply nested tabs are collapsed/expanded and the mouse cursor goes away from the operated tab. This behavior can be disabled by the secret preference "extensions.treestyletab.indent.autoShrink.onlyForVisible".</li><li>Fixed: Update indent of tabs automatically when tab groups are modified or switched.</li><li>Improved: Differe [...]
-<h2>Tree Style Tab 0.14.2012081101.1-signed - August 10, 2012</h2>
+<h2>Tree Style Tab 0.14.2012081101.1-signed - Aug. 10, 2012</h2>
0.14.2012081101:<ul><li>Fixed: Apply animation effects correctly. In old versions, all animation effects (about tabs and the configuration dialog) were accidentally stopped.</li></ul>0.14.2012080901:<ul><li>Fixed: New tabs are shown correctly even if you activate animation effects. New tabs were sometimes stay hidden because animation was accidently stopped by some errors.</li><li>Fixed: Tabs are shown with correct height in "Metal" skin on Windows and Linux.</li><li>Fixed: Collapse a tr [...]
-<h2>Tree Style Tab 0.14.2012050301.1-signed - May 3, 2012</h2>
+<h2>Tree Style Tab 0.14.2012050301.1-signed - May 3, 2012</h2>
<ul><li>Improved: Move tab to the upper level if it is dropped on the bottom area of its parent tab.</li><li>Modified: Change the background color of tabs in "Flat" and "Mixed" theme for some platform (e.g. Ambience theme on Ubuntu).</li><li>Fixed: Handle new tabs from the "new tab" button correctly.</li><li>Fixed: Respect special behaviors defined in Firefox itself or other addons for middle-click on the new tab button.</li><li>Fixed: Fix NS_ERROR_XPC_BAD_OP_ON_WN_PROTO error in auto-sh [...]
-<h2>Tree Style Tab 0.14.2012021101.1-signed - February 10, 2012</h2>
+<h2>Tree Style Tab 0.14.2012021101.1-signed - Feb. 10, 2012</h2>
<ul><li>Fixed: Better appearance around twisty in tabs on a horizontal tab bar. (regression)</li><li>Fixed: Preferences migration on the startup failed in some cases.</li><li>Russian locale is updated by Infocatcher.</li></ul>
-<h2>Tree Style Tab 0.14.2012021001.1-signed - February 9, 2012</h2>
+<h2>Tree Style Tab 0.14.2012021001.1-signed - Feb. 9, 2012</h2>
<ul><li>Improved: A collapsed tree is expanded automatically if you press the Ctrl key for a while on it, even if the checkbox "When a tab gets focus, expand its tree and collapse others automatically" is unchecked. You can disable this behavior by the secret preference "extensions.treestyletab.autoExpandSubtreeOnSelect.whileFocusMovingByShortcut".</li><li>Fixed: Tree twisties couldn't be hidden by user preference. (regression)</li><li>Fixed: With Tab Mix Plus, failed to save session dat [...]
-<h2>Tree Style Tab 0.14.2012020901.1-signed - February 8, 2012</h2>
+<h2>Tree Style Tab 0.14.2012020901.1-signed - Feb. 8, 2012</h2>
<ul><li>Updated for Nightly 13.0a1.</li><li>Improved: Better compatibility with other tab-related addons. Now this addon doesn't apply custom binding to <tab/>s.</li><li>Fixed: On lately Nightly, appearances and behaviors of the tab bar were totally broken after the last tree was dragged and dropped to another window.</li><li>Fixed: Trees dropped on outside of existing Firefox windows were unexpectedly duplicated. Now they are correctly moved to new windows.</li><li>Fixed: When aut [...]
-<h2>Tree Style Tab 0.14.2012012901.1-signed - January 29, 2012</h2>
+<h2>Tree Style Tab 0.14.2012012901.1-signed - Jan. 29, 2012</h2>
<ul><li>Improved: Manually expanded trees were not collapsed automatically by focus changes (like Windows Explorer.) </li><li>Improved: Now tab bar isn't hidden (shrunken) by keyboard input if the tab bar is expanded by mouse actions.</li><li>Improved: When a tab which was a member of closed tree is restored, TST asks you to restore the whole tree by the notification popup (a.k.a. "doorhangar").</li><li>Improved: Auto exmansion of shrunken/hidden tab bar can be suppressed by pressing Shi [...]
-<h2>Tree Style Tab 0.13.2011121501.1-signed - December 14, 2011</h2>
+<h2>Tree Style Tab 0.13.2011121501.1-signed - Dec. 14, 2011</h2>
<p>from 0.13.2011121401 to 0.13.2011121501</p><ul><li>Fixed: "Fast restore" didn't work if Tab Mix Plus is installed without its custom session management.</li><li>Fixed: Tabs moved into existing tree didn't become member tabs of the tree. (Regression on 0.13.2011121401. If you use Tab Mix Plus or other addons to control new tab position, tree could be broken.)</li></ul><p>from 0.12.2011120101 to 0.13.2011121401</p><ul><li>Improved: "Fast restore" has landed. Last [...]
-<h2>Tree Style Tab 0.12.2011110101.1-signed - October 31, 2011</h2>
+<h2>Tree Style Tab 0.12.2011110101.1-signed - Oct. 31, 2011</h2>
<ul><li>Fixed: Tab's throbbers in the vertical tab bar were shown without vertical tab bar specific appearance unexpectedly.</li><li>Improved: Rest members in a tree of tabs are moved to another group if the parent tab is moved to the group.</li><li>Fixed: When a parent tab is pinned, rest members of the tree stay there correctly.</li><li>Fixed: Background color of the tab bar should be light gray for "Vertigo" and "Sidebar" style with auto-hide.</li><li>Fixed: Pinned tabs were mispositi [...]
-<h2>Tree Style Tab 0.12.2011082901.1-signed - August 29, 2011</h2>
+<h2>Tree Style Tab 0.12.2011082901.1-signed - Aug. 29, 2011</h2>
<ul><li>Note: This version (and older versions) is incompatible to Firefox 8 or later due to the <a rel="nofollow" href="https://bugzilla.mozilla.org/show_bug.cgi?id=455694">bug 455694</a> and <a rel="nofollow" href="https://bugzilla.mozilla.org/show_bug.cgi?id=674925">674925</a>.</li><li>Improved: A dummy tab for grouping tabs is automatically closed when it has no sibling tab.</li><li>Improved: The size of pinned tabs can be customized by secret prefs "extensions.treestyletab.pinnedTab [...]
<h2>Tree Style Tab 0.12.2011061701.1-signed - June 16, 2011</h2>
<ul><li>Improved: While dragging of tabs or links, auto-hidden tab bar is expanded automatically.</li><li>Improved: New API for other addons: <code>gBrowser.treeStyleTab.moveTabs()</code>, <code>gBrowser.treeStyleTab.importTabs()</code>, and <code>gBrowser.treeStyleTab.duplicateTabs()</code> to process multiple tabs with their tree structure.</li><li>Fixed: Auto-hide of the tab bar was broken.</li><li>Fixed: Didn't work on Nightly 7.0a1 due to removed interface "nsIDOM3Node".</li><li>Fix [...]
-<h2>Tree Style Tab 0.12.2011060202.1-signed - June 1, 2011</h2>
+<h2>Tree Style Tab 0.12.2011060202.1-signed - June 1, 2011</h2>
<ul><li>Drop support for Firefox 3.5.</li><li>Improved: Optimization for performance issue about switching of tab groups (Panorama).</li><li>Improved: Optimization for startup time. (CSS refactorings, JavaScript code modules for shared codes, etc.)</li><li>Improved: Middle click on the "new tab" button and the "go" button should open the new tab as the child of the current tab. (They can be customized.)</li><li>Improved: With <a rel="nofollow" href="https://addons.mozilla.org/ja/firefox/ [...]
-<h2>Tree Style Tab 0.11.2011050602.1-signed - May 6, 2011</h2>
+<h2>Tree Style Tab 0.11.2011050602.1-signed - May 6, 2011</h2>
<ul><li>Fixed: With Personas, vertical tab bar didn't work correctly.</li><li>Fixed: Pinned tabs in the rightside tab bar were unexpectedly animated.</li><li>Fixed: Pinned tabs wrongly disappeared when "auto hide" (not "auto shrink") is enabled.</li><li>Fixed: Shrunken rightside tab bar should be resizable.</li><li>Fixed: On Mac OS X, clicking on the grippy in the splitter for vertical tab bar didn't expand collapsed tab bar.</li><li>Other expanded trees were unexpectedly collapsed when [...]
<br/>0.11.2011050601:
<br/><ul><li>Improved: New blank tab can be opened as the next sibling of the current tab.</li><li>Improved: Duplicated tab by middle click of the "Reload" button can be opened as a child, a sibling, or the next sibling of the source tab.</li><li>Improved: New API for other addons: <code>TreeStyleTabService.readyToOpenNextSiblingTab(<var>aSourceTab</var>)</code> is available.</li><li>Improved: "Tabs on Top" state will be restored after uninstallation. (But if you already inst [...]
@@ -155,26 +236,26 @@ ions/">Focus Last Selected Tab</a> correctly.</li><li>Fixed: On Firefox 4, works
<br/>0.11.2011031901:
<br/><ul><li>Fixed: Flexible toolbar items (like search bar) were wrongly shrunken and hidden if there were too many tabs.</li><li>Fixed: Clicking on an extra toolbar item in the tab bar wrongly selected overflow-ed tabs behind the toolbar item.</li><li>Fixed: In secondary browser window, bookmarks couldn't be opened after the primary browser window was closed.</li><li>Fixed: Toolbar customization unexpectedly moved toolbar items before tabs, to the place after tabs.</li><li>Fixed: Extra [...]
-<h2>Tree Style Tab 0.11.2011021901.1-signed - February 19, 2011</h2>
+<h2>Tree Style Tab 0.11.2011021901.1-signed - Feb. 19, 2011</h2>
<ul><li>Fixed: TST wrongly handled drag and drop actions on the tab bar even if it is fired in the toolbar customization.</li><li>Fixed: Pinned tabs are shown with highlighted background correctly when their titles are changed.</li><li>Fixed: Better compatibility with <a rel="nofollow" href="http://totaltoolbar.mozdev.org/">TotalToolbar</a>.</li></ul>
-<h2>Tree Style Tab 0.11.2011021601 - February 15, 2011</h2>
+<h2>Tree Style Tab 0.11.2011021601 - Feb. 15, 2011</h2>
<ul><li>Improved: Buttons in the information bar to confirm how restore other closed tabs in the tree (it is shown when you do "undo close tab" for a tab which was in a tree) now have their suitable accesskey.</li><li>Improved: Focusring is shown in tabs if tabs are focusable by userChrome.css.</li><li>Improved: On Firefox 3.6 or olders, the background of the transparent tab bar is no longer drawn if the secret pref "extensions.treestyletab.tabbar.transparent.partialTransparency" has a v [...]
-<h2>Tree Style Tab 0.11.2011020402 - February 4, 2011</h2>
+<h2>Tree Style Tab 0.11.2011020402 - Feb. 4, 2011</h2>
* Fixed: An error in the initialization process disappeared.
<br/>* A secret preference "extensions.treestyletab.autoAttachNewTabsAsChildren" is renamed to "extensions.treestyletab.autoAttach"
-<h2>Tree Style Tab 0.11.2011011301 - January 12, 2011</h2>
+<h2>Tree Style Tab 0.11.2011011301 - Jan. 12, 2011</h2>
<ul><li>Fixed: After rearranging of tabs in the Panorama view, the order of actual tabs were not synchronized to the order of thumbnails in the Panorama view.</li><li>Fixed: On Minefield, the tab bar became too wide/too narrow when you toggled the "auto hide" feature of the tab bar.</li><li>Fixed: Pinned tabs were shown in wrong positions.</li><li>Fixed: Styles of pinned tabs are updated.</li><li>Fixed: Pinned tabs were shown in wrong positions when a session was restored.</li><li>Fixed: [...]
-<h2>Tree Style Tab 0.10.2010040201 - April 1, 2010</h2>
+<h2>Tree Style Tab 0.10.2010040201 - April 1, 2010</h2>
<p>From 0.10.2010040102 to 0.10.2010040201:</p><ul><li>Updated for the bug: <a rel="nofollow" href="https://bugzilla.mozilla.org/show_bug.cgi?id=554991">Bug 554991 - allow tab context menu to be modified by normal XUL overlays</a></li></ul><p>From 0.10.2010040101 to 0.10.2010040102:</p><ul><li>Fixed: Built-in theme "Metal" and "Sidebar" appliy window focus to their appearance correctly.</li><li>Fixed: Broken background color of the built-in theme "Vertigo" disapp [...]
-<h2>Tree Style Tab 0.8.2009122501 - December 25, 2009</h2>
+<h2>Tree Style Tab 0.8.2009122501 - Dec. 25, 2009</h2>
<p>from 0.8.2009122401 to 0.8.2009122501:</p><ul><li>Improved: Works with <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/14439">Tabberwocky</a>.</li><li>Fixed: The height of transparent tab bar is automatically updated when the window is resized.</li><li>Fixed: Broken behavior of the splitter for the tab bar (after the tab bar is moved) disappeared (maybe). The splitter is always re-created when the position of the tab bar is changed.</li><li>Fixed: Moving o [...]
-<h2>Tree Style Tab 0.8.2009102801 - October 27, 2009</h2>
+<h2>Tree Style Tab 0.8.2009102801 - Oct. 27, 2009</h2>
from 0.8.2009102701 to 0.8.2009102801:
<br/>* Fixed: The restored tree was wrongly collapsed when a parent tab was reopened by "undo close tab" or "recently closed tabs".
<br/>
@@ -191,7 +272,7 @@ from 0.8.2009102701 to 0.8.2009102801:
<br/>* zh-CN locale is updated by hzhbest
<br/>* de-DE locale is updated by Andy Pillip.
-<h2>Tree Style Tab 0.8.2009100101 - September 30, 2009</h2>
+<h2>Tree Style Tab 0.8.2009100101 - Sept. 30, 2009</h2>
Changes from 0.8.2009093001 to this version:
<br/>* Fixed: Better restoration of tree structure on restarting.
<br/>
@@ -217,7 +298,7 @@ Changes from 0.8.2009093001 to this version:
<br/>* Fixed: Works with Drag & <a rel="nofollow" href="http://Drop.io">Drop.io</a> ( <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/8482">https://addons.mozilla.org/firefox/addon/8482</a> ) .
<br/>* zh-CN locale is updated by hzhbest
-<h2>Tree Style Tab 0.8.2009090201 - September 1, 2009</h2>
+<h2>Tree Style Tab 0.8.2009090201 - Sept. 1, 2009</h2>
* Improved: You can move the tab bar by drag and drop. If you start dragging with Shfit key, then you can move it even if the position of the bar is fixed.
<br/>* Improved: Now, collapsed trees are never expanded automatically, while you are changing tab focus by Ctrl-Tab. If you like the old behavior, set extensions.treestyletab.autoCollapseExpandSubTreeOnSelect.whileFocusMovingByShortcut to true.
<br/>* Modified: Configuration dialog is restructured.
@@ -230,7 +311,7 @@ Changes from 0.8.2009093001 to this version:
<br/>* zh-CN locale is updated by hzhbest
<br/>* zh-TW locale is updated by Tsprajna.
-<h2>Tree Style Tab 0.8.2009081101 - August 11, 2009</h2>
+<h2>Tree Style Tab 0.8.2009081101 - Aug. 11, 2009</h2>
* Improved: Tree structure in tooltips on tabs can be hidden by user preference.
<br/>* Improved: New tabs from "History" sidebar are operated like as tabs from bookmark folder.
<br/>* Improved: Now you can modify tree structure of tabs by bookmark properties dialog more freely.
@@ -285,7 +366,7 @@ Changes from 0.8.2009093001 to this version:
<br/>* zh-CN locale is updated by hzhbest.
<br/>* zh-TW locale is updated by Tsprajna.
-<h2>Tree Style Tab 0.7.2009070701 - July 6, 2009</h2>
+<h2>Tree Style Tab 0.7.2009070701 - July 6, 2009</h2>
* Improved: "Reload this Tree" and "Reload Children" are avilable for the context menu on tabs.
<br/>* Fixed: The first child tab will be focused correctly even if the parent current tab is closed and the first child becomes new parent.
<br/>* Fixed: Private browsing mode works correctly even if there are collapsed trees.
@@ -366,7 +447,7 @@ Changes from 0.8.2009093001 to this version:
<br/>
<br/>Sorry, I've uncauciously deleted ver.0.7.2009042101 from AMO. I was unaware that reviews for the version were already written...
-<h2>Tree Style Tab 0.7.2009040901 - April 8, 2009</h2>
+<h2>Tree Style Tab 0.7.2009040901 - April 8, 2009</h2>
* Improved: Animation effects are available.
<br/>* Improved: New option to close all of child tabs when the "parent" tab is closed even if the tree is expanded.
<br/>* Improved: Auto-scroll for tab draggings is available.
@@ -375,7 +456,7 @@ Changes from 0.8.2009093001 to this version:
<br/>* Fixed: Auto-hide of tab bar works for rightside or bottom tab bar.
<br/>* pl-PL locale is available. (translated by Andrzej Pasterczyk)
-<h2>Tree Style Tab 0.7.2009040201 - April 1, 2009</h2>
+<h2>Tree Style Tab 0.7.2009040201 - April 1, 2009</h2>
* Works on Minefield again.
<br/>* Improved: A narrow bar for auto-hide tab bar is available. You can access to the tab bar even if there is a full-screen Flash.
<br/>* Improved: Pointing on the tab bar keeps auto-hide tab bar shown even if it is shown by keyboard shortcuts.
@@ -412,30 +493,30 @@ Changes from 0.8.2009093001 to this version:
<br/>* Fixed: The tab bar is correctly scrolled by tab focus even if Tab Mix Plus is installed.
<br/>* Updated: Italian locale is updated. (by Godai71)
-<h2>Tree Style Tab 0.7.2009030901 - March 8, 2009</h2>
+<h2>Tree Style Tab 0.7.2009030901 - March 8, 2009</h2>
* Improved: On Firefox 3.5 or later, vertical tahs are shown with dropshadow.
<br/>* Modified: When the last child tab is dropped just after its parent, the dragged tab becomes a next sibling of the parent.
<br/>* Modified: Dropped tabs always become last child of the target tab.
<br/>* Fixed: On Shiretoko 3.1b4pre, position of "new tab" button is correctly updated when many tabs are open.
<br/>* Fixed: Ctrl-Tab correctly circulate tab focus.
-<h2>Tree Style Tab 0.7.2009021201 - February 12, 2009</h2>
+<h2>Tree Style Tab 0.7.2009021201 - Feb. 12, 2009</h2>
* Works on Firefox 3.1b3pre.
<br/>* Fixed: XLinks in SVG (or others) are correctly ignored when it is clicked.
<br/>* Fixed: The first child tab is correctly focused if the parent tab is closed.
<br/>* Improved: You can open links from separete selections in new tabs.
-<h2>Tree Style Tab 0.7.2008122801 - December 28, 2008</h2>
+<h2>Tree Style Tab 0.7.2008122801 - Dec. 28, 2008</h2>
* Fixed: Buttons on the tab bar work correctly.
<br/>* Added: ru-RU locale is available. (by L'Autour)
-<h2>Tree Style Tab 0.7.2008120401 - December 3, 2008</h2>
+<h2>Tree Style Tab 0.7.2008120401 - Dec. 3, 2008</h2>
* Fixed: Possibly works with Tab History ( <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/1859">https://addons.mozilla.org/firefox/addon/1859</a> ).
<br/>* Fixed: Works with Aging Tabs ( <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/3542">https://addons.mozilla.org/firefox/addon/3542</a> ).
<br/>* Fixed: On Shiretoko 3.1b3pre, dropping of files, links, etc. to the tab bar is correctly performed.
<br/>* Improved: Clicks on spaces of indented tabs work as clicks on tabs. Thus, you can switch tabs by clicking screen edges in the full screen mode. If you disable this change, change the value of a secret preference "extensions.treestyletab.clickOnIndentSpaces.enabled" to "false".
-<h2>Tree Style Tab 0.7.2008120201 - December 1, 2008</h2>
+<h2>Tree Style Tab 0.7.2008120201 - Dec. 1, 2008</h2>
* Fixed: Drag and drop of tabs works correctly on Minefield 3.1b3pre.
<br/>* Fixed: Drag and drop of links works correctly on Minefield 3.1b3pre.
<br/>* Improved: Dragging parent tab and dropping it out of the window tears off the subtree to a new window on Minefield 3.1b3pre.
@@ -444,7 +525,7 @@ Changes from 0.8.2009093001 to this version:
<br/>* Improved: New tabs from SBM Counter ( <a rel="nofollow" href="http://miniturbo.org/">http://miniturbo.org/</a> ) are opened as child tabs of the current tab.
<br/>* Fixed: Broken menu with Multiple Tab Handler ( <a rel="nofollow" href="http://piro.askura.ne.jp/xul/_multipletab.html.en">http://piro.askura.ne.jp/xul/_multipletab.html.en</a> ) disappeared.
-<h2>Tree Style Tab 0.7.2008110801 - November 7, 2008</h2>
+<h2>Tree Style Tab 0.7.2008110801 - Nov. 7, 2008</h2>
* Fixed: "Maximized" state is correctly restored on the next startup.
<br/>* Fixed: Dropping of tabs works correctly on the blank are of the tab bar.
<br/>* Fixed: Works on Minefield 3.1b2pre.
@@ -452,11 +533,11 @@ Changes from 0.8.2009093001 to this version:
<br/>* it-IT locale is updated. (by Godai71)
<br/>* de-DE locale is updated. (by Andy Pillip)
-<h2>Tree Style Tab 0.7.2008101801 - October 17, 2008</h2>
+<h2>Tree Style Tab 0.7.2008101801 - Oct. 17, 2008</h2>
* Improved: On Minefield 3.1b2pre, tabs are moved from an window to another by drag and drop, without reloading.
<br/>* Fixed: "Bookmark Sub Tree" feature works with Tab Mix Plus.
-<h2>Tree Style Tab 0.7.2008101502 - October 14, 2008</h2>
+<h2>Tree Style Tab 0.7.2008101502 - Oct. 14, 2008</h2>
* Improved: Works on Minefield 3.1b2pre.
<br/>* Improved: A new feature, "Bookmark this Tree" is available for tab context menu.
<br/>* Improved: Tab indentation is automatically adjusted by tab bar width.
@@ -496,7 +577,7 @@ Changes from 0.8.2009093001 to this version:
* Improved: Subtrees are automatically opened while drag-and-drop operations on Mac OS X.
<br/>* Fixed: Appearance on Mac OS X is corrected.
-<h2>Tree Style Tab 0.6.2008050601 - May 5, 2008</h2>
+<h2>Tree Style Tab 0.6.2008050601 - May 5, 2008</h2>
Added: Traditional Chinese locale is available. (by HkYtrewq, Thanks!)
<h2>Tree Style Tab 0.6.2008050101 - April 30, 2008</h2>
@@ -522,7 +603,7 @@ Added: Traditional Chinese locale is available. (by HkYtrewq, Thanks!)
<br/>* Spanish locale is available. (by tito, Thanks!)
<br/>* Works on Minefield 3.0b5pre.
-<h2>Tree Style Tab 0.5.2008030303 - March 3, 2008</h2>
+<h2>Tree Style Tab 0.5.2008030303 - March 3, 2008</h2>
* Improved: Appearance of tree twisties can be changed.
<br/>* Improved: Children tabs inherits the color of the parent tab if ColorfulTabs ( <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/1368">https://addons.mozilla.org/firefox/addon/1368</a> ) is available.
<br/>* Improved: New tabs opened by drag and drop in web pages with Super DragAndGo ( <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/137">https://addons.mozilla.org/firefox/addon/137</a> ) or Drag de Go ( <a rel="nofollow" href="https://addons.mozilla.org/firefox/addon/2918">https://addons.mozilla.org/firefox/addon/2918</a> ) become children of the current tab automatically.
@@ -535,23 +616,23 @@ Added: Traditional Chinese locale is available. (by HkYtrewq, Thanks!)
<br/>* Fixed: Some preferences are saved its user value correctly after the addon is re-installed.
<br/>* Fixed: Position of closeboxes in inverted rightside tabs are corrected.
-<h2>Tree Style Tab 0.5.2008022702 - February 26, 2008</h2>
+<h2>Tree Style Tab 0.5.2008022702 - Feb. 26, 2008</h2>
* Fixed: Bookmark groups are loaded by your preference correctly on Firefox 3.
<br/>* Fixed: New tabs from the location bar or other cases opened correctly. (it was a regression in 0.5.2008022701)
-<h2>Tree Style Tab 0.5.2008022701 - February 26, 2008</h2>
+<h2>Tree Style Tab 0.5.2008022701 - Feb. 26, 2008</h2>
* Improved: Now you can change the position of tab bar dynamically from context menu on tab bar.
<br/>* Fixed: Became compatible to Highlander and PermaTabs (maybe)
<br/>* Fixed: A typo in en-US locale disappeared.
<br/>* Fixed: "Fix width of tab bar" state is restored correctly on every startup.
<br/>* Updated: Italian locale is updated. (by Godai71.Extenzilla)
-<h2>Tree Style Tab 0.5.2008022402 - February 24, 2008</h2>
+<h2>Tree Style Tab 0.5.2008022402 - Feb. 24, 2008</h2>
* Improved: Drag and drop actions for selection tabs are available with Multiple Tab Handler.
<br/>* Fixed: Drag and drop actions work correctly on Firefox 3.
<br/>* Improved: Moving of tabs by drag and drop from other windows is available on Firefox 3.
-<h2>Tree Style Tab 0.5.2008022301 - February 22, 2008</h2>
+<h2>Tree Style Tab 0.5.2008022301 - Feb. 22, 2008</h2>
* Improved: New tabs opened from the location bar can be opened as children of the current tab even if their domains are different from the current.
<br/>* Improved: New option to fix width of the tab bar and hide splitter is available in the context menu of the tab bar.
<br/>* Fixed: Compatibility with some themes (iFox etc.) is improved.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tree-style-tab.git
More information about the Pkg-mozext-commits
mailing list