Skip to content

Commit

Permalink
Bump version to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed May 18, 2024
1 parent 5c4dc22 commit 64f2bab
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.6.4 (2024.5.18)
* Copy tabs correctly without any infinite loop, even if there is any tab having its ID at its `openerTabId`, e.g. a tab after "detaching" from its opener by TST or something tree management addon.
- 1.6.3 (2024.4.9)
* Fix incompatibility around new clipboard API on Firefox 116 and later ([by Decimation. Thanks!](https://github.com/piroor/copy-selected-tabs-to-clipboard/pull/52))
- 1.6.2 (2023.11.14)
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.6.4 (2024.5.18)
* TSTで親タブからデタッチされた後のタブなど、`openerTabId`にそのタブ自身のIDを持つタブがあるときにコピー操作に失敗する(無限ループに陥る)問題を修正
- 1.6.3 (2024.4.9)
* Firefox 116以降でのクリップボードAPIの仕様変更に追従([by Decimation. Thanks!](https://github.com/piroor/copy-selected-tabs-to-clipboard/pull/52)
- 1.6.2 (2023.11.14)
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.6.3",
"version": "1.6.4",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 64f2bab

Please sign in to comment.