All notable changes to the "activity-heatmap" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Name to "Activity Heatmap"
- Correct URLs for README images
- Pics to README
- Method to count temp by number of custom pattern matches
- Configuration setting namespaces for better grouping
- Command to hide heatmap overlay
- "Defect Heatmap:" prefix on commands in command palette
- Repo details in manifest
- Recheck files before displaying report in case the heatmap needs to be rebuilt
- Filter out unmatched files from heatmap report
- Add non-null assertion
- Extra git command args for getting logs for each line of each relevant file
- Create report for hottest files/lines
- Don't try to render heatmap decorations when no commits were found
- Skip files that aren't tracked by git
- Initial releas