Releases: hecspc/claude-notify
Releases · hecspc/claude-notify
v1.2.0
Added
- WhatsApp notification backend via Meta Cloud API (
claude-notify setup whatsapp <PHONE_ID> <TOKEN> <RECIPIENT>) - OpenClaw notification backend via Gateway API (
claude-notify setup openclaw <URL> <TOKEN> <TARGET>) - Claude Code plugin (
plugin/) for auto-hook registration and namespaced skills - Plugin manifest at repo root (
.claude-plugin/plugin.json) for marketplace discovery - 16 plugin skills: setup for all 11 backends + mute, unmute, use, status, session
WHATSAPP_PHONE_NUMBER_ID,WHATSAPP_ACCESS_TOKEN,WHATSAPP_RECIPIENTenvironment variable overridesOPENCLAW_GATEWAY_URL,OPENCLAW_TOKEN,OPENCLAW_TARGET,OPENCLAW_CHANNELenvironment variable overrides- Default install directory changed from
~/.binto~/.local/bin
v1.1.3
Added
- Claude Code plugin (
plugin/) for auto-hook registration and namespaced skills - 14 plugin skills: setup for all 9 backends + mute, unmute, use, status, session
- Plugin README with installation and usage guide
- Named webhook instances (
webhook.name) for multiple webhook targets - Custom headers support for webhooks (auth tokens, etc.)
- Default install directory changed from
~/.binto~/.local/bin
Changed
claude-notify setup webhooknow supports<NAME> <URL>for named instances
v1.1.2
Added
- Windows desktop notifications via PowerShell toast (Windows.UI.Notifications)
- Windows x86_64 release binary and CI support
v1.1.1
Added
- Email notification backend via SMTP with STARTTLS (
claude-notify setup email <FROM> <TO> <HOST> <USER> <PASS>) - Microsoft Teams notification backend via Workflows webhook (
claude-notify setup teams <WEBHOOK_URL>) - Generic webhook notification backend (
claude-notify setup webhook <URL>) EMAIL_FROM,EMAIL_TO,EMAIL_SMTP_HOST,EMAIL_SMTP_PORT,EMAIL_SMTP_USERNAME,EMAIL_SMTP_PASSWORDenvironment variable overridesTEAMS_WEBHOOK_URL,WEBHOOK_URLenvironment variable overrides
v1.1.0
Added
- Pushbullet notification backend (
claude-notify setup pushbullet <API_TOKEN>) PUSHBULLET_API_TOKENenvironment variable override- Install script for curl-based installation (
curl -sSL .../install.sh | sh)
v1.0.1
Fixed
- Fix clippy collapsible_if warnings for CI compatibility
- Fix release workflow: replace deprecated macos-13 with macos-latest for x86_64 cross-compilation