diff --git a/history.en.md b/history.en.md index 74d01738..facc79df 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,9 @@ # History - master/HEAD + - 1.2.3 (2020.4.28) + * Handle dismissed semi-modal dialogs correctly. + * Optimize semi-modal dialogs a little. - 1.2.2 (2020.4.25) * Improve implementation of semi-modal dialogs. Now it is more stable, more similar to native dialogs, more friendly for dark color scheme, and don't appear in the "Recently Closed Windows" list. - 1.2.1 (2020.4.24) diff --git a/history.ja.md b/history.ja.md index 4c0970ae..a03429ba 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,9 @@ # 更新履歴 - master/HEAD + - 1.2.3 (2020.4.28) + * モーダル風ダイアログがクローズボックスで閉じられた時の挙動を改善 + * モーダル風ダイアログを開くのに要する時間を若干短縮した - 1.2.2 (2020.4.25) * モーダル風ダイアログの実装を改善した(安定性の向上、ネイティブのダイアログを模したボタンの配置、Darkモードへの対応、閉じられたダイアログが「最近閉じたウィンドウ」の一覧になるべく現れないようにした) - 1.2.1 (2020.4.24) diff --git a/manifest.json b/manifest.json index 1bd45d82..9693ba5f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "1.2.2", + "version": "1.2.3", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [