diff --git a/GitDiffMargin.Extension/source.extension.vsixmanifest b/GitDiffMargin.Extension/source.extension.vsixmanifest index 1bf6e73..007b2f6 100644 --- a/GitDiffMargin.Extension/source.extension.vsixmanifest +++ b/GitDiffMargin.Extension/source.extension.vsixmanifest @@ -7,7 +7,7 @@ https://github.com/laurentkempe/GitDiffMargin License.md http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8 - https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.9.4 + https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.10.0 Resources/GitDiffMargin-Thumb.png Resources/GitDiffMargin-Preview.png diff --git a/README-Marketplace.md b/README-Marketplace.md index 78a875c..07ba5f7 100644 --- a/README-Marketplace.md +++ b/README-Marketplace.md @@ -36,6 +36,16 @@ You might also install it using the following [Chocolatey package](https://choco # Release Notes +## Version 3.10.0 + +### New features + +* Diff against something other than HEAD (Advanced users) #155 + +### Fix + +* Fix memory leak #240 + ## Version 3.9.4 ### Fix @@ -226,7 +236,7 @@ You might also install it using the following [Chocolatey package](https://choco Thanks to * Sam Harwell [@sharwell](https://github.com/sharwell) for all the improvements -* Rick Sladkey [@ricksladkey](https://github.com/ricksladkey) for the fixes +* Rick Sladkey [@ricksladkey](https://github.com/ricksladkey) for the fixes and features * [@Iristyle](https://github.com/Iristyle) for the chocolatey package * Yves Goergen [@](https://github.com/dg9ngf)[dg9ngf](https://github.com/dg9ngf) * [@heinzbeinz](https://github.com/heinzbeinz) for the support of Visual Studio 15 preview diff --git a/README.md b/README.md index d71e633..9536f89 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Git Diff Margin displays live Git changes of the currently edited file on Visual * Open popup with user defined keyboard shortcuts, close with esc key * Support Visual Studio 2013 Dark, Light and Blue Theme * Support zoom +* Diff against something other than HEAD (Advanced users) ![Screenshot](https://farm4.staticflickr.com/3893/15335334635_a88dc1f271.jpg) diff --git a/appveyor.yml b/appveyor.yml index dbedab8..0f5083c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '3.9.4.{build}' +version: '3.10.0.{build}' image: Visual Studio 2017 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 658c99a..fa8b833 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ variables: buildPlatform: 'Any CPU' buildConfiguration: 'Release' -name: 3.9.4.$(patch) +name: 3.10.0.$(patch) steps: - task: NuGetToolInstaller@0