From 250bd0e358a450cba2c9df3e5cd2a0ad1d3f492a Mon Sep 17 00:00:00 2001 From: sweetcola <838689894@qq.com> Date: Mon, 1 Jul 2024 14:58:15 +0800 Subject: [PATCH] version: 5.6.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f46e226..b2001d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 5.6.0 (2024-07-01) +- Add "Automatically play audio after translation is completed" option. +- Able to export/import the rules of "Specify what to be translate or not translate". +- Fix page translation parsing error in some cases. # 5.5.0 (2024-05-27) - Able to specify what to translate or not translate. # 5.4.1 (2024-04-01) diff --git a/package.json b/package.json index 26ebd54..169d80d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc-translator-crx", - "version": "5.5.0", + "version": "5.6.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 d63edcc..44944ae 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "short_name": "ScTranslator", "name": "__MSG_extName__", "default_locale": "en", - "version": "5.5.0", + "version": "5.6.0", "description": "__MSG_extDescription__", "icons": { "16": "image/icon-16.png",