Skip to content

Commit cc95abf

Browse files
committed
Release 0.12.0
1 parent 0d0dd87 commit cc95abf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ 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.0]
10+
11+
**General**
12+
- Debug performance output is now printed into a separate debug output channel
13+
14+
**FGD**
15+
- Fixed several syntax highlighting bugs reported by Luke18033 [#103](https://github.com/StefanH-AT/Source-Engine-VSCode-Extension/issues/103) [#104](https://github.com/StefanH-AT/Source-Engine-VSCode-Extension/issues/104)
16+
17+
**Captions**
18+
- Added a hint notification to recommend configuring the captions compiler button
19+
- Fixed color previews not working in `clr` tags
20+
921
## [0.11.0]
1022

1123
**General**

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

0 commit comments

Comments
 (0)