Skip to content

Commit

Permalink
version: 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chunibyocola committed Dec 20, 2023
1 parent 2a29224 commit 11c447a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 5.3.0 (2023-12-18)
- Add "Display original text only when 'Ctrl' key is pressed at the same time" option.
- Add "Automatically translate when the domain name of the redirected page is the same as the original page" option.
- Add "Translate the content inside iframe" option.
- Fix shadow root will not be reached if display of host is 'none' at first.
# 5.2.0 (2023-09-15)
- Add "Not displaying translation when the language of original text is the same as the target language" option.
- Able to customize translation style in options page.
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": "5.2.0",
"version": "5.3.0",
"private": true,
"description": "Focus on providing a great inline web translation experience.",
"repository": {
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": "5.2.0",
"version": "5.3.0",
"description": "__MSG_extDescription__",
"icons": {
"16": "image/icon-16.png",
Expand Down

0 comments on commit 11c447a

Please sign in to comment.