Skip to content

Commit 87eedc7

Browse files
committed
Bump version to 4.2.0
1 parent fc25258 commit 87eedc7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

history.en.md

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

33
- master/HEAD
4+
- 4.2.0 (2025.6.2)
45
* Drop support of Firefox older than 139.
56
* Add support of native tab groups feature of Firefox itself. TST will create a new tab group of Firefox itself instead of modifying tree, when you drag a tab to the head side edge of another tab.
67
* Show muted state indicator and sharing state indicator (for microphone, camera and screen) at the position same to the one on Firefox's native tab.

history.ja.md

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

33
- master/HEAD
4+
- 4.2.0 (2025.6.2)
45
* Firefox 139より古いバージョンへの対応を終了
56
* Firefoxネイティブのタブグループ機能に対応(タブのアイコン側の端付近に別のタブをドロップすると、ツリーの編集ではなくFirefoxネイティブのタブグループを作成します)
67
* ミュート状態制御ボタンおよびマイク・カメラ・画面の共有状態アイコンの表示位置をFirefox本体のタブと揃えるようにした

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": "4.1.11",
4+
"version": "4.2.0",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)