Skip to content

Commit 96f4111

Browse files
committed
Bump version to 3.5.2
1 parent e632f65 commit 96f4111

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

history.en.md

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

33
- master/HEAD
4+
- 3.5.2 (2020.4.25)
5+
* 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.
46
- 3.5.1 (2020.4.24)
57
* Show popup windows correctly on Firefox ESR68. (regression on 3.5.0)
68
- 3.5.0 (2020.4.23)

history.ja.md

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

33
- master/HEAD
4+
- 3.5.2 (2020.4.25)
5+
* モーダル風ダイアログの実装を改善した(安定性の向上、ネイティブのダイアログを模したボタンの配置、Darkモードへの対応、閉じられたダイアログが「最近閉じたウィンドウ」の一覧になるべく現れないようにした)
46
- 3.5.1 (2020.4.24)
57
* Firefox ESR68でポップアップウィンドウが表示されない問題を修正(3.5.0での後退バグ)
68
- 3.5.0 (2020.4.23)

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

0 commit comments

Comments
 (0)