Bump version to 0.16.2015122501
This commit is contained in:
parent
40c68a50dd
commit
a49e7c6a38
@ -1,6 +1,7 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
- 0.16.2015122501
|
||||||
* Initialize itself correctly on Firefox 38. (regression)
|
* Initialize itself correctly on Firefox 38. (regression)
|
||||||
* Don't show thin glay bar for pinned tabs on fullscreen HTML5 video.
|
* Don't show thin glay bar for pinned tabs on fullscreen HTML5 video.
|
||||||
* Activate/deactivate auto hide feature for fullscreen mode correctly, on Firefox 38.
|
* Activate/deactivate auto hide feature for fullscreen mode correctly, on Firefox 38.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# 更新履歴
|
# 更新履歴
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
- 0.16.2015122501
|
||||||
* Firefox 38で初期化に失敗する問題を修正(後退バグ)
|
* Firefox 38で初期化に失敗する問題を修正(後退バグ)
|
||||||
* HTML5 Videoのフルスクリーン表示時に、ピン留めされたタブがあると画面上にゴミが残る問題を修正
|
* HTML5 Videoのフルスクリーン表示時に、ピン留めされたタブがあると画面上にゴミが残る問題を修正
|
||||||
* Firefox 38において、フルスクリーン表示の切り替え後の状態を正しく認識できるよう修正
|
* Firefox 38において、フルスクリーン表示の切り替え後の状態を正しく認識できるよう修正
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<RDF:Description RDF:about="urn:mozilla:install-manifest"
|
<RDF:Description RDF:about="urn:mozilla:install-manifest"
|
||||||
em:id="treestyletab@piro.sakura.ne.jp"
|
em:id="treestyletab@piro.sakura.ne.jp"
|
||||||
em:name="Tree Style Tab"
|
em:name="Tree Style Tab"
|
||||||
em:version="0.16.2015113001"
|
em:version="0.16.2015122501"
|
||||||
em:creator="YUKI "Piro" Hiroshi"
|
em:creator="YUKI "Piro" Hiroshi"
|
||||||
em:description="Show tabs like a tree."
|
em:description="Show tabs like a tree."
|
||||||
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
|
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
|
||||||
@ -235,7 +235,7 @@
|
|||||||
<em:targetApplication>
|
<em:targetApplication>
|
||||||
<RDF:Description em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
|
<RDF:Description em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
|
||||||
em:minVersion="38.0"
|
em:minVersion="38.0"
|
||||||
em:maxVersion="45.0a1" />
|
em:maxVersion="46.0a1" />
|
||||||
</em:targetApplication>
|
</em:targetApplication>
|
||||||
</RDF:Description>
|
</RDF:Description>
|
||||||
</RDF:RDF>
|
</RDF:RDF>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user