GitDiffMargin Versions Save

Git Diff Margin displays live Git changes of the currently edited file on Visual Studio margin and scroll bar. Supports Visual Studio 2012 through Visual Studio 2022

v3.9.1

5 years ago

Security fix

  • Update to LibGit2Sharp v0.26.0

v3.9.0

5 years ago

New features

  • Add support for Visual Studio 2019 Preview 1 #183

v3.8.0

5 years ago

New features

  • Center when moving to next/previous change with keyboard shortcuts #156

Fixes

  • Address the "Gold Bar" notification saying Git Diff Margin was responsible for editor slowness #161

v3.8.2

5 years ago

Fixes

  • Fix MoeIDE conflict #175

v3.8.1

5 years ago

Fixes

  • Keyboard shortcut to show diff at a change works only on 1st line of a change #171
  • Avoid to focus textbox when opening popup #172
  • Avoid crashing if GitDiffMarginCommandHandler is not in the property bag #174

v3.7.1

6 years ago

Security fix

  • Update to LibGit2Sharp v0.24.1 This is a security release fixing two issues. It updates libgit2's included zlib to 1.2.11, and includes a libgit2 fix for memory handling issues when reading crafted repository index files. #147

v3.7.0

6 years ago

New features

  • Add keyboard shortcut to show diff popup #140

v3.6.0

6 years ago

New features

  • Close popup using Escape key #138

v3.5.3

6 years ago

Fixes

  • Fix unhandled AccessViolationException crashes in Visual Studio updating LibGit2Sharp #135

v3.5.2

6 years ago

Fixes

  • Fix diff margin not shown when editing a project file #129