Skip to content

Commit

Permalink
Bump version, fix description, and move access focus into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Jun 12, 2024
1 parent 23b7c12 commit 9ae7bfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nvda/.addOn/sight-free-talon-server/buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _(arg):
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
"addon_minimumNVDAVersion": "2019.3",
# Last NVDA version supported/tested
"addon_lastTestedNVDAVersion": "2023.3.4",
"addon_lastTestedNVDAVersion": "2024.1.0",
# Add-on update channel (default is None, denoting stable releases,
# and for development releases, use "dev".)
# Do not change unless you know what you are doing!
Expand Down
2 changes: 2 additions & 0 deletions utils/access-focus.py → utils/.access-focus.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# THIS FILE IS CURRENTLY LIMITED TO TALON BETA

from talon import Context, Module, actions, ui
from talon.windows import ax as ax

Expand Down
File renamed without changes.

0 comments on commit 9ae7bfc

Please sign in to comment.