Skip to content

Releases: Doublefire-Chen/hgitmap

Release v1.0.2 - Profile Sync Implementation

30 Dec 14:56

Choose a tag to compare

Bug Fixes

  • Fixed profile sync that was previously not implemented in async job system
  • Profile data now correctly updates when using sync endpoints

Release v1.0.1 - Case-Insensitive Username Fix

30 Dec 14:33

Choose a tag to compare

Bug Fixes

  • Case-Insensitive Username Lookups - All public profile endpoints now support case-insensitive username matching
    • /users/:username/contributions
    • /users/:username/contributions/stats
    • /users/:username/activities
    • /users/:username/platforms
    • Static heatmap files

Users can now access profiles with any case combination (e.g., Doublefire.Chen, doublefire.chen, DOUBLEFIRE.CHEN)

Release 1.0.0 - Initial Release

30 Dec 14:05

Choose a tag to compare

First Release

Hgitmap is a unified contribution heatmap aggregator that combines your Git activity from GitHub, GitLab, and Gitea into one beautiful visualization.

Features

  • Multi-Platform Support - Connect GitHub, GitLab, and Gitea accounts with OAuth or Personal Access Tokens
  • Background Sync - Non-blocking job system with real-time progress tracking
  • Public Profiles - Share your heatmap via /:username URL
  • Custom Themes - Create personalized heatmap color schemes and layouts
  • Activity Tracking - View total contributions, streaks, and detailed timeline
  • Privacy Controls - Choose to display/hide private repository contributions

Demo

Live demo: https://hgitmap.aka.cy/Doublefire.Chen

Installation

See README.md for installation instructions.