claude-notification-plugin 1.0.34 → 1.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-notification-plugin",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "description": "Telegram, Windows toast, sound, and voice notifications for Claude Code task completion",
5
5
  "author": {
6
6
  "name": "Viacheslav Makarov",
package/README.md CHANGED
@@ -30,7 +30,11 @@ Or load directly for testing:
30
30
  claude --plugin-dir /path/to/claude-notification-plugin
31
31
  ```
32
32
 
33
- Hooks are registered automatically. To configure Telegram credentials, run:
33
+ Hooks are registered automatically.
34
+
35
+ To enable auto-updates, go to `/plugin` → **Marketplaces** tab → select `bazilio-plugins` → **Enable auto-update**.
36
+
37
+ To configure Telegram credentials, run:
34
38
 
35
39
  ```shell
36
40
  /claude-notification-plugin:setup
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-notification-plugin",
3
3
  "productName": "claude-notification-plugin",
4
- "version": "1.0.34",
4
+ "version": "1.0.35",
5
5
  "description": "Telegram, Windows toast, sound, and voice notifications for Claude Code task completion",
6
6
  "type": "module",
7
7
  "engines": {