Skip to content

Releases: diamondStar35/clipManager

v0.6

17 Jun 10:28

Choose a tag to compare

Compatibility and translation updates. Updated vietnamese translation.

v0.5

19 Feb 06:14

Choose a tag to compare

Version 0.5:
-Added a new menu item "Clipboard history" to the NVDA Tools menu for easier access.
-Implemented a new setting "Move the item to the top of the list when pasting". When enabled, pasting an item from the history will move it to the top of the list. This setting can be found in NVDA settings, under "Clipboard History Settings".
-Added a new setting "Move duplicate items to the top when copying". If activated, copying a text that is already present in the history will move the existing item to the top of the history list.
-Fixed a bug to prevent adding empty entries to the history, Such as when copying a file to the clipboard: There were empty entries.

v0.4

30 Jan 22:51

Choose a tag to compare

Version 0.4:
This version focuses on finding something in your clipboard. Thus: There is a new find feature that allows you to find anything in your clipboard, And supports regular expressions.
-To open the find dialog: As usual in most applications, It's the same shortcuts used in many applications: Control + f.
-Navigating between results using f3 for the next result, And shift + f3 for the previous result.
-Also: Added russian translation. Thanks to "cyrmax" for contribution.

v0.3

27 Jan 20:17

Choose a tag to compare

This version brings new major features, Focusing on preventing users from losing their history as possible. Thus: There are 2 new features that allow you to backup or restore your clipboard history at any time, As well as also preventing accedent deletion of items. Here are the details.
There is a new menu in the context menu: "Backup" That allows you to import and export your clipboard history to any location you choose. Open the add-on's interface, Press the context menu and you should see the new menu, Follow the instructions to import or export your history.
A new checkbox setting in NVDA's settings, > clipboard history settings that allows you to show a warning before deleting an item from clipboard. It is enabled by default, You may disable this option if you don't like it by going into NVDA's settings.
From now on: You will not lose your history again when you update the add-on. There is a new directory outside the addons folder named "clipManager" Which holds the history file. Previously when you update the add-on: It overwrites the history file because the intire directory is being deleted and recreated, This will never happen again.
Updated compatibility with NVDA 2025.

0.2

23 Jan 22:53
a5a350e

Choose a tag to compare

0.2

Version 0.2:
Added a new feature to edit the focused item, Accessing it by pressing the context menu key on your keyboard, Or use the shortcut key F2.
-Added an option to manually add items to the history for easy access later, Control + n, Or thrugh the context menu.
-You can now rearrange the items in the list by moving them up or down. Use the shortcuts shift + up arrow, And shift + down arrow.
-Implemented the translation feature for translating the add-on into different languages. Please contact me if you want your language to be added.
-Fixed some bugs related to unicode characters not being handled correctly, Especially for none latin text.

clipManager

26 Oct 15:08
1f78f8c

Choose a tag to compare

Initial release