From 486db22d70fd887fbb4eed19cffb045b68bc4a42 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Wed, 29 Jul 2020 01:44:39 +0900 Subject: [PATCH] Bump version to 1.3.1 --- history.en.md | 2 ++ history.ja.md | 2 ++ manifest.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index 1f952d2..47aaff2 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,8 @@ # History - master/HEAD + - 1.3.1 (2020.7.29) + * Copy tabs correctly even if there is any placeholder for content fields like `%DESCRIPTION%`. - 1.3.0 (2020.6.8) * Add a new special placeholder function `%REPLACE(...)%`. See also the [automated test](https://github.com/piroor/copy-selected-tabs-to-clipboard/blob/master/test/test-replacer.js) for its detailed spec. * Report errors as copied text. diff --git a/history.ja.md b/history.ja.md index a43edfb..8dc2629 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,8 @@ # 更新履歴 - master/HEAD + - 1.3.1 (2020.7.29) + * `%DESCRIPTION%`などのコンテンツの内容を参照するプレースホルダがある時にタブのコピーに失敗する問題を修正 - 1.3.0 (2020.6.8) * 特殊なプレースホルダーとして `%REPLACE(...)%` に対応した(詳細な仕様は[自動テスト](https://github.com/piroor/copy-selected-tabs-to-clipboard/blob/master/test/test-replacer.js)を参照してください) * エラーをコピー文字列として出力するようにした diff --git a/manifest.json b/manifest.json index 36e4fd4..659839e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "1.3.0", + "version": "1.3.1", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [