Skip to content

Releases: Willy-Kimura/SharpClipboard

3.5.2

25 Jun 13:17
Compare
Choose a tag to compare
  • The 'ClipboardFiles' property will now be cleared upon copying files.
  • Prevented crashing when performing a clipboard operation in Remote Desktop environments.

v3.0.0

16 Mar 22:20
Compare
Choose a tag to compare
  • 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

23 Feb 09:22
Compare
Choose a tag to compare
  • Added the property ObserveLastEntry that enables/disables auto-picking of the last clipboard item once monitoring is enabled.

v2.0.5

17 Feb 14:00
Compare
Choose a tag to compare

Added support for Unicode characters.

v2.0.1

07 Feb 14:09
Compare
Choose a tag to compare
  • Clipboard monitoring is now enabled by default.

v2.0.0

07 Feb 11:12
Compare
Choose a tag to compare
  • Monitoring of other complex copied content-types is provided using the enumeration option ContentTypes.Other in the ClipboardChanged event argument after setting the property ObservableFormats.Others to true.

v1.0.3

06 Feb 14:43
Compare
Choose a tag to compare
  • Clipboard monitoring will now be checked while running.

v1.0.0

06 Feb 14:30
Compare
Choose a tag to compare
  • Added SourceApplication property to the ClipboardChanged 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.