Skip to content

v1.2.5 — Fix: multi-line clipboard copy joined into one line on paste

Choose a tag to compare

@fermat-tech fermat-tech released this 10 Sep 04:32
· 2 commits to main since this release

What's fixed

  • Copying multiple lines with the mouse and pasting elsewhere joined everything into one line. winless was writing bare \n between selected lines to the clipboard, but Windows' CF_UNICODETEXT format is conventionally CRLF-terminated — some paste consumers (confirmed with pasting into a WSL bash prompt) drop or mishandle a lone LF. winless now writes proper CRLF line endings.
  • Occasional "Copy failed: Access is denied." OpenClipboard had no retry, so a transient clipboard holder (Windows' own clipboard history, PowerToys, other clipboard managers) could make a copy fail outright. winless now retries briefly (up to ~200ms) before giving up.

Binaries

File Target
winless_windows_amd64.exe Windows x64 (most PCs)
winless_windows_arm64.exe Windows on ARM (Surface Pro X, Copilot+ PCs)