diff --git a/CHANGELOG.md b/CHANGELOG.md index 492b384..6d8b9f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,23 @@ # Changelog +## 1.4 + +**2018-03-26** + +* Features + * New buttons that allow to auto-select all projects that reference/are referenced by the currently selected ones. +* Fixes + * Fixes extension icon incompatibility with new Visual Studio Marketplace by removing largest icon layer size. + * Fixes exception that caused exported Compilation Database to be empty by using an older version of referenced Newtonsoft.Json package. + + ## 1.3 **2018-02-16** * Fixes * Fixes text encoding used in messages that synchronize Visual Studio and Sourcetrail. - + ## 1.2 diff --git a/SourcetrailExtension/source.extension.vsixmanifest b/SourcetrailExtension/source.extension.vsixmanifest index b1382fa..b576513 100644 --- a/SourcetrailExtension/source.extension.vsixmanifest +++ b/SourcetrailExtension/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Sourcetrail Extension This extension allows you to synchronize Visual Studio with Sourcetrail, a Clang based source code exploration tool. Additionally it lets you generate a Clang Compilation Database for any Visual Studio solution, which can also be used to run other Clang based tools. https://www.sourcetrail.com/ diff --git a/appveyor.yml b/appveyor.yml index ae2c9e1..f073871 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.3.{build} +version: 1.4.{build} image: Visual Studio 2017 install: