Skip to content

Commit b3ae7d0

Browse files
committed
Bump version to 4.1.5
1 parent 181cfaf commit b3ae7d0

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.1.5 (2025.5.2)
45
* Suppress Ctrl-Tab/Ctrl-Shift-Tab specific reactions (redirection of tab focus to skip collapsed tabs through tab switchings), when a collapsed tab get focused by something outside of TST except Ctrl-Tab/Ctrl-Shift-Tab e.g. clicking on a native tab.
56
* Cyclic focus of tabs with custom keyboard shortcuts for "focus to the next/previous sibling tab" commands.
67
* Simplify implementation of the tab preview panel embedded in the content area.

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.1.5 (2025.5.2)
45
* Ctrl-Tab/Ctrl-Shift-Tab時に固有の反応(タブの切り替え中に折りたたまれたタブがフォーカスされたら、それらを飛ばしてフォーカスするよう別のタブにリダイレクトする)を、Ctrl-Tab/Ctrl-Shift-Tab以外のTST外での操作でタブがフォーカスされたとき(例:Firefox本体のタブバーでタブをクリックしたときなど)には抑制するようにした
56
* 「前/次の同階層のタブにフォーカス」にキーボードショートカットを割り当てた場合にフォーカス移動がタブバー端で循環するようにした
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.1.4",
4+
"version": "4.1.5",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)