Skip to content

Commit

Permalink
version: 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chunibyocola committed Jun 30, 2023
1 parent 1f1e0f0 commit 40ec544
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.1.0 (2023-06-30)
- Add "Display translation in a new line when paragraph is detected" option.
- Reduce useless requests of page translation.
# 5.0.0 (2023-05-16)
- Add "Use this audio source in other translation sources" option. ([bb8b59e](https://github.com/chunibyocola/sc-translator-crx/commit/bb8b59e503431c63f3268b68740442a006491eae))
- Able to add tag onto collection item.
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.0.0",
"version": "5.1.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.0.0",
"version": "5.1.0",
"description": "__MSG_extDescription__",
"icons": {
"16": "image/icon-16.png",
Expand Down

0 comments on commit 40ec544

Please sign in to comment.