Skip to content

Commit

Permalink
version: 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chunibyocola committed Dec 4, 2024
1 parent f77f72c commit fd78726
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.7.1 (2024-12-04)
- Fix Mojidict unavailable.
- Change extension icon and title.
# 5.7.0 (2024-09-20)
- Page translation is able to translate element attributes like "placeholder" and "title".
- Remove Baidu translator.
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.7.0",
"version": "5.7.1",
"private": true,
"description": "Focus on providing a great inline web translation experience.",
"repository": {
Expand Down
5 changes: 1 addition & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"short_name": "ScTranslator",
"name": "__MSG_extName__",
"default_locale": "en",
"version": "5.7.0",
"version": "5.7.1",
"description": "__MSG_extDescription__",
"icons": {
"16": "image/icon-16.png",
"48": "image/icon-48.png",
"128": "image/icon-128.png"
},
"manifest_version": 3,
Expand Down

0 comments on commit fd78726

Please sign in to comment.