local-diff-reviewer 4.0.2 → 4.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,6 +29,7 @@ npx skills add Mone-Lee/diff-review
29
29
 
30
30
  - 查看当前工作区 diff、staged diff、指定 revision diff。
31
31
  - 代码文件使用 GitHub 风格 unified diff。
32
+ - 图片文件支持 diff 查看。
32
33
  - Markdown 文件支持 `Preview / Code diff` 切换;`Code diff` 当前只支持 side-by-side,不支持 inline。
33
34
  - 支持文件级评论、代码行级评论、Markdown source line 评论。
34
35
  - Markdown 评论在两种视图间会按视图能力降级展示:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "local-diff-reviewer",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "private": false,
5
5
  "description": "Open a local GitHub-style diff review Web UI for the current repository.",
6
6
  "repository": {