Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jul 28, 2020
1 parent 6cc3500 commit 486db22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -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)を参照してください)
* エラーをコピー文字列として出力するようにした
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.0",
"version": "1.3.1",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 486db22

Please sign in to comment.