Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
* Copy tabs as rich text data correctly even if there is no tab permitted to execute scripts.
* Just ignore placeholders for content fields like `%DESCRIPTION%` for unpermitted tabs.
  • Loading branch information
piroor committed Aug 2, 2020
1 parent 8ce47e6 commit b028ec7
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.3.2 (2020.8.3)
* Copy tabs as rich text data correctly even if there is no tab permitted to execute scripts.
* Just ignore placeholders for content fields like `%DESCRIPTION%` for unpermitted tabs.
- 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)
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.3.2 (2020.8.3)
* スクリプトの実行を許可されているタブが無い場合でも、より確実にリッチテキスト形式でタブをコピーできるようにした
* `%DESCRIPTION%`などのコンテンツの内容を参照するプレースホルダについて、スクリプトの実行を許可されていないタブがあると暗黙的にコピーに失敗する問題を修正
- 1.3.1 (2020.7.29)
* `%DESCRIPTION%`などのコンテンツの内容を参照するプレースホルダがある時にタブのコピーに失敗する問題を修正
- 1.3.0 (2020.6.8)
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.1",
"version": "1.3.2",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit b028ec7

Please sign in to comment.