Fixes
- Voice transcription auto-paste now delivers the transcript directly to the app that was frontmost when recording started (via
CGEventPostToPid), instead of whatever happened to be frontmost at paste time (which could be Copyosity itself). - Microphone access under hardened runtime: added the
com.apple.security.device.audio-inputentitlement andNSMicrophoneUsageDescription, so the OS mic-permission prompt appears and recording captures real audio instead of silence.
Other
- New letter-based "C" app icon.
Note: build is signed with Developer ID but not notarized. On first launch use right-click → Open (or
xattr -dr com.apple.quarantine).