Skip to content

Commit

Permalink
Bump version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 9, 2024
1 parent cc7db25 commit 53cc7f2
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.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)
* Prefer behavior and menu label for a tree parent consistently, for a context menu on a tree parent tab.
* Add a context menu behavior choice for a tree parent which behave samely to the one for an individual tab.
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.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.2",
"version": "1.6.3",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 53cc7f2

Please sign in to comment.