Skip to content

Releases: laurentkempe/GitDiffMargin

v3.0.0

23 Sep 20:25
Compare
Choose a tag to compare

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

28 Aug 21:39
Compare
Choose a tag to compare
  • 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

12 Aug 18:33
Compare
Choose a tag to compare
v1.3.9.2 Pre-release
Pre-release
  • 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

04 Aug 09:47
Compare
Choose a tag to compare
v1.3.9.1 Pre-release
Pre-release
  • Fix crash deleting changed lines at the end of a file (#30)

v1.3.9

03 Aug 16:02
Compare
Choose a tag to compare
v1.3.9 Pre-release
Pre-release
  • Display diffs on VS 2013 Enhanced Scrollbar (#19)

This pre-release supports only Visual Studio 2013

v1.3.2

24 Mar 19:11
Compare
Choose a tag to compare
  • Fix differences not shown for files without BOM preamble (Thanks to Rick Sladkey @ricksladkey)
  • Update to latest version of libgit2sharp

v1.3.1

27 Jan 20:32
Compare
Choose a tag to compare

v1.3.0

14 Jan 07:17
Compare
Choose a tag to compare
  • Live updates without saving of diff margin
  • Permit rollback of additions (Thanks to Rick Sladkey @ricksladkey)
  • Permit show external differences for deletions and additions

v1.2.1

14 Jan 07:22
Compare
Choose a tag to compare
  • Allow side by side working with Git Source Control Provider
  • Fix way to update diff margin

v1.2.0

27 Jan 11:43
Compare
Choose a tag to compare
  • Add support for Visual Studio 2013
  • Fix margin doesn't appear for .html, .cshtml, .css, .js files