You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.