diff --git a/CHANGELOG.md b/CHANGELOG.md index daee487b..5bb3e877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,6 @@ - [ ] Preview window (#6) - [ ] File globbing pattern support (#49) - [ ] Run compilers from a node server -- [x] Default settings for source maps (#120) -- [x] Support for Stylus compilation -- [x] Sass: Added _sourceMapRoot_ option (#141) -- [x] LESS: Added _sourceMapRoot_ and _sourceMapBasePath_ options -- [x] Fixed: Support for Sass' _include-path_ (#137) -- [x] Fixed: CSS minification stripped selector spaces (#138) Features that have a checkmark are complete and available for download in the @@ -20,6 +14,17 @@ download in the These are the changes to each version that has been released on the official Visual Studio extension gallery. +## 1.8 + +**2015-10-26** + +- [x] Default settings for source maps (#120) +- [x] Support for Stylus compilation (.styl files) +- [x] Sass: Added _sourceMapRoot_ option (#141) +- [x] LESS: Added _sourceMapRoot_ and _sourceMapBasePath_ options +- [x] Fixed: Support for Sass' _include-path_ (#137) +- [x] Fixed: CSS minification stripped selector spaces (#138) + ## 1.7 **2015-10-16** diff --git a/src/WebCompilerVsix/source.extension.vsixmanifest b/src/WebCompilerVsix/source.extension.vsixmanifest index 11dfaeb4..bdedbaf1 100644 --- a/src/WebCompilerVsix/source.extension.vsixmanifest +++ b/src/WebCompilerVsix/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Web Compiler The easiest and most powerful way to compile LESS, Scss,, Stylus, JSX and CoffeeScript files directly within Visual Studio or through MSBuild. Resources\LICENSE