Skip to content

Commit 48e717c

Browse files
committed
Bump version to 6.1.1
1 parent 1b081d7 commit 48e717c

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.1.1 (2020.6.8)
5+
* Fix unexpected slow-down of keyboard input in text fields.
46
- 6.1.0 (2020.3.10)
57
* Fix invisible context menu commands on text selection.
68
* Fix broken options page on lately versions Firefox.

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.1.1 (2020.6.8)
5+
* テキスト入力欄でのキー入力操作が意図せず激遅になっていたのを修正
46
- 6.1.0 (2020.3.10)
57
* 選択範囲の上でのコンテキストメニューコマンドのラベルが見えなくなっていたのを修正
68
* Firefoxの最近のバージョンで設定画面が機能しなくなっていたのを修正

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

0 commit comments

Comments
 (0)