From 6e051835ffe2c51cebf87135d88d0109095c50ad Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Thu, 8 Sep 2016 13:19:21 +0900 Subject: [PATCH] Add news topics --- history.en.md | 3 +++ history.ja.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/history.en.md b/history.en.md index baefb95e..3b4a1b58 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,9 @@ # History - master/HEAD + * 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()`. - 0.18.2016090601 * Isolate codes from `eval()` hack. * Drop support for Firefox 44 and older versions. diff --git a/history.ja.md b/history.ja.md index 2a90c6ea..57d58b11 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,9 @@ # 更新履歴 - master/HEAD + * ブックマークフォルダをタブで開く時の開き方を選択するダイアログをキャンセルできるようにした + (キャンセルした場合、操作自体が取り消されてタブは一切開かれません) + * アドオンバリデータで警告されるので`new Function()`を使わないようにした - 0.18.2016090601 * `eval()`を使った関数の書き換えをなくした * Firefox 44より古いバージョンのサポートを終了