generated from nvdaaddons/AddonTemplate
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Corrected a bug preventing the use on NVDA 2023.1 and earliers
- Loading branch information
Showing
9 changed files
with
56 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"addonId": "frequentText", | ||
"displayName": "Regists blocks of text frequently used", | ||
"URL": "", | ||
"description": "Stores and make possible the entry of frequently used blocks of text. Command: Windows+F12.", | ||
"sha256": "99ea1c186f9eb44e1b47964b2ba75a32272cd2ad9faa5ed386b8545ca53e91e6", | ||
"homepage": "https://github.com/ruifontes/frequentText", | ||
"addonVersionName": "2023.09.02", | ||
"addonVersionNumber": { | ||
"major": 2023, | ||
"minor": 9, | ||
"patch": 2 | ||
}, | ||
"minNVDAVersion": { | ||
"major": 2021, | ||
"minor": 1, | ||
"patch": 0 | ||
}, | ||
"lastTestedVersion": { | ||
"major": 2023, | ||
"minor": 1, | ||
"patch": 0 | ||
}, | ||
"channel": "stable", | ||
"publisher": "", | ||
"sourceURL": "https://github.com/ruifontes/frequentText", | ||
"license": "GPL 2", | ||
"licenseURL": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" | ||
} |
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
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
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
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 |
---|---|---|
|
@@ -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": _("""Stores and make possible the entry of frequently used blocks of text. Command: Windows+F12."""), | ||
# version | ||
"addon_version": "2023.09.01", | ||
"addon_version": "2023.09.02", | ||
# Author(s) | ||
"addon_author": _("Rui Fontes <[email protected]>, Ângelo Abrantes <[email protected]> and Abel Passos Júnior"), | ||
# URL for the add-on documentation support | ||
|
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