-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a14ae28
commit 16fc85c
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ def _(arg): | |
This add-on is designed to enhance the functionality related to the clipboard and the text last spoken by NVDA. | ||
It aims to improve the user experience by providing more control and flexibility over the clipboard content and the text spoken by NVDA."""), | ||
# version | ||
"addon_version": "2.8.5", | ||
"addon_version": "2.9.0", | ||
# Author(s) | ||
"addon_author": "大可 <[email protected]>; Cary-rowen <[email protected]>", | ||
# URL for the add-on documentation support | ||
|
@@ -37,7 +37,7 @@ def _(arg): | |
# Documentation file name | ||
"addon_docFileName": "readme.html", | ||
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) | ||
"addon_minimumNVDAVersion": "2022.1.0", | ||
"addon_minimumNVDAVersion": "2024.1.0", | ||
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) | ||
"addon_lastTestedNVDAVersion": "2024.1.0", | ||
# Add-on update channel (default is None, denoting stable releases, | ||
|