From aa7215d45ed8a52470cea36bf87195557fdcb886 Mon Sep 17 00:00:00 2001 From: sweetcola <838689894@qq.com> Date: Mon, 27 May 2024 15:09:55 +0800 Subject: [PATCH] version: 5.5.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c0ad9c..f46e2265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 5.5.0 (2024-05-27) +- Able to specify what to translate or not translate. # 5.4.1 (2024-04-01) - Fix Baidu translation unavailable. - Auto switch "Use '.cn' in URL" option when user is using Bing translation. diff --git a/package.json b/package.json index a9d4db08..26ebd54f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc-translator-crx", - "version": "5.4.1", + "version": "5.5.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 207ec3b4..d63edccb 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "short_name": "ScTranslator", "name": "__MSG_extName__", "default_locale": "en", - "version": "5.4.1", + "version": "5.5.0", "description": "__MSG_extDescription__", "icons": { "16": "image/icon-16.png",