Skip to content

Commit d7023d8

Browse files
authored
Merge pull request #11 from SukiEva/changelog-update-1.4.0
Changelog update - `1.4.0`
2 parents 5e5a0ae + 21e7b96 commit d7023d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55
## [Unreleased]
66

7+
## [1.4.0] - 2025-12-26
8+
79
### Added
810

911
- **File Hotspot Analysis**: New "File Hotspots" tab showing top 10 most frequently modified files
1012
- Displays modification count and total lines changed per file
1113
- Helps identify code hotspots and potential problem areas
1214
- Double-click navigation to filter commits that modified the file
13-
1415
- **Large Commit Detection**: Visual warnings and checks for commits exceeding 500 lines
1516
- Yellow background highlighting in commit table
1617
- Warning icon with tooltip in the lines column
1718
- Optional commit check that prompts confirmation before committing large changes
1819
- Checkbox in Commit Checks panel to enable/disable the check
19-
2020
- **Enhanced UI Interactions**:
2121
- Double-click hotspot files to jump to filtered commit list
2222
- Tooltip on large commit warning icon explaining the threshold
@@ -28,7 +28,6 @@
2828
- Selection now preserved during data refresh
2929
- Added proper state management with isUpdating flag
3030
- Initial empty item to prevent blank display
31-
3231
- **Accurate Line Counting**: File hotspots now use real diff calculations
3332
- Replaced rough estimates with actual line additions/deletions
3433
- Provides accurate code churn metrics per file
@@ -67,7 +66,8 @@
6766
- Line counts (additions, deletions)
6867
- Binary file detection
6968

70-
[Unreleased]: https://github.com/SukiEva/git-commit-stats/compare/v1.3.0...HEAD
69+
[Unreleased]: https://github.com/SukiEva/git-commit-stats/compare/v1.4.0...HEAD
70+
[1.4.0]: https://github.com/SukiEva/git-commit-stats/compare/v1.3.0...v1.4.0
7171
[1.3.0]: https://github.com/SukiEva/git-commit-stats/compare/v1.2.0...v1.3.0
7272
[1.2.0]: https://github.com/SukiEva/git-commit-stats/compare/v1.1.0...v1.2.0
7373
[1.1.0]: https://github.com/SukiEva/git-commit-stats/compare/v1.0.0...v1.1.0

0 commit comments

Comments
 (0)