← All releases
macOS··v0.0.6

CmdSpace 0.0.6

CmdSpace-0.0.6-macOS.zip

6.26 MB · requires macOS 13.0+

Download
sha2567dd6e6d365b993af3ce2b64121bf3901393ba512c6d59596f68fb47910e93cb2

Fixed

  • Pasting copied code into a plain-text target now works. Code copied from IDEs (VS Code, Xcode, JetBrains…) was captured as HTML and, when pasted into terminals / plain-text fields, produced nothing. The clipboard now always writes a plain-text representation alongside the rich flavor.
  • Pasted multi-line text no longer collapses onto a single line. The clipboard now stores the source app's authoritative plain text at copy time instead of reconstructing it from HTML/RTF (which emitted Unicode line/paragraph separators that some targets ignored); legacy items are normalized back to real newlines on paste.
  • Pasting no longer drops the cursor onto a new line. Editors copy the whole current line including its trailing newline when nothing is selected; the clipboard now strips trailing newlines from the pasted text while preserving interior line breaks and indentation.
  • //Esc in the Clipboard Manager panel are now reliable. The main launcher's global key monitor kept running after the launcher was hidden and raced the clipboard panel for the same keystrokes; it now only handles keys when the launcher panel is the key window.