Skip to content

Commit dbc4078

Browse files
committed
Bump version to 3.8.21
1 parent 514ab32 commit dbc4078

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

history.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# History
22

33
- master/HEAD
4+
- 3.8.21 (2022.2.13)
5+
* Accept dragged items from TST Bookmarks Subpanel 1.2.4 and later.
46
- 3.8.20 (2022.2.8)
57
* Fix odd behaviors around drag operations on Firefox 97 and later.
68
* Inherit container from the active tab to new tabs more safely by reopening, without losing their URL.

history.ja.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 更新履歴
22

33
- master/HEAD
4+
- 3.8.21 (2022.2.13)
5+
* TST Bookmarks Subpanel 1.2.4以降のバージョンからドロップされた項目の読み込みに失敗する問題を修正
46
- 3.8.20 (2022.2.8)
57
* Firefox 97以降でドラッグ操作の挙動が不安定になっていたのを修正
68
* 新しく開かれたタブにアクティブなタブからコンテナーを引き継ぐ際に、タブの開き直しでURLが変わってしまわないようにした

webextensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
4-
"version": "3.8.20",
4+
"version": "3.8.21",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)