CallNotes 1.2.4 — permissions that actually attribute
- 🔐 Permission button now fires through the launchd daemon. A helper spawned by the UI would have its permission request attributed to CallNotes (macOS 'responsible process' rules) — calltap would never appear in the System Settings lists. Kickstarting the daemon triggers both dialogs under calltap's own identity and verifies the result from the daemon's self-test log.
- 🧹
install.shremoves a stale pre-1.2.x copy of CallNotes.app from~/Applications— leftover old copies showed already-fixed bugs (tiny window) when opened by accident.
Update: cd callnotes && git pull && ./install.sh