Skip to content

Commit f969ca1

Browse files
authored
Merge pull request #7 from SukiEva/changelog-update-1.2.0
Changelog update - `1.2.0`
2 parents 5864035 + 419c82b commit f969ca1

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,31 @@
33
# git-commit-stats Changelog
44

55
## [Unreleased]
6+
7+
## [1.2.0] - 2025-12-21
8+
69
### Added
10+
711
- **Double-click Navigation**: Double-click on any commit in the Tool Window to open and navigate to that commit in IDEA's VCS Log window
812
- Hash-filtered VCS Log tab automatically opens and highlights the selected commit for detailed inspection
913

1014
## [1.1.0]
15+
1116
### Added
17+
1218
- **Git Commit Statistics Tool Window**: New tool window panel for comprehensive commit analysis
1319
- Summary statistics panel showing total commits, files changed, and lines modified
1420
- Detailed commit list with sortable columns (Hash, Date, Message, Files, Lines)
1521

1622
## [1.0.0]
23+
1724
### Added
25+
1826
- File counts (modified, added, deleted)
1927
- Line counts (additions, deletions)
20-
- Binary file detection
28+
- Binary file detection
29+
30+
[Unreleased]: https://github.com/SukiEva/git-commit-stats/compare/v1.2.0...HEAD
31+
[1.2.0]: https://github.com/SukiEva/git-commit-stats/compare/v1.1.0...v1.2.0
32+
[1.1.0]: https://github.com/SukiEva/git-commit-stats/compare/v1.0.0...v1.1.0
33+
[1.0.0]: https://github.com/SukiEva/git-commit-stats/commits/v1.0.0

0 commit comments

Comments
 (0)