-
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.
* Fixed the problem when the description of the links attached to the…
… message was not voiced. * Fixed minor bugs that were made in the previous version.
- Loading branch information
unknown
committed
Oct 5, 2023
1 parent
ba77290
commit 42492e1
Showing
7 changed files
with
330 additions
and
254 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": "unigramPlus", | ||
"displayName": "UnigramPlus", | ||
"URL": "", | ||
"description": "This add-on adds a lot of hotkeys for quick navigation through the main elements of the Unigram application, convenient interaction with Chat messages, and also adds many small improvements that make working in Unigram much easier", | ||
"sha256": "60c4836644f3d2eda7f48a6c501f5f8b64418e06c64a56ff70e729b46ae3bf3c", | ||
"homepage": "https://github.com/Kostya-Gladkiy/UnigramPlus", | ||
"addonVersionName": "5.0.3", | ||
"addonVersionNumber": { | ||
"major": 5, | ||
"minor": 0, | ||
"patch": 3 | ||
}, | ||
"minNVDAVersion": { | ||
"major": 2021, | ||
"minor": 2, | ||
"patch": 0 | ||
}, | ||
"lastTestedVersion": { | ||
"major": 2023, | ||
"minor": 3, | ||
"patch": 0 | ||
}, | ||
"channel": "stable", | ||
"publisher": "", | ||
"sourceURL": "https://github.com/Kostya-Gladkiy/UnigramPlus", | ||
"license": "GPL 2", | ||
"licenseURL": "https://www.gnu.org/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
Oops, something went wrong.