pi-startup-redraw-fix 0.1.2 → 0.1.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
+ ## [0.1.3] - 2026-03-04
4
+
5
+ ### Fixed
6
+ - Use absolute GitHub raw URL for README image to fix npm display
7
+
3
8
  ## [0.1.2] - 2026-03-04
4
9
 
5
10
  ### Changed
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A Pi coding agent extension that patches terminal full-clear escape sequence ordering to prevent startup redraw glitches in certain terminal emulators.
4
4
 
5
- ![Terminal startup fix demonstration](asset/pi-startup-redraw-fix.png)
5
+ ![Terminal startup fix demonstration](https://raw.githubusercontent.com/MasuRii/pi-startup-redraw-fix/main/asset/pi-startup-redraw-fix.png)
6
6
 
7
7
  ## Table of Contents
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-startup-redraw-fix",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Pi extension that patches terminal full-clear ordering to avoid startup redraw glitches.",
5
5
  "type": "module",
6
6
  "main": "./index.ts",