-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated way of using timers, now core.callLater is used.
- Loading branch information
Showing
4 changed files
with
34 additions
and
21 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
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
## Changes for 1.1-dev ## | ||
updated the way of using timers, now wx.CallLater is used instead. This should fix an incompatibility with bluetoothAudio add-on. | ||
updated now delay config is saved in ms. | ||
## Changes for 1.1.2-dev ## | ||
|
||
## Changes for 1.0 ## | ||
Updated manifest to add compatibility with NVDA 2021.3.1. | ||
Updated readme files. | ||
* Updated manifest to add compatibility with NVDA 2022.1.1. | ||
* now core.callLater is used instead of python threads. This solves issues with another add-ons like bluetooth-audio. | ||
* internal code changes. |