Skip to content

Commit 203a480

Browse files
committed
Bump version to 4.2.3
1 parent 5f946fc commit 203a480

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.3 (2025.6.23)
45
* Context menu commands now works even if it is opened on a blank space (by [joanbm](https://github.com/joanbm). Thanks!)
56
* Add an expert option to activate/deactivate native tab groups management UI (corresponding `browser.tabs.groups.enabled` of Firefox itself).
67
* Scroll pinned tabs container when an out-of-view pinned tab become active.

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.3 (2025.6.23)
45
* 空白領域上で開いたコンテキストメニューの機能が動作しなくなっていたのを修正(by [joanbm](https://github.com/joanbm). Thanks!)
56
* タブグループに関するUIを非表示にするための上級者向け設定を追加(Firefox自体の設定の`browser.tabs.groups.enabled`に相当)
67
* ピン留めされたタブが溢れているときに、アクティブになったピン留めされたタブの位置まで自動スクロールするようにした

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

0 commit comments

Comments
 (0)