wukong-gitlog-cli 1.0.41 → 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,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.42](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.41...v1.0.42) (2026-02-13)
6
+
5
7
  ### [1.0.41](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.40...v1.0.41) (2026-02-12)
6
8
 
7
9
  ### [1.0.40](https://github.com/tomatobybike/wukong-gitlog-cli/compare/v1.0.39...v1.0.40) (2026-02-12)
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
  ---
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
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wukong-gitlog-cli",
3
- "version": "1.0.41",
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",