[Pkg-mozext-commits] [tree-style-tab] 03/04: Update changelogs

Ximin Luo infinity0 at debian.org
Sat Feb 20 23:28:44 UTC 2016


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 0c3dacee5061823227545cd65df838b0d1e20f96
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sat Feb 20 22:46:40 2016 +0100

    Update changelogs
---
 debian/changelog               |  5 +--
 debian/upstream/changelog      | 70 ++++++++++++++++++++++++++++++++++++++++++
 debian/upstream/changelog.html |  6 ++++
 3 files changed, 79 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b92f1ab..c28b419 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-tree-style-tab (0.16.2015122501-2) UNRELEASED; urgency=medium
+tree-style-tab (0.16.2016021602-1) UNRELEASED; urgency=medium
 
+  * New upstream release.
   * Update Vcs-* fields and debhelper level.
 
- -- Ximin Luo <infinity0 at debian.org>  Tue, 05 Jan 2016 17:14:02 +0100
+ -- Ximin Luo <infinity0 at debian.org>  Sat, 20 Feb 2016 22:46:09 +0100
 
 tree-style-tab (0.16.2015122501-1) unstable; urgency=medium
 
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
index 097b4fe..c2e07b5 100644
--- a/debian/upstream/changelog
+++ b/debian/upstream/changelog
@@ -1,3 +1,73 @@
+Tree Style Tab 0.16.2016021602 - February 15, 2016
+--------------------------------------------------
+
+0.16.2016021602:
+
+-  Attach new tabs only actually opened with ``relatedToCurrent``\ =\ ``true``
+   option (or referrer) to the current tab, as the default behavior for
+   compatibility with other addons.
+
+0.16.2016021601:
+
+-  Tree in group (dummy) tabs is now shown with multiple columns. (You can
+   disable the feautre by
+   ``extensions.treestyletab.groupTab.columnize``\ =\ ``false``.)
+-  Tree in tooltip is now shown with multiple columns. (You can disable the
+   feautre by ``extensions.treestyletab.tooltip.columnize``\ =\ ``false``.)
+-  Fix regression: open bookmarks as separate tabs for user preference.
+-  Better appearance for narrow scrollbar in the tab bar.
+-  Add ability to collapse/expand the tab bar by middle click on the splitter.
+-  Expand the tab bar to feedback what's happen, when a tab has new title, in
+   the "auto hide" mode.
+-  Add secret preferences to disable expanding of the tab bar to feedback
+   what's happen for each case:
+   ``extensions.treestyletab.tabbar.autoShow.feedback.opened``,
+   ``extensions.treestyletab.tabbar.autoShow.feedback.closed``,
+   ``extensions.treestyletab.tabbar.autoShow.feedback.moved``,
+   ``extensions.treestyletab.tabbar.autoShow.feedback.selected`` and
+   ``extensions.treestyletab.tabbar.autoShow.feedback.titleChanged``.
+-  When the tab bar is expanded for a feedback, the subject tab is now
+   highlighted.
+-  Add a new choice when a parent tab is closed: now you can replace the closed
+   parent tab with a new group tab.
+-  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
+--------------------------------------------------
+
+0.16.2016021201:
+
+-  Better compatibility with `Tab
+   Badge <https://addons.mozilla.org/firefox/addon/tab-badge/>`__ addon.
+-  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.
+-  Reduce ``eval()`` hack.
+-  Gave up to disable the preference
+   ``browser.tabs.insertRelatedAfterCurrent``. Now TST respects the default
+   behavior for the preference, about new tabs opened from links.
+-  All new tabs opened via the ``gBrowser.addTab()`` method with the option
+   ``relatedToCurrent:true`` or a referrer information are now basically opened
+   as children of the current tab. By this change, new tabs from various other
+   addons will be opened as children of the current tab without any hack.
+-  New tabs from ``window.open()`` are now opened as orphan tabs, when TST
+   cannot find the possible parent tab from the referrer information.
+-  A new APIs to open new orphan tab is added:
+   ``gBrowser.treeStyleTab.readyToOpenOrphanTab()`` and
+   ``gBrowser.treeStyleTab.readyToOpenOrphanTabNow()``. They are useful to open
+   new independent tab with ``relatedToCurrent:true`` (to go back to the
+   previous "current" tab after the new tab closed immediately).
+-  Never shrink the tab bar when it is scrolled.
+-  No more flashing issue of the tab bar in the "auto hide" mode, while moving
+   focus on tabs by Ctrl-Tab.
+-  Handle long press of the Ctrl key even when ``browser.ctrlTab.previews`` is
+   ``true``.
+-  Fixup tree structure of tabs after moving of tabs by
+   Ctrl-Shift-PageUp/PageDown more correctly.
+-  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
 --------------------------------------------------
 
diff --git a/debian/upstream/changelog.html b/debian/upstream/changelog.html
index 473ccf7..95ac961 100644
--- a/debian/upstream/changelog.html
+++ b/debian/upstream/changelog.html
@@ -2,6 +2,12 @@
 <head><title>Tree Style Tab Version History</title></head>
 <body>
 
+<h2>Tree Style Tab 0.16.2016021602 - February 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>
+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>
 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>
 

-- 
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