Bump version to 0.18.2016090801

This commit is contained in:
YUKI Hiroshi 2016-09-08 14:40:26 +09:00
parent 6e051835ff
commit 841866d1bc
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# History
- master/HEAD
- 0.18.2016090801
* 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.)
* Isolate codes from `new Function()`.

View File

@ -1,6 +1,7 @@
# 更新履歴
- master/HEAD
- 0.18.2016090801
* ブックマークフォルダをタブで開く時の開き方を選択するダイアログをキャンセルできるようにした
(キャンセルした場合、操作自体が取り消されてタブは一切開かれません)
* アドオンバリデータで警告されるので`new Function()`を使わないようにした

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.18.2016090601"
em:version="0.18.2016090801"
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"