pi-image-tools 1.0.2 → 1.0.3

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
+ ## [1.0.3] - 2026-03-04
4
+
5
+ ### Fixed
6
+ - Use absolute GitHub raw URL for README image to fix npm display
7
+
3
8
  ## [1.0.2] - 2026-03-04
4
9
 
5
10
  ### Changed
package/README.md CHANGED
@@ -6,7 +6,7 @@ Quickly attach clipboard images or recent screenshots to your messages, with inl
6
6
 
7
7
  > ⚠️ **Windows-only:** This extension only registers commands and shortcuts on Windows (`win32`). On other platforms, it does nothing.
8
8
 
9
- ![pi-image-tools preview](asset/pi-image-tools.png)
9
+ ![pi-image-tools preview](https://raw.githubusercontent.com/MasuRii/pi-image-tools/main/asset/pi-image-tools.png)
10
10
 
11
11
  ## Features
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-image-tools",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Image attachment and rendering extension for Pi TUI",
5
5
  "type": "module",
6
6
  "main": "./index.ts",