wukong-gitlog-cli 1.0.40 → 1.0.42

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,10 @@
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.42](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.41...v1.0.42) (2026-02-13)
6
+
7
+ ### [1.0.41](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.40...v1.0.41) (2026-02-12)
8
+
5
9
  ### [1.0.40](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.39...v1.0.40) (2026-02-12)
6
10
 
7
11
 
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  An enhanced Git commit log analysis and export tool. Supports **Excel / JSON / TXT** output, grouped statistics, overtime culture analysis, Gerrit link integration, and a visual Web Dashboard.
6
6
 
7
- ## [中文](./README.zh-CN.md) | English
7
+ ## English | [简体中文](./README.zh-CN.md)
8
8
 
9
9
  ---
10
10
 
@@ -42,7 +42,7 @@ wukong-gitlog-cli --help
42
42
  wukong-gitlog-cli init
43
43
 
44
44
  # Analyze and start web dashboard
45
- wukong-gitlog-cli serve --overtime
45
+ wukong-gitlog-cli serve
46
46
  ```
47
47
 
48
48
  ---
@@ -124,9 +124,14 @@ wukong-gitlog-cli serve [--port <n>]
124
124
  Start the server to view interactive charts:
125
125
 
126
126
  ```bash
127
- wukong-gitlog-cli serve --overtime --port 3000
127
+ wukong-gitlog-cli serve
128
128
  ```
129
129
 
130
+ <p align="center">
131
+ <img src="https://raw.githubusercontent.com/tomatobybike/wukong-gitlog-cli/main/images/web/overtime.jpg" width="400" alt="wukong-dev Logo" />
132
+ </p>
133
+
134
+
130
135
  Visit `http://localhost:3000` to see:
131
136
  - Commit distribution by day/month.
132
137
  - Overtime trends and peak hours.
package/README.zh-CN.md CHANGED
@@ -42,7 +42,7 @@ wukong-gitlog-cli --help
42
42
  wukong-gitlog-cli init
43
43
 
44
44
  # 执行分析并启动 Web Dashboard
45
- wukong-gitlog-cli serve --overtime
45
+ wukong-gitlog-cli serve
46
46
  ```
47
47
 
48
48
  ---
@@ -124,8 +124,11 @@ wukong-gitlog-cli serve [--port <n>]
124
124
  启动服务以查看交互式图表:
125
125
 
126
126
  ```bash
127
- wukong-gitlog-cli serve --overtime --port 3000
127
+ wukong-gitlog-cli serve
128
128
  ```
129
+ <p align="center">
130
+ <img src="https://raw.githubusercontent.com/tomatobybike/wukong-gitlog-cli/main/images/web/overtime.jpg" width="400" alt="wukong-dev Logo" />
131
+ </p>
129
132
 
130
133
  访问 `http://localhost:3000` 查看:
131
134
  - 按天/月的提交分布。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wukong-gitlog-cli",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "description": "Advanced Git commit log exporter with Excel/JSON/TXT output, grouping, stats and CLI.",
5
5
  "keywords": [
6
6
  "git",