From bf95d064b4955f9dea952ba7dc02f8f7c5e8d679 Mon Sep 17 00:00:00 2001 From: huaiyinfeilong Date: Tue, 2 Apr 2024 15:06:18 +0800 Subject: [PATCH] Release 1.7.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 适配NVDA 2024.1版本。 --- addon/doc/zh_CN/README.md | 8 ++++++-- buildVars.py | 2 +- readme.md | 8 ++++++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/addon/doc/zh_CN/README.md b/addon/doc/zh_CN/README.md index 28a6659..9c76994 100644 --- a/addon/doc/zh_CN/README.md +++ b/addon/doc/zh_CN/README.md @@ -2,7 +2,7 @@ 一个提供百度翻译的NVDA插件。 -## 键盘快捷键: +## 键盘快捷键 * 翻译刚才听到的内容:NVDA+W * 反向翻译刚才听到的内容:NVDA+SHIFT+W @@ -15,13 +15,17 @@ 有任何意见建议欢迎沟通: -* 项目地址:https://github.com/huaiyinfeilong/baiduTranslation +* 项目地址:[https://github.com/huaiyinfeilong/baiduTranslation](https://github.com/huaiyinfeilong/baiduTranslation) * 电子邮箱:huaiyinfeilong@163.com * QQ:354522977 * 微信:huaiyinfeilong ## 升级日志 +### Version 1.7.3 + +* 适配NVDA 2024.1版本。 + ### Version 1.7.2 * 修复剪贴板翻译无法翻译的问题。 diff --git a/buildVars.py b/buildVars.py index 85ec4b1..297d272 100644 --- a/buildVars.py +++ b/buildVars.py @@ -37,7 +37,7 @@ def _(arg): # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) "addon_minimumNVDAVersion": "2022.4", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": "2023.1", + "addon_lastTestedNVDAVersion": "2024.1", # Add-on update channel (default is None, denoting stable releases, # and for development releases, use "dev".) # Do not change unless you know what you are doing! diff --git a/readme.md b/readme.md index 1d87b43..f36f922 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ An NVDA plugin that provides Baidu translation. -## Keyboard shortcuts: +## Keyboard shortcuts * Translate what you just heard: NVDA+W * Reverse translate what you just heard: NVDA+SHIFT+W @@ -15,13 +15,17 @@ An NVDA plugin that provides Baidu translation. Any comments and suggestions are welcome to communicate: -* Project address: https://github.com/huaiyinfeilong/baiduTranslation +* Project address: [https://github.com/huaiyinfeilong/baiduTranslation](https://github.com/huaiyinfeilong/baiduTranslation) * E-mail: huaiyinfeilong@163.com * QQ: 354522977 * WeChat: huaiyinfeilong ## Upgrade log +### Version 1.7.3 + +* Adapt to NVDA 2024.1 version. + ### Version 1.7.2 * Fix the issue of clipboard translation not being able to translate.