We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2fa5f commit 7a4b1f4Copy full SHA for 7a4b1f4
CHANGELOG.md
@@ -6,6 +6,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
The versions in this file adhere to [semantic versioning](https://semver.org/).
8
9
+## [1.1.0]
10
+
11
+**VMT**
12
+- VMT file format is now called "Valve Material"
13
14
+**QC**
15
+- Added support for .qci extension
16
17
## [1.0.0]
18
19
**General**
package.json
@@ -2,7 +2,7 @@
2
"name": "source-engine-support",
3
"displayName": "Source Engine Support",
4
"description": "Adds support for Source Engine file types and other commands",
5
- "version": "1.0.0",
+ "version": "1.1.0",
"icon": "extension-icon-256.png",
"author": {
"name": "Stefan Heinz",
0 commit comments