Skip to content

Commit 7020a59

Browse files
committed
Updated version to 2026.2.17
1 parent 1b5d9f1 commit 7020a59

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
1515
addon_description= _("""Allows remote control of and remote access to another machine. This add-on is based on NVDA Remote."""),
1616
# version
17-
addon_version= "2026.2.11",
17+
addon_version= "2026.2.17",
1818
# Author(s)
1919
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>",
2020
# URL for the add-on documentation support
@@ -35,7 +35,7 @@
3535
addon_sourceURL= "https://github.com/nvda-es/TeleNVDA",
3636
# Brief changelog for this version
3737
# Translators: what's new content for the add-on version to be shown in the add-on store
38-
addon_changelog=_("""Compatible with NVDA 2026.1."""),
38+
addon_changelog=_("""Minor tweaks and bug fixes."""),
3939
)
4040

4141
import os.path

changelog.md

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

3-
* Compatibility fixes for NVDA 2026.1.
3+
* When connecting, include the string "remote/2.0" in the ALPN protocols list.
4+
* When Windows goes to lock screen, control is immediately returned to the local machine. Unfortunately, this feature is only available in NVDA 2022.4 or greather.
45

5-
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.
6+
Important: some anti-virus software may fla 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

78
SHA256:

0 commit comments

Comments
 (0)