Skip to content

Commit a378d7c

Browse files
committed
Bump version to 4.2.6
1 parent 61f1694 commit a378d7c

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

history.en.md

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

33
- master/HEAD
4+
- 4.2.6 (2025.9.22)
5+
* Add ability to pin/unpin tabs by drag and drop. Now you can drop pinned tabs below/between unpinned tabs, and unpinned tabs above/between pinned tabs. This simulates behaviors of tab dragging on Firefox's vertical tabs.
6+
* Disallow to set the height of the pinned tabs area smaller than the height of a pinned tab.
7+
* Use label text for the "new tab" command in the context menu on tabs same to Firefox's native one, if possible.
8+
* Show dropdown list in options with colors more easy-to-read, on the dark color scheme.
9+
* Expose the expert option to control the position of the context menu popup for native tab groups.
10+
* Update `ja` locale by [tkng](https://github.com/tkng). Thanks!
411
- 4.2.5 (2025.7.11)
512
* Support ability to keep the active tab in a collapsed group visible on Firefox 142 and later.
613
* Prevent to show simulated tab preview panel on non-tab items.

history.ja.md

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

33
- master/HEAD
4+
- 4.2.6 (2025.9.22)
5+
* Firefoxの垂直タブにおけるドラッグ操作の再現として、タブをドラッグ&ドロップ操作でピン留めしたりピン留めを解除したりできるようにした(ピン留めされたタブの間に通常のタブをドロップしたり、通常のタブの間にピン留めされたタブをドロップしたりできるようにした)
6+
* ピン留めされたタブの表示領域の高さを、タブ1つ分の高さより小さくできないようにした
7+
* 可能な場合は、タブのコンテキストメニューの「新しいタブ」のラベルにFirefox本体の物と同様のラベルを使うようにした
8+
* 暗い配色の時に設定画面のドロップダウンリストの文字が判読不可能な色になっていたのを修正
9+
* ネイティブのタブグループの操作用コンテキストメニューパネルの表示位置を制御する設定項目を上級者向けに開放
10+
* `ja`ロケール更新(by [tkng](https://github.com/tkng). Thanks!)
411
- 4.2.5 (2025.7.11)
512
* Firefox 142以降での、折りたたまれたグループ内でアクティブなタブを表示する動作に対応
613
* タブでない項目の上ではタブのプレビューパネルを表示しないようにした

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

0 commit comments

Comments
 (0)