Skip to content

Commit b90d9df

Browse files
committed
Bump version to 4.0.3
1 parent c8734dd commit b90d9df

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 4.0.3 (2024.3.13)
5+
* Fix miscalculation of drop position on tabs on the "Photon" theme.
6+
* Expand height of the container of pinned tabs more correctly on edge cases.
47
- 4.0.2 (2024.3.13)
58
* Fix performance degression around detection of tab label overflow state.
69
* Fix needless blank space below last tab on the "Photon" theme.

history.ja.md

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

33
- master/HEAD
4+
- 4.0.3 (2024.3.13)
5+
* 「Photon」テーマ使用時にタブのドロップ位置の計算結果が期待通りでなかったのを修正
6+
* ピン留めされたタブのコンテナーの高さが正しく計算されない場合があったのを修正
47
- 4.0.2 (2024.3.13)
58
* タブのラベルのオーバーフロー状態の検出に関する処理に起因するパフォーマンス低下を修正
69
* 「Photon」テーマ使用時に最後のタブの下に無用なスペースが表示されていたのを修正

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

0 commit comments

Comments
 (0)