Skip to content

Commit

Permalink
version: 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chunibyocola committed Nov 12, 2021
1 parent fa7971c commit 725b2c3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion public/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Sc翻訳"
},
"extDescription": {
"message": "優れたインラインウェブ翻訳体験を提供することに焦点を当てます"
"message": "複数の翻訳ソース、様々なオプション、簡潔かつ詳細を重視します。「Webページ翻訳」、「PDFビューア」をサポートします"
},
"extActivateExtensionDescription": {
"message": "拡張機能のアクティブ化"
Expand Down
2 changes: 1 addition & 1 deletion public/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Sc翻译"
},
"extDescription": {
"message": "专注于提供一个良好的网页内划词翻译体验"
"message": "多个翻译源,丰富的选项,简洁且注重细节。支持网页翻译、PDF 阅读器"
},
"extActivateExtensionDescription": {
"message": "激活扩展"
Expand Down
2 changes: 1 addition & 1 deletion public/_locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Sc翻譯"
},
"extDescription": {
"message": "專注於提供一個良好的網頁內劃詞翻譯體驗"
"message": "多個翻譯源,豐富的選項,簡潔且注重細節。支持網頁翻譯、PDF 閱讀器"
},
"extActivateExtensionDescription": {
"message": "啟用擴充功能"
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 725b2c3

Please sign in to comment.