From c2143ef066817c64c77a2a86a4771885b3d1bd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Kemp=C3=A9?= Date: Wed, 7 Aug 2019 22:18:11 +0200 Subject: [PATCH] Update version to 3.10.0 --- .../source.extension.vsixmanifest | 2 +- README-Marketplace.md | 12 +++++++++++- README.md | 1 + appveyor.yml | 2 +- azure-pipelines.yml | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) 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