Skip to content

Commit 3e36801

Browse files
committed
Release 0.12.3
1 parent 43f356a commit 3e36801

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
The versions in this file adhere to [semantic versioning](https://semver.org/).
88

9+
## [0.12.3]
10+
11+
**General**
12+
- Enabled Keyvalue auto detection by default
13+
- Removed Source Engine workspaces config
14+
- Removed "Only detect keyvalue files in workspaces" config
15+
- Fixed performance inspection
16+
- Fixed captions compiler command being registered twice
17+
- Fixed model compiler command not being registered
18+
19+
**VMT**
20+
- Removed shader parameter config. These are now provided by sourcelib
21+
922
## [0.12.2]
1023

1124
**KeyValue**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "source-engine-support",
33
"displayName": "Source Engine Support",
44
"description": "Adds support for Source Engine file types and other commands",
5-
"version": "0.12.2",
5+
"version": "0.12.3",
66
"icon": "extension-icon-256.png",
77
"author": {
88
"name": "Stefan Heinz",

0 commit comments

Comments
 (0)