Skip to content

Releases: ankit-chaubey/git-diff

v0.1.4

13 May 01:53
v0.1.4
5713fd0

Choose a tag to compare

[0.1.3-0.1.4] - 2026-05-13

Improvements

  • 🌳 File tree navigation

    • Added expandable repository tree for easier browsing
    • Faster navigation between folders and files
  • ✨ Syntax highlighting

    • Added syntax highlighting for source files
    • Improved readability for large code blocks
  • 📜 Commit history

    • Improved range diff parsing
    • Fixed duplicated entries in history views
    • Better pagination handling for large repositories
  • 📱 Mobile improvements

    • Fixed contributor section rendering on small screens
    • Improved scrolling and layout behavior
    • Fixed tab rendering glitches on mobile
  • 🔎 Search and browsing

    • Faster file filtering and repository search
    • Better handling for deeply nested folders
    • Improved file loading performance
  • ⚡ Performance

    • Switched to ThreadingHTTPServer for better responsiveness
    • Reduced unnecessary DOM updates
    • Lower memory usage while browsing repositories
  • 🧹 UI cleanup

    • Reduced duplicated rendering logic

    • Cleaner tab switching and content updates

    • Full Changelog: v0.1.2...v0.1.4

v0.1.2

19 Feb 04:42

Choose a tag to compare

[0.1.2] - 2026-02-19

Fixed in v0.1.2

  • 📱 Mobile scrolling fixed

    • Contributors and History tabs now auto-scroll into view on mobile
    • Added smooth native scrolling support for Android and iOS
    • Bottom navigation now includes dedicated Commits, Files, and People tabs
    • List pages are fully scrollable and searchable without relying on the sidebar
  • 📊 Heatmap improvements

    • Heatmap now renders properly even when there are no commits
    • Added month labels across the top
    • Added day labels on the left side
    • Added Less/More contribution legend
    • Total commit count is now shown in the header

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