Skip to content

Releases: avih/uclip

v0.6

24 Nov 09:04
Compare
Choose a tag to compare

Use win32 API to clear the clipboard to work around some Windows RT apps failing to observe the copied value.

v0.5

18 Aug 16:30
Compare
Choose a tag to compare

Changes since 0.4:

  • When copying, first try to clear the clipboard, which seem to make it more likely to succeed in some cases.
  • When pasting (-o) to the (Windows) console, there's now special handling to write Unicode correctly regardless of the console codepage. A new option -oo writes UTF8 without this console special handling.

v0.4

28 May 08:45
Compare
Choose a tag to compare

Changes since 0.3:

  • Removed -oe/-Oe options (keep -o/-O) because it now identifies whether the clipboard contains text, and exit with error code when appropriate.
  • When copying, first try using Win32 API (via user32.dll), as it can avoid some failures when other applications monitor the clipboard.

Runs on XP SP3 32/64 or later, and linux with Mono.
Compiled on Linux using Mono C# compiler version 6.8.0.105.

v0.3

28 Feb 13:41
Compare
Choose a tag to compare

Refined default behavior: no-args performs -i (copy stdin), -c without TEXT clears the clipboard.

Runs on XP SP3 32/64 or later, and linux with Mono.
Compiled on Linux using Mono C# compiler version 6.8.0.105.

Version 0.2

20 Feb 09:42
Compare
Choose a tag to compare

Clear the clipboard when copying empty text, instead of throwing an exception.

Compiled on Linux using Mono C# compiler version 6.8.0.105.
Should be compatible with XP SP3 32/64 or later, and linux with Mono.

Version 0.1

10 Aug 17:33
Compare
Choose a tag to compare

uclip version 0.1 multi-platform uclip.exe binary and source.

uclip.exe runs on any Windows version (tested win 10 64, win 7 64, win XP-SP3 32), and on Linux/mono.

It was compiled on Linux using Mono C# compiler version 6.8.0.105.