Skip to content

Commit

Permalink
Prepare for 40.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Oct 13, 2024
1 parent 0be1421 commit 34b810c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/globalPlugins/clipContentsDesigner/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 34b810c

Please sign in to comment.