Skip to content

Commit 3ea707c

Browse files
committed
v0.3.7
1 parent ec8957f commit 3ea707c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ 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.3.7]
10+
11+
**General**
12+
- Added automatic indentation detection
13+
- Other bugfixes
14+
15+
**Soundscripts**
16+
- Fixed bracket and quote pair problems
17+
18+
**VPC**
19+
- Added `$QtFile` keyword
20+
21+
**QC, Captions**
22+
- Compile button is now hidden when file is unsaved
23+
924
## [0.3.6]
1025

1126
**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.3.6",
5+
"version": "0.3.7",
66
"icon": "extension-icon-256.png",
77
"author": {
88
"name": "Stefan Heinz",

0 commit comments

Comments
 (0)