-
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.
* Added the ability to select files attached to messages with horizon…
…tal arrows and open the selected file with the space bar. * Now links in messages will not be read in full, but only up to the question mark. * Now, when you close the photo or video viewer, UnigramPlus will try to set the focus on the message you were viewing. * The keyboard shortcut to open UnigramPlus settings has been changed. Now this function is assigned to the combination NVDA+ALT+U. * Code optimisation has been done, resulting in significantly improved response time when navigating the chat list and message list. This is especially noticeable on messages that contain many nested elements. * Many minor issues have been fixed. * A lot of outdated code has been removed.
- Loading branch information
unknown
committed
Dec 28, 2023
1 parent
1681597
commit 111e00e
Showing
35 changed files
with
665 additions
and
519 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": "903ecede398f193d923c2c26a7141d4bf820ce76f51db6e23b21a55478c6ec33", | ||
"homepage": "https://github.com/Kostya-Gladkiy/UnigramPlus", | ||
"addonVersionName": "5.2.0", | ||
"addonVersionNumber": { | ||
"major": 5, | ||
"minor": 2, | ||
"patch": 0 | ||
}, | ||
"minNVDAVersion": { | ||
"major": 2021, | ||
"minor": 2, | ||
"patch": 0 | ||
}, | ||
"lastTestedVersion": { | ||
"major": 2024, | ||
"minor": 1, | ||
"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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.