← All releases
macOS··v0.0.11

CmdSpace 0.0.11

CmdSpace-0.0.11-macOS.zip

6.29 MB · requires macOS 13.0+

Download
sha256ebec56cf72345c46db4d81c12763a374b4ec7105792c0ccf97c24a5c7281791d

Fixed

  • Clipboard Manager search no longer pegs the CPU at 100% while typing. Each keystroke previously re-parsed multi-MB HTML/RTF clipboard payloads with NSAttributedString and re-decoded full image blobs on every row render, which froze the panel and made the rest of the app (including ⌘Space) unresponsive for seconds. List rebuild now uses the plain text already stored at capture time, debounces the query, and serves row thumbnails from an LRU cache.
  • Background clipboard polling no longer writes a multi-megabyte debug log to /tmp on every timer tick. That leftover instrumentation was saturating the main run loop and contributed to the multi-second delay opening the launcher.