diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4250c..a84a734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how The versions in this file adhere to [semantic versioning](https://semver.org/). +## [0.12.3] + +**General** +- Enabled Keyvalue auto detection by default +- Removed Source Engine workspaces config +- Removed "Only detect keyvalue files in workspaces" config +- Fixed performance inspection +- Fixed captions compiler command being registered twice +- Fixed model compiler command not being registered + +**VMT** +- Removed shader parameter config. These are now provided by sourcelib + ## [0.12.2] **KeyValue** diff --git a/package.json b/package.json index e429c82..4712826 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "source-engine-support", "displayName": "Source Engine Support", "description": "Adds support for Source Engine file types and other commands", - "version": "0.12.2", + "version": "0.12.3", "icon": "extension-icon-256.png", "author": { "name": "Stefan Heinz",