diff --git a/history.en.md b/history.en.md index 71f62c3..5d0254c 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,9 @@ # History - master/HEAD + - 1.4.0 (2020.11.10) + * Add ability to copy the tree (or descendants) instead of a tab. (require [Tree Style Tab](https://addons.mozilla.org/firefox/addon/tree-style-tab/)) + * Show notification message after successfully copied. * Fix wrong behaviors of "All Configs" UI: apply imported configs to options UI immediately and treat decimal values as valid for some numeric options. - 1.3.3 (2020.8.8) * Fill `%DESCRIPTION%` with OGP description if it is provided. diff --git a/history.ja.md b/history.ja.md index 953ec06..3e71269 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,9 @@ # 更新履歴 - master/HEAD + - 1.4.0 (2020.11.10) + * 単独のタブではなくツリー(または子孫のタブ)をコピーできるようにした([Tree Style Tab](https://addons.mozilla.org/firefox/addon/tree-style-tab/)が必要) + * コピーに成功した場合に通知メッセージを表示するようにした * 「すべての設定」のUIの不備を改善:インポートした設定をUIに即座に反映し、また、数値型の一部の設定項目で小数が不正な値として警告されてしまわないようにした - 1.3.3 (2020.8.8) * 情報が提供されている場合、`%DESCRIPTION%`をOGPの説明文で埋めるようにした diff --git a/manifest.json b/manifest.json index 1948baa..74ccab5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "1.3.3", + "version": "1.4.0", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [