Skip to content

Commit fa8054f

Browse files
SukiEvaclaudehappy-otter
committed
chore: bump version to 1.3.0 and update changelog
Update changelog with recent improvements: - Added author and email columns to commit list - Auto-open diff view on double-click - Changed default date range to today - Fixed unversioned files line counting in status bar Generated with [Claude Code](https://claude.ai/code) via [HAPI](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: HAPI <yesreply@happy.engineering>
1 parent c0a9d75 commit fa8054f

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- **Author and Email Columns**: Added author and email columns to the commit list table for better commit attribution visibility
10+
- **Auto-open Diff View**: Double-clicking a commit now automatically shows the diff view without requiring manual selection
11+
12+
### Changed
13+
14+
- **Default Date Range**: Tool window now defaults to showing today's commits instead of the last 3 months for faster initial loading
15+
716
## [1.2.0] - 2025-12-21
817

918
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.github.sukieva.gitcommitstats
44
pluginName = GitCommitStats
55
pluginRepositoryUrl = https://github.com/SukiEva/git-commit-stats
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.2.0
7+
pluginVersion = 1.3.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 253

0 commit comments

Comments
 (0)