Skip to content

Commit

Permalink
Release 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanH-AT committed Mar 24, 2023
1 parent 43f356a commit 3e36801
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3e36801

Please sign in to comment.