Releases: splazapp/claude-code-notification
Releases · splazapp/claude-code-notification
v2.4.2
fix: add hardened runtime and notarization status check (v2.4.1) - Add --options runtime to codesign (required for Apple notarization) - Capture notarytool output and fail explicitly if status != Accepted - Prevents stapler from running when notarization is rejected Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v2.4.0
feat: add prebuilt exe download and one-line installer for Windows install.ps1 now auto-downloads exe from GitHub Releases before falling back to source compilation, removing the .NET 8 SDK requirement for most users. Added install-remote.ps1 for one-line install (irm | iex) and a GitHub Actions workflow that builds both Windows exe and macOS zip on tag push. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
v2.0 — ClaudeCodeNotification
ClaudeCodeNotification v2.0
Stop watching the terminal — get notified when Claude Code finishes, click to jump back.
Features
- Native macOS notifications (UserNotifications framework)
- Click-to-return: tap notification to activate iTerm2 / VS Code / Cursor / Terminal / Warp
- Smart source detection via
__CFBundleIdentifierandTERM_PROGRAM - Prompt summary + elapsed time in notification body
- Universal binary (arm64 + x86_64), macOS 13+
Install
git clone https://github.com/splazapp/claude-code-notification.git
cd claude-code-notification
# Download ClaudeCodeNotification.zip from this release, extract here
bash install.shOr build from source (requires Xcode CLT):
git clone https://github.com/splazapp/claude-code-notification.git
cd claude-code-notification
bash install.sh # auto-builds if no .app found