Releases: laurentkempe/GitDiffMargin
Releases · laurentkempe/GitDiffMargin
v3.0.0
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
v2.0.0
- 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
v1.3.9.1
v1.3.9
v1.3.2
- Fix differences not shown for files without BOM preamble (Thanks to Rick Sladkey @ricksladkey)
- Update to latest version of libgit2sharp
v1.3.1
- Fix perpetual dirty loop (Thanks to Rick Sladkey @ricksladkey)
- Fix core.autocrlf is a string not a boolean (Thanks to Rick Sladkey @ricksladkey)
v1.3.0
- 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
- Allow side by side working with Git Source Control Provider
- Fix way to update diff margin
v1.2.0
- Add support for Visual Studio 2013
- Fix margin doesn't appear for .html, .cshtml, .css, .js files