wukong-gitlog-cli 1.0.4 → 1.0.5

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
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.0.5](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.4...v1.0.5) (2025-11-29)
6
+
5
7
  ### [1.0.4](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.3...v1.0.4) (2025-11-29)
6
8
 
7
9
  ### [1.0.3](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.2...v1.0.3) (2025-11-29)
package/README.zh-CN.md CHANGED
@@ -62,7 +62,7 @@ wukong-gitlog-cli [options]
62
62
  ### 常用参数
63
63
 
64
64
  | 参数 | 描述 |
65
- | -------------------- | ------------------------------------------------------------------ | --- |
65
+ | -------------------- | ------------------------------------------------------------------ |
66
66
  | `--author <name>` | 按作者过滤 |
67
67
  | `--email <email>` | 按邮箱过滤 |
68
68
  | `--since <date>` | 起始日期(如 2025-01-01) |
@@ -70,8 +70,8 @@ wukong-gitlog-cli [options]
70
70
  | `--limit <n>` | 限制提交数量 |
71
71
  | `--no-merges` | 排除 merge 提交 |
72
72
  | `--json` | 输出 JSON |
73
- | `--format <type>` | 输出格式:text / excel / json(默认 text) |
74
- | `--group-by <type>` | 分组:day / month |
73
+ | `--format <type>` | 输出格式: text / excel / json(默认 text) |
74
+ | `--group-by <type>` | 分组: day / month |
75
75
  | `--overtime` | 启用加班文化分析 |
76
76
  | `--country <code>` | 假期:CN 或 US(默认 CN) |
77
77
  | `--stats` | Excel 中包含统计 sheet |
@@ -79,10 +79,10 @@ wukong-gitlog-cli [options]
79
79
  | `--gerrit-api <url>` | Gerrit API 地址(用于 changeNumber) |
80
80
  | `--out <file>` | 输出文件名 |
81
81
  | `--out-dir <dir>` | 输出目录 |
82
- | `--out-parent` | 输出到父目录的 output/ |
83
- | `--serve` | 启动本地 web 服务,查看提交统计(将在 output/data 下生成数据文件) |
84
- | `--port <n>` | 本地 web 服务端口(默认 3000) (default: 3000) | |
85
- | `--serve-only` | 仅启动 web 服务,不导出或分析数据(使用 output/data 中已有的数据) |
82
+ | `--out-parent` | 输出到父目录的 `output/` |
83
+ | `--serve` | 启动本地 Web 服务查看提交统计(会生成 output/data 下的数据) |
84
+ | `--port <n>` | Web 服务端口(默认 3000) |
85
+ | `--serve-only` | 仅启动 Web 服务,不导出或分析数据(使用现有 output/data|
86
86
  | `--version` | 显示版本号 |
87
87
 
88
88
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wukong-gitlog-cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Advanced Git commit log exporter with Excel/JSON/TXT output, grouping, stats and CLI.",
5
5
  "keywords": [
6
6
  "git",