From 3ba1c7a5156cc1874a52f2400f195e2ee8a8d530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Delicado=20Alcolea?= Date: Sat, 7 Dec 2024 09:57:27 +0100 Subject: [PATCH] Updated to version 2024.12.7. Updated changelog --- addon/doc/en/changelog.txt | 4 +++- addon/doc/es/changelog.txt | 4 +++- buildVars.py | 2 +- changelog.md | 2 ++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/addon/doc/en/changelog.txt b/addon/doc/en/changelog.txt index 9e8ecbfa..d8eacbf8 100644 --- a/addon/doc/en/changelog.txt +++ b/addon/doc/en/changelog.txt @@ -1,3 +1,5 @@ This release brings the following changes: -* Updated translations. \ No newline at end of file +* Updated translations. + +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. \ No newline at end of file diff --git a/addon/doc/es/changelog.txt b/addon/doc/es/changelog.txt index 38789614..5c4d63f2 100644 --- a/addon/doc/es/changelog.txt +++ b/addon/doc/es/changelog.txt @@ -1,3 +1,5 @@ Esta versión viene con los siguientes cambios: -* Traducciones actualizadas. \ No newline at end of file +* Traducciones actualizadas. + +Importante: algunos programas antivirus están marcando partes de este complemento como maliciosas. Concretamente, `url_handler.exe`, que abre enlaces `remote://` y `tele://`. Si no usas esta característica, puedes con total seguridad borrar el archivo o ponerlo en cuarentena. De lo contrario, debes añadirlo como excepción. \ No newline at end of file diff --git a/buildVars.py b/buildVars.py index b2c8c2b0..10684317 100755 --- a/buildVars.py +++ b/buildVars.py @@ -19,7 +19,7 @@ # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description" : _("""Allows remote control of and remote access to another machine. This add-on is based on NVDA Remote."""), # version - "addon_version" : "2024.11.29", + "addon_version" : "2024.12.7", # Author(s) "addon_author" : "Asociación Comunidad Hispanohablante de NVDA and other contributors. Original work by Tyler Spivey , Christopher Toth ", # URL for the add-on documentation support diff --git a/changelog.md b/changelog.md index 76657f4a..a3514ef4 100644 --- a/changelog.md +++ b/changelog.md @@ -2,4 +2,6 @@ This release brings the following changes: * Updated translations. +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. + SHA256: \ No newline at end of file