wukong-gitlog-cli 1.0.40 → 1.0.41

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.41](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.40...v1.0.41) (2026-02-12)
6
+
5
7
  ### [1.0.40](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.39...v1.0.40) (2026-02-12)
6
8
 
7
9
 
package/README.md CHANGED
@@ -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
@@ -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.41",
4
4
  "description": "Advanced Git commit log exporter with Excel/JSON/TXT output, grouping, stats and CLI.",
5
5
  "keywords": [
6
6
  "git",