diff --git a/history.en.md b/history.en.md index bd86b48ae..9f38efb72 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,9 @@ # History - master/HEAD + - 4.0.3 (2024.3.13) + * Fix miscalculation of drop position on tabs on the "Photon" theme. + * Expand height of the container of pinned tabs more correctly on edge cases. - 4.0.2 (2024.3.13) * Fix performance degression around detection of tab label overflow state. * Fix needless blank space below last tab on the "Photon" theme. diff --git a/history.ja.md b/history.ja.md index c9425a96e..83fc8af60 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,9 @@ # 更新履歴 - master/HEAD + - 4.0.3 (2024.3.13) + * 「Photon」テーマ使用時にタブのドロップ位置の計算結果が期待通りでなかったのを修正 + * ピン留めされたタブのコンテナーの高さが正しく計算されない場合があったのを修正 - 4.0.2 (2024.3.13) * タブのラベルのオーバーフロー状態の検出に関する処理に起因するパフォーマンス低下を修正 * 「Photon」テーマ使用時に最後のタブの下に無用なスペースが表示されていたのを修正 diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 2ec36ab65..11613c98d 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "4.0.2", + "version": "4.0.3", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [