Skip to content

Commit 14a2d1f

Browse files
committed
BuildVars/Readme: Update for 2025.1 compatibility
BuildVars: Add-On Version -> 25.06; Last-Tested NVDA Version -> 2025.1 Readme: Remove link to add-on download and 2025.1 compatibility entry Signed-off-by: Christopher Duffley <christophernduffley@gmail.com>
1 parent 814564f commit 14a2d1f

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _(arg):
2525
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2626
"addon_description": _("""Perform various object commands by pressing a single key, including navigation and more"""),
2727
# version
28-
"addon_version": "24.04",
28+
"addon_version": "25.06",
2929
# Author(s)
3030
"addon_author": "Christopher Duffley <nvda@chrisduffley.com>, originally by Joseph Lee <joseph.lee22590@gmail.com>",
3131
# URL for the add-on documentation support
@@ -37,7 +37,7 @@ def _(arg):
3737
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
3838
"addon_minimumNVDAVersion": "2022.4",
3939
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
40-
"addon_lastTestedNVDAVersion": "2024.1",
40+
"addon_lastTestedNVDAVersion": "2025.1",
4141
# Add-on update channel (default is None, denoting stable releases,
4242
# and for development releases, use "dev".)
4343
# Do not change unless you know what you are doing!

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# ObjPad
22

33
* Author: Christopher Duffley <nvda@chrisduffley.com>, originally by Joseph Lee, Cleverson Uliana and others
4-
* Download [stable version][1]
54
* NVDA compatibility: 2022.4 and later
65

76
This add-on provides quick commands to manage objects on screen, including navigation and other possibilities.
@@ -45,6 +44,11 @@ With scan mode active:
4544
* Control+left arrow: previous word.
4645
* SPACE or ENTER: activate.
4746

47+
## Version 25.06
48+
49+
* Compatible with NVDA 2025.1
50+
* The link to download the add-on is no longer present to encourage usage of the Add-On Store.
51+
4852
## Version 24.04
4953

5054
* Compatibility with NVDA 2024.1.
@@ -95,5 +99,3 @@ With scan mode active:
9599
## Version 16.10
96100

97101
* Initial stable version.
98-
99-
[1]: https://addons.nvda-project.org/files/get.php?file=objPad

0 commit comments

Comments
 (0)