diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b6fae1..f1d5b4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 3.14.0 (2021-11-12) +- Migrate to Manifest Version 3. ([9ee0f39](https://github.com/chunibyocola/sc-translator-crx/commit/9ee0f39112243dad29c6dad0c7f11470abdebb9b)) +- Use Web Speech API to play audio if the normal way failed. ([725f501](https://github.com/chunibyocola/sc-translator-crx/commit/725f5014d8d0089afff510939ec817d20a6f094f)) # 3.13.0 (2021-10-21) - Remake the mechanism of playing audio. ([8ad0aa1](https://github.com/chunibyocola/sc-translator-crx/commit/8ad0aa10013bbd0dde0e9b9afd5e7188f6657c60)) ([178214b](https://github.com/chunibyocola/sc-translator-crx/commit/178214b3e2c07c6c1f31ac3eb7b2267e93c56447)) ([18bc15f](https://github.com/chunibyocola/sc-translator-crx/commit/18bc15f643a6805c35cd949a3a0d1ec6336daa29)) - Audio is able to pause now. ([83a634f](https://github.com/chunibyocola/sc-translator-crx/commit/83a634fbb3b0c27982a5a7ce96f6e3cc7033c489)) diff --git a/package.json b/package.json index 5d3d25bf..f33d084c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc-translator-crx", - "version": "3.13.0", + "version": "3.14.0", "private": true, "description": "Focus on providing a great inline web translation experience.", "license": "Apache License 2.0", diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 1c255078..03c9da20 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -3,7 +3,7 @@ "message": "ScTranslator" }, "extDescription": { - "message": "Focus on providing a great inline web translation experience." + "message": "Multiple translation sources, various options, concise and attention to detail. Support webpage translate, PDF viewer." }, "extActivateExtensionDescription": { "message": "Activate the extension" diff --git a/public/_locales/ja/messages.json b/public/_locales/ja/messages.json index 310ba690..9959e6ca 100644 --- a/public/_locales/ja/messages.json +++ b/public/_locales/ja/messages.json @@ -3,7 +3,7 @@ "message": "Sc翻訳" }, "extDescription": { - "message": "優れたインラインウェブ翻訳体験を提供することに焦点を当てます。" + "message": "複数の翻訳ソース、様々なオプション、簡潔かつ詳細を重視します。「Webページ翻訳」、「PDFビューア」をサポートします。" }, "extActivateExtensionDescription": { "message": "拡張機能のアクティブ化" diff --git a/public/_locales/zh_CN/messages.json b/public/_locales/zh_CN/messages.json index 2e4a396d..2382a420 100644 --- a/public/_locales/zh_CN/messages.json +++ b/public/_locales/zh_CN/messages.json @@ -3,7 +3,7 @@ "message": "Sc翻译" }, "extDescription": { - "message": "专注于提供一个良好的网页内划词翻译体验。" + "message": "多个翻译源,丰富的选项,简洁且注重细节。支持网页翻译、PDF 阅读器。" }, "extActivateExtensionDescription": { "message": "激活扩展" diff --git a/public/_locales/zh_TW/messages.json b/public/_locales/zh_TW/messages.json index 266687a1..87b01f70 100644 --- a/public/_locales/zh_TW/messages.json +++ b/public/_locales/zh_TW/messages.json @@ -3,7 +3,7 @@ "message": "Sc翻譯" }, "extDescription": { - "message": "專注於提供一個良好的網頁內劃詞翻譯體驗。" + "message": "多個翻譯源,豐富的選項,簡潔且注重細節。支持網頁翻譯、PDF 閱讀器。" }, "extActivateExtensionDescription": { "message": "啟用擴充功能" diff --git a/public/manifest.json b/public/manifest.json index fefca717..8fa7bceb 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "short_name": "ScTranslator", "name": "__MSG_extName__", "default_locale": "en", - "version": "3.13.0", + "version": "3.14.0", "description": "__MSG_extDescription__", "icons": { "16": "image/icon-16.png",