Skip to content

Commit

Permalink
* Added keyboard shortcuts for navigating to the next and previous se…
Browse files Browse the repository at this point in the history
…arch results in chat. By default, these functions are assigned to the ALT+K and ALT+J key combinations.

* Added a keyboard shortcut for opening a list with all the search results in chat. By default, this function is assigned to the ALT+I key combination.
* Now, double-pressing the left arrow on a message will shift focus to the message that the current message is replying to.
* Fixed an issue where descriptions of links embedded in messages were not being read.
* UnigramPlus will no longer suggest updates on protected screens. However, users will need to open NVDA settings one more time and click the "Use the last saved settings during login and reading of protected screens (administrator rights required)" button.
* Removed the feature for rewinding voice messages and the feature for setting reactions to messages, as these features were not working reliably.
* Removed the message copying feature, as Unigram now has this function. Be aware that sometimes copying messages may cause a slight freezing of the program, but this is not related to UnigramPlus.
* Fixed some other minor bugs.
  • Loading branch information
unknown committed Dec 15, 2023
1 parent 34ba087 commit 1681597
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions 5.1.1.json
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": "437a9a99efb54c7cd30023ec6b3357d51e2acf949c7c0341a855d6659f50aade",
"homepage": "https://github.com/Kostya-Gladkiy/UnigramPlus",
"addonVersionName": "5.1.1",
"addonVersionNumber": {
"major": 5,
"minor": 1,
"patch": 1
},
"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"
}
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 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"""),
# version
"addon_version": "5.0.3",
"addon_version": "5.1.1",
# Author(s)
"addon_author": "Kostya Gladkiy<[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 1681597

Please sign in to comment.