Bump version to 0.16.2016021201

This commit is contained in:
YUKI Hiroshi 2016-02-12 16:59:37 +09:00
parent 8898534f10
commit 6e47fa2fe0
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# History
- master/HEAD
- 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.

View File

@ -1,6 +1,7 @@
# 更新履歴
- master/HEAD
- 0.16.2016021201
* [Tab Badge](https://addons.mozilla.org/firefox/addon/tab-badge/)との互換性を向上
* e10sが有効な時に別プロセスのタブのセッションヒストリに触らないようにした親のタブを閉じた時、次に親になるタブが別プロセスのタブだと、例外が発生してツリー構造が壊れていた
* `eval()`を使った関数の書き換えを減らした

View File

@ -5,7 +5,7 @@
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="treestyletab@piro.sakura.ne.jp"
em:name="Tree Style Tab"
em:version="0.16.2015122501"
em:version="0.16.2016021201"
em:creator="YUKI &quot;Piro&quot; Hiroshi"
em:description="Show tabs like a tree."
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"