From 0e0713061f0f448ae273d2720470da8aa3c0d489 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Tue, 28 Apr 2020 03:40:47 +0900 Subject: [PATCH] Bump version to 3.1.3 --- history.en.md | 4 ++++ history.ja.md | 4 ++++ webextensions/manifest.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index 45bc8cd0..10fc6335 100644 --- a/history.en.md +++ b/history.en.md @@ -1,8 +1,12 @@ # History - master/HEAD + - 3.1.3 (2020.4.28) + * Recommend to use right click to show the menu instead of left click. + * Respond to click on the bottom caption as instructed. * Show in-content confirmation dialog correctly on lately versions of Firefox. * Remove keyboard shorctut customization UI, because Firefox ESR68 has it. + * Update `zh_CN` locale by [NightSharp](https://github.com/NightSharp). Thanks! - 3.1.2 (2020.1.24) * Don't start "long-press" selection of tabs in Tree Style Tab's sidebar with simple left click even if it take too much time. * Show options page after localized messages become ready. diff --git a/history.ja.md b/history.ja.md index e4cb7c78..7a2ba94a 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,8 +1,12 @@ # 更新履歴 - master/HEAD + - 3.1.3 (2020.4.28) + * 基本的に右クリックでのコンテキストメニュー操作を推奨するようにした + * 最下部エリアのクリック操作に反応しなくなっていたのを修正 * 最近のバージョンのFirefoxにおいて、コンテンツ領域内に確認ダイアログが表示されなくなっていたのを修正 * Firefox ESR68時点ですでに本体にUIがあるため、キーボードショートカット設定用のUIを削除した + * `zh_CN`言語リソース更新(by [NightSharp](https://github.com/NightSharp), thanks!) - 3.1.2 (2020.1.24) * Tree Style Tabのサイドバー上での通常の左クリックに時間がかかりすぎた場合に「長押しによる選択開始」と意図せず判定されてしまっていたのを修正 * 表示メッセージの準備ができてから設定画面の内容を表示するようにした diff --git a/webextensions/manifest.json b/webextensions/manifest.json index af453338..3fb9489c 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.1.2", + "version": "3.1.3", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [