Release Notes for GitHub-Style Commit Graph Generator v1.0.0
We are thrilled to announce the release of GitHub-Style Commit Graph Generator v1.0.0! This initial release provides developers using platforms like Bitbucket or GitLab with the ability to generate a GitHub-style heatmap of their commit activity over the past year.
What's New 🌟
- New Feature: Generate a heatmap that mimics the look and feel of GitHub's contribution graph.
- Enhancement: Interactive command-line interface for ease of user input.
- Output: Visual representation of commit frequency as a heatmap image.
Inputs 📥
- Email: The email address associated with the git commits.
- Year: The year for which you want to visualize the commit activity.
- Repository Path: The local path to the git repository.
Outputs 📤
- Heatmap Image: A
matplotlib
generated image that visually represents your commit history, similar to the contribution graph on GitHub.
Installation 🛠️
Download the executable from the dist
or Releases
section of the repository, or use the Python script directly after installing the necessary dependencies.