We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4343cdf commit 6294fe5Copy full SHA for 6294fe5
history.en.md
@@ -1,6 +1,7 @@
1
# History
2
3
- master/HEAD
4
+ - 6.1.0 (2020.3.10)
5
* Fix invisible context menu commands on text selection.
6
* Fix broken options page on lately versions Firefox.
7
* Drop support for Firefox 63 and older versions.
history.ja.md
# 更新履歴
* 選択範囲の上でのコンテキストメニューコマンドのラベルが見えなくなっていたのを修正
* Firefoxの最近のバージョンで設定画面が機能しなくなっていたのを修正
* Firefox 63以前のサポートを終了
webextensions/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
- "version": "6.0.3",
+ "version": "6.1.0",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
0 commit comments