Skip to content

Commit a6f0b11

Browse files
committed
Updated changelog. Updated version to 2025.3.3. Set last tested NVDA version to 2024.4.2
1 parent 4117dea commit a6f0b11

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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.1.17",
22+
"addon_version" : "2025.3.3",
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": "2024.4.1",
32+
"addon_lastTestedNVDAVersion": "2024.4.2",
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
This release brings the following changes:
22

3-
* Updated translations.
3+
* Fixed CVE-2025-26326, thanks to @RafaelFernandesBR. Now, TeleNVDA will fail to connect or save settings when attempting to use passwords with less than 6 characters or easily discoverable.
4+
* Last tested NVDA version is now 2024.4.2.
45

56
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.
67

0 commit comments

Comments
 (0)