From 0b63430277a09bc44de383ea5f864d4500a3d24a Mon Sep 17 00:00:00 2001 From: cary-rowen Date: Fri, 1 Sep 2023 23:12:37 +0800 Subject: [PATCH] Improve documentation. Bump version to 0.3.4. --- addon/doc/zh_CN/readme.md | 13 +++++++++++-- buildVars.py | 2 +- readme.md | 15 ++++++++++++--- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/addon/doc/zh_CN/readme.md b/addon/doc/zh_CN/readme.md index 52b77aa..3851bfa 100644 --- a/addon/doc/zh_CN/readme.md +++ b/addon/doc/zh_CN/readme.md @@ -16,9 +16,18 @@ **如果需要,可以从“按键与手势”对话框更改此快捷键。** -## 贡献 +## 贡献者 +* Cary-rowen +* ibrahim hamadeh + +## 贡献方式 1. 该插件在 [GitHub][GitHub] 上接受新功能和本地化翻译的 PR。 2. 有任何反馈,也可以通过 [GitHub Issue][GitHubIssue] 进行提交。 +## 升级日志 +### 版本0.3.4 +* 连按两次首饰不再始终优先执行第一次按下功能。 +* 改进了文档 + [GitHub]: https://github.com/cary-rowen/objWatcher -[GitHubIssue]: https://github.com/cary-rowen/objWatcher/issues +[GitHubIssue]: https://github.com/cary-rowen/objWatcher/issues \ No newline at end of file diff --git a/buildVars.py b/buildVars.py index 34c16ca..367e884 100644 --- a/buildVars.py +++ b/buildVars.py @@ -25,7 +25,7 @@ def _(arg): # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description": _("""This NVDA add-on watches changes to attributes of navigation objects."""), # version - "addon_version": "0.3.3", + "addon_version": "0.3.4", # Author(s) "addon_author": "Cary-rowen ", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index ed6401d..b170269 100644 --- a/readme.md +++ b/readme.md @@ -16,9 +16,18 @@ **You can change this gesture from the Input Gestures dialog.** -## Contribution -1. The add-on accepts PRs for new features and localized translations on [GitHub][GitHub]. -2. Any feedback, please also submit it through a [GitHub Issue][GitHubIssue]. +## Contributors +* Cary-rowen +* ibrahim hamadeh + +## Contribution Guidelines +1. The add-on welcomes Pull Requests (PRs) for new features and localized translations on [GitHub][GitHub]. +2. For any feedback, please submit it through a [GitHub Issue][GitHubIssue]. + +## Release Notes +### Version 0.3.4 +* Enhanced documentation. +* The rapid double press gesture no longer consistently prioritizes the execution of the first press function. [GitHub]: https://github.com/cary-rowen/objWatcher [GitHubIssue]: https://github.com/cary-rowen/objWatcher/issues \ No newline at end of file