← All releasesDownload
macOS··v0.0.11
CmdSpace 0.0.11
CmdSpace-0.0.11-macOS.zip
6.29 MB · requires macOS 13.0+
sha256
ebec56cf72345c46db4d81c12763a374b4ec7105792c0ccf97c24a5c7281791dFixed
- Clipboard Manager search no longer pegs the CPU at 100% while typing.
Each keystroke previously re-parsed multi-MB HTML/RTF clipboard
payloads with
NSAttributedStringand 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
/tmpon every timer tick. That leftover instrumentation was saturating the main run loop and contributed to the multi-second delay opening the launcher.