Skip to content

Commit 5001cf3

Browse files
committed
Bump version to 6.0.3
1 parent cd68b60 commit 5001cf3

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+
- 6.0.3 (2019.8.8)
5+
* Remove obsolete codes deprecated at Firefox 70.
46
* Add ability to export and import all configurations except keyboard shortcuts. (Options => "Development" => "Debug mode" => "All Configs" => "Import/Export")
57
- 6.0.2 (2018.7.30)
68
* Optimize operations to select detected URIs. In old versions, the operation took too much time on a webpage with too much nodes.

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+
- 6.0.3 (2019.8.8)
5+
* Firefox 70で廃止される古いコードを削除
46
* キーボードショートカットを除く全設定のインポートとエクスポートに対応(設定→開発用→デバッグモード→すべての設定→Import/Export)
57
- 6.0.2 (2018.7.30)
68
* URIを選択する処理を最適化(従来版では、Webページ内に大量のノードがある場合に処理に時間がかかりすぎる場合があった)

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

0 commit comments

Comments
 (0)