From 40ec54436880884223228e15085ee0749f3385da Mon Sep 17 00:00:00 2001 From: sweetcola <838689894@qq.com> Date: Fri, 30 Jun 2023 16:39:08 +0800 Subject: [PATCH] version: 5.1.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df6bea90..19cb9a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 16d6b44d..d32754a8 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/public/manifest.json b/public/manifest.json index 570f4547..a58525a4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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",