Skip to content

Commit d334ea4

Browse files
committed
Bump version to 2025.8.23
1 parent 0e0e53c commit d334ea4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2020
"addon_description" : _("""Allows remote control of and remote access to another machine. This add-on is based on NVDA Remote."""),
2121
# version
22-
"addon_version" : "2025.6.6",
22+
"addon_version" : "2025.8.23",
2323
# Author(s)
2424
"addon_author" : "Asociación Comunidad Hispanohablante de NVDA <contacto@nvda.es> and other contributors. Original work by Tyler Spivey <tspivey@pcdesk.net>, Christopher Toth <q@q-continuum.net>",
2525
# URL for the add-on documentation support
@@ -29,7 +29,7 @@
2929
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
3030
"addon_minimumNVDAVersion": "2019.3.0",
3131
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
32-
"addon_lastTestedNVDAVersion": "2025.1.0",
32+
"addon_lastTestedNVDAVersion": "2025.2.0",
3333
# 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)
3434
"addon_updateChannel" : None,
3535
# Add-on license such as GPL 2

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
This release brings the following changes:
22

33
* Updated translations.
4+
* `remote://` and `tele://` links won't work anymore if NVDA is not running.
5+
* Added MiniUPNP library for Python 3.13 x86 and x64.
6+
* Optimized `url_handler.exe` and removed unneeded functions. First attempt to remove it from anti-virus databases.
47

58
Important: some anti-virus software are flagging parts of this add-on as malicious. Specifically, `url_handler.exe`, which opens `remote://` and `tele://` links. If you don't use this feature, you can safely quarantine or delete the file. Otherwise, you must add it as an exception.
69

0 commit comments

Comments
 (0)