diff --git a/CHANGELOG.md b/CHANGELOG.md index cb013a86..ac7e59df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 3.12.0 (2021-09-27) +- Add three "Translate to target language" buttons. ([9791fb4](https://github.com/chunibyocola/sc-translator-crx/commit/9791fb400e31f775401139b8454dac9e43463453)) +- Webpage translating will treanslate the text in shadow dom now. ([03ff2a3](https://github.com/chunibyocola/sc-translator-crx/commit/03ff2a3a685a4a90a7f2d3a293efb949ca7d1d25)) +- Fix panel will be "flash" before displaying it. ([5cc3a02](https://github.com/chunibyocola/sc-translator-crx/commit/5cc3a028c815420d259bc3ec1a140eefc4348dac)) +- Fix translate source "Bing" unavailable. ([837196e](https://github.com/chunibyocola/sc-translator-crx/commit/837196e18817207e2fb032c600299a40e4a9d0f7)) # 3.11.0 (2021-09-13) - Add text preprocessing of "after selecting text". ([08cf862](https://github.com/chunibyocola/sc-translator-crx/commit/08cf862ba3341d35a201dba4a6bf6073b6c54e51)) - Make the item of "text preprocessing" draggable in modify mode. ([abed9e8](https://github.com/chunibyocola/sc-translator-crx/commit/abed9e880698119b865cc8f742bd0d1e9a688876)) diff --git a/package.json b/package.json index 00d91fa0..b56bb95e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc-translator-crx", - "version": "3.11.0", + "version": "3.12.0", "private": true, "description": "Focus on providing a great inline web translation experience.", "license": "Apache License 2.0", diff --git a/public/manifest.json b/public/manifest.json index 273d18e6..d78c9234 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "short_name": "ScTranslator", "name": "__MSG_extName__", "default_locale": "en", - "version": "3.11.0", + "version": "3.12.0", "description": "__MSG_extDescription__", "icons": { "16": "image/icon-16.png",