Skip to content

v1.17.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 18:47
· 197 commits to main since this release

New Features

One-command bootstrap installer

Install or update the plugin with a single command:

curl -fsSL https://raw.githubusercontent.com/777genius/claude-notifications-go/main/bin/bootstrap.sh | bash

Handles marketplace setup, plugin install, and binary download automatically. Cross-platform (macOS, Linux, Windows Git Bash). Idempotent — safe to re-run for updates.

Dedicated error sound

New error.mp3 for API errors and session limit notifications instead of reusing the question sound.

Changes

Simplified session names

Session identifiers in notification titles are now single words for cleaner display:

  • Before: ✅ Completed [bold-cat] main
  • After: ✅ Completed main [cat]

Updated README

Bootstrap method is now the primary installation method. Manual install preserved as collapsible fallback.


Full Changelog: v1.16.0...v1.17.0