Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 10, 2020
1 parent 6b5b680 commit 0ca9f66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -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の説明文で埋めるようにした
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 0ca9f66

Please sign in to comment.