Skip to content

1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Dec 15:59
· 2 commits to main since this release

Added

  • File Hotspot Analysis: New "File Hotspots" tab showing top 10 most frequently modified files
    • Displays modification count and total lines changed per file
    • Helps identify code hotspots and potential problem areas
    • Double-click navigation to filter commits that modified the file
  • Large Commit Detection: Visual warnings and checks for commits exceeding 500 lines
    • Yellow background highlighting in commit table
    • Warning icon with tooltip in the lines column
    • Optional commit check that prompts confirmation before committing large changes
    • Checkbox in Commit Checks panel to enable/disable the check
  • Enhanced UI Interactions:
    • Double-click hotspot files to jump to filtered commit list
    • Tooltip on large commit warning icon explaining the threshold
    • Author dropdown state preservation across UI updates

Fixed

  • Author Dropdown: Fixed state loss when UI updates
    • Selection now preserved during data refresh
    • Added proper state management with isUpdating flag
    • Initial empty item to prevent blank display
  • Accurate Line Counting: File hotspots now use real diff calculations
    • Replaced rough estimates with actual line additions/deletions
    • Provides accurate code churn metrics per file