-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update add-on release version and ensure all manifest options are in …
…quotes
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name = speechHistory | ||
summary = Speech history review and copying | ||
name = "speechHistory" | ||
summary = "Speech history review and copying" | ||
description = "This add-on allows you to review the 100 most recent strings spoken by NVDA, by default using Shift+F11 and Shift+F12. Additionally, you can copy any spoken item to the clipboard by pressing F12." | ||
version = 2017.05.13 | ||
url = https://github.com/jscholes/nvda-speech-history | ||
author = "Tyler Spivey, James Scholes" | ||
version = "2019.03.30" | ||
url = "https://github.com/jscholes/nvda-speech-history" | ||
author = "Tyler Spivey, James Scholes" | ||
lastTestedNVDAVersion = "2019.1" |