Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 27, 2020
1 parent 339ff78 commit 8c19ec8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 3 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 8c19ec8

Please sign in to comment.