Skip to content

Releases: ankit-chaubey/git-diff

v0.1.2

19 Feb 04:42

Choose a tag to compare

[0.1.2] — 2026-02-19

Here's everything fixed in v0.1.2:

  • 📱 Mobile scroll — FIXED

  • The root cause: clicking Contributors/History tabs rendered content below the fold and there was no auto-scroll. Now showTab() smoothly scrolls .main to bring the tabs into view on mobile

  • Added -webkit-overflow-scrolling: touch and overscroll-behavior: contain to main — proper native iOS/Android momentum scrolling

  • Bottom nav now has dedicated Commits, Files, and People buttons that render content directly into main (no sidebar needed) — fully scrollable list pages with search

  • 📊 Heatmap — FIXED

  • Now always renders (even with 0 commits — shows the grid with an empty state)

  • Added month labels (Jan, Feb, Mar...) across the top

  • Added day labels (M, W, F) on the left side

  • Added a Less/More legend with color gradient chips

  • Shows total commit count in header

Full Changelog: v0.1.1...v0.1.2