Skip to content

Commit c75c14f

Browse files
committed
Bump version to 4.0.12
1 parent 50bc6f3 commit c75c14f

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 4.0.12 (2024.4.5)
5+
* Calculate tab dimensions more correctly. (regression on 4.0.11)
6+
* Fix ability to override tab size with `--tab-size`.
7+
* Use `ButtonText` instead of `ButtonShadow` as the tabs border color in the "High Contrast" theme, for better visibility.
8+
* Don't apply new-tab-command-tab behavior for non-new-tab-command-tabs accidentally, e.g. tabs opened by other applications.
49
- 4.0.11 (2024.4.3)
510
* Optimize tab rendering more.
611
* Optimize updating of tab indentations on animation-disabled mode.

history.ja.md

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

33
- master/HEAD
4+
- 4.0.12 (2024.4.5)
5+
* タブの寸法・位置をより正しく計算するようにした(4.0.11での後退バグ)
6+
* `--tab-size`でタブの高さを変更したときの挙動がおかしくなっていたのを修正
7+
* 「ハイコントラスト」テーマにおいて、視認性を高めるためタブの境界線に `ButtonShadow` ではなく `ButtonText` を使うように変更
8+
* 「新しい空のタブを開く」操作以外の契機で開かれたタブ(他のアプリケーションから開かれたタブなど)に誤って「新しい空のタブ」のための挙動が反映される場合があったのを修正
49
- 4.0.11 (2024.4.3)
510
* タブ描画周りの処理をさらに最適化
611
* アニメーション無効時のタブのインデント更新処理を最適化

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

0 commit comments

Comments
 (0)