claudecode-history-viewer 1.0.1 → 1.0.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/README.en-US.md CHANGED
@@ -35,7 +35,9 @@ npm install -g claudecode-history-viewer
35
35
  claudecode-history-viewer
36
36
  ```
37
37
 
38
- Open **http://localhost:3747**. Disable auto-open: `NO_OPEN_BROWSER=1 npx claudecode-history-viewer`
38
+ Open **http://localhost:3747**
39
+
40
+ Disable auto-open: `NO_OPEN_BROWSER=1 npx claudecode-history-viewer`
39
41
 
40
42
  ### Clone from GitHub (development)
41
43
 
package/README.md CHANGED
@@ -35,7 +35,9 @@ npm install -g claudecode-history-viewer
35
35
  claudecode-history-viewer
36
36
  ```
37
37
 
38
- 浏览器访问 **http://localhost:3747**。禁用自动打开:`NO_OPEN_BROWSER=1 npx claudecode-history-viewer`
38
+ 浏览器访问 **http://localhost:3747**
39
+
40
+ 禁用自动打开:`NO_OPEN_BROWSER=1 npx claudecode-history-viewer`
39
41
 
40
42
  ### 从 GitHub 克隆(开发 / 改代码)
41
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-history-viewer",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Local web viewer for Claude Code and Cursor conversation history",
5
5
  "license": "MIT",
6
6
  "author": "wonderomg",