Releases: Willy-Kimura/SharpClipboard
Releases · Willy-Kimura/SharpClipboard
3.5.2
v3.0.0
- Improved algorithm for determining blobs in the system clipboard.
- Added the property
ClipboardObject
that gets any blob copied to the system clipboard.
v2.0.7
- Added the property
ObserveLastEntry
that enables/disables auto-picking of the last clipboard item once monitoring is enabled.
v2.0.5
v2.0.1
- Clipboard monitoring is now enabled by default.
v2.0.0
- Monitoring of other complex copied content-types is provided using the enumeration option
ContentTypes.Other
in theClipboardChanged
event argument after setting the propertyObservableFormats.Others
totrue
.
v1.0.3
- Clipboard monitoring will now be checked while running.
v1.0.0
- Added
SourceApplication
property to theClipboardChanged
event arguments, allowing one to get details of the application from where the clipboard contents were cut/copied. - Clipboard monitoring can now be enabled even when an application turned it off at runtime.