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.0.0

9 years ago

New features

  • Support for Visual Studio 2010, 2012 and Visual Studio 14 "CTP"
  • Show diff using Visual Studio Diff window except for Visual Studio 2010 which still use external diff tool
  • Possibility to define shortcuts for next/previous change navigation
  • Add options for highlighting untracked lines #29
  • Update icons

Improvements

  • Improve external diff configuration handling in .gitconfig #32
  • Improve "removed" glyph and editor diff positioning
  • Improve support of Dark, Light and Blue theme
  • Make sure the text editor is focused after a rollback
  • Prevent ScrollDiffMargin from affecting the scroll bar behavior
  • Play nice with other source control providers

Fixes

  • Fix Show Difference fails with DiffMerge for file names with spaces #38
  • Fix submodules issue #40

v2.0.0

9 years ago
  • New feature display live diffs on Visual Studio 2013 Enhanced Scroll bar #19
  • Fix CRLF detection fails for files checked in with CRLF line endings #24
  • Fix Does not work with VS2013 Microsoft Git Provider #21
  • Fix way to read the external diff tool configuration in .gitconfig #32
  • Fix Crash while deleting lines which are already changed #30

v1.3.9.2

9 years ago
  • Fix CRLF detection fails for files checked in with CRLF line endings #24
  • Fix Does not work with VS2013 Microsoft Git Provider #21

v1.3.9.1

9 years ago
  • Fix crash deleting changed lines at the end of a file (#30)

v1.3.9

9 years ago
  • Display diffs on VS 2013 Enhanced Scrollbar (#19)

This pre-release supports only Visual Studio 2013

v1.3.2

10 years ago
  • Fix differences not shown for files without BOM preamble (Thanks to Rick Sladkey @ricksladkey)
  • Update to latest version of libgit2sharp

v1.3.1

10 years ago
  • Fix perpetual dirty loop (Thanks to Rick Sladkey @ricksladkey)
  • Fix core.autocrlf is a string not a boolean (Thanks to Rick Sladkey @ricksladkey)

v1.1.2

10 years ago
  • Fix exception on closing files when installed with UnityVS
  • Fix exception on line supression

v1.2.0

10 years ago
  • Add support for Visual Studio 2013
  • Fix margin doesn't appear for .html, .cshtml, .css, .js files

v1.2.1

10 years ago
  • Allow side by side working with Git Source Control Provider
  • Fix way to update diff margin