Skip to content

Releases: bgrainger/GitBlame

Support 64-bit Git on Windows

21 Aug 20:20
Compare
Choose a tag to compare
Pre-release

Added support for the standard install path for 64-bit Git for Windows.

Add "View line at GitHub"

10 Apr 20:15
Compare
Choose a tag to compare
Pre-release
  • New "View line at GitHub" context menu command (thanks to @RyanGano).

Rewritten installer

10 Apr 17:54
Compare
Choose a tag to compare
Rewritten installer Pre-release
Pre-release
  • Replace OldSquirrelForWindows with Squirrel.Windows
  • Update all NuGet packages
  • Fix a couple of crashing issues

Modern UI refresh

16 Jul 23:16
Compare
Choose a tag to compare
Modern UI refresh Pre-release
Pre-release
  • New "Metro" UI (from MahApps)
  • Fix crash introduced in 0.2.9 opening a new/renamed file
  • [0.2.9] Fix incorrect output when command-line file name casing differed from git's
  • [0.2.8] Add "Go To Line" dialog (Ctrl+G)
  • [0.2.7] Press Esc to close the app.

Visual Studio 2013 support

03 Jan 15:20
Compare
Choose a tag to compare
Pre-release
  • Support "External Tools" integration with Visual Studio 2013
  • Use multi-core JIT for startup performance improvements

Bug fixes

06 Dec 07:52
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

Fixes for two crashes:

  • Crash trying to post analytics while offline.
  • Crash after blaming non-added file in a git repo.

Fix Visual Studio integration

06 Dec 05:25
Compare
Choose a tag to compare
Pre-release

Fixes a bug that would crash the app on startup when launched from Visual Studio's Tools menu.

This release may create a duplicate "GitBlame" External Tool in Visual Studio; you'll have to manually delete the older entry.

Fix "Open"

04 Dec 23:31
Compare
Choose a tag to compare
Fix "Open" Pre-release
Pre-release

Fixes multiple issues related to the Open command, including crashing and attempting to open files outside of a git repository.

Add logging

04 Dec 07:00
Compare
Choose a tag to compare
Add logging Pre-release
Pre-release

Add basic logging to help diagnose problems in installed versions of the app.

Visual Studio integration

01 Dec 06:53
Compare
Choose a tag to compare
Pre-release

This minor update will prompt you to integrate with Visual Studio at startup. Choosing "Yes" will add a new "External Tool" to the Tools menu.