pi-smart-voice-notify 0.1.1 → 0.1.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.2] - 2026-03-04
4
+
5
+ ### Fixed
6
+ - Use absolute GitHub raw URL for README image to fix npm display
7
+
3
8
  ## [0.1.1] - 2026-03-04
4
9
 
5
10
  ### Changed
package/README.md CHANGED
@@ -4,7 +4,7 @@ Windows-optimized smart notification extension for the Pi coding agent.
4
4
 
5
5
  **pi-smart-voice-notify** monitors Pi session and tool events to alert you via **Windows SAPI TTS**, **sound playback**, and **desktop toast notifications** when the agent requires your attention.
6
6
 
7
- ![pi-smart-voice-notify configuration modal](assets/pi-smart-voice-notify.png)
7
+ ![pi-smart-voice-notify configuration modal](https://raw.githubusercontent.com/MasuRii/pi-smart-voice-notify/main/assets/pi-smart-voice-notify.png)
8
8
 
9
9
  ## Features
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-smart-voice-notify",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Windows-optimized smart voice, sound, and desktop notifications for Pi coding agent.",
5
5
  "type": "module",
6
6
  "main": "./index.ts",