diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2d5d6..9ad8181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.8 + +**2018-09-14** + +* Fixes + * Fixes out of memory issue for large Visual Studio projects + * Fixes trailing comma appended to generated compile commands + + ## 1.7 **2018-06-26** diff --git a/SourcetrailExtension/source.extension.vsixmanifest b/SourcetrailExtension/source.extension.vsixmanifest index 9dbf3ad..52e8e4c 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 b5a912e..d19f77b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.7.{build} +version: 1.8.{build} image: Visual Studio 2017 install: