From 34b810cc1d83dda58f2b7737a44566c6cc4c68da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Sun, 13 Oct 2024 11:18:07 +0200 Subject: [PATCH] Prepare for 40.0.0 release --- addon/globalPlugins/clipContentsDesigner/__init__.py | 2 +- buildVars.py | 2 +- readme.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/addon/globalPlugins/clipContentsDesigner/__init__.py b/addon/globalPlugins/clipContentsDesigner/__init__.py index 95b3107e..172950d6 100644 --- a/addon/globalPlugins/clipContentsDesigner/__init__.py +++ b/addon/globalPlugins/clipContentsDesigner/__init__.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # clipContentsDesigner: a global plugin for managing clipboard text -# Copyright (C) 2012-2022 Noelia Ruiz Martínez, other contributors +# Copyright (C) 2012-2024 Noelia Ruiz Martínez, other contributors # Released under GPL 2 import addonHandler diff --git a/buildVars.py b/buildVars.py index d5b9e7ee..8db0f973 100644 --- a/buildVars.py +++ b/buildVars.py @@ -29,7 +29,7 @@ # Minimum NVDA version supported (e.g. "2018.3") "addon_minimumNVDAVersion": "2023.2", # Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": "2024.3", + "addon_lastTestedNVDAVersion": "2024.4", # Add-on update channel (default is stable or None) "addon_updateChannel": None, } diff --git a/readme.md b/readme.md index 30484e55..2e869f69 100644 --- a/readme.md +++ b/readme.md @@ -31,6 +31,9 @@ Notes: * Confirmations won't be requested when a message box of NVDA is still opened. In those cases, actions will be inmediately performed. * Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. +## Changes for 40.0.0 +* Added support for Hebrew keyboard. + ## Changes for 22.0.0 * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode.