Skip to content

ClipCode v1.2.12

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Sep 04:57

Version 1.2.12 - Keep the IntelliJ and VS Code sides byte-compatible

  • Fixed: A file path or content line containing U+0085 (NEL) was a header to one tool and not the other. Pasting a VS Code copy into IntelliJ silently dropped the whole file; the reverse truncated a real file and invented a phantom one. Both sides now use the same explicit character class.
  • Fixed: A CRLF content line that would parse as a custom file header was not escaped, so on restore it became a phantom file and the real file came back empty. The escape check now tests the line the way the parser sees it.
  • Fixed: Paste & Restore no longer relocates files that already land correctly in the target project. A flat-layout repository (requests/requests, proj/proj) restored into a differently-named checkout used to nest every correct path one level deeper into a shadow tree, leaving the real files stale.
  • The clipboard wire format is unchanged: every existing payload still restores byte-for-byte as before.