Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanH-AT committed Mar 13, 2023
1 parent 0d0dd87 commit cc95abf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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.0]

**General**
- Debug performance output is now printed into a separate debug output channel

**FGD**
- 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)

**Captions**
- Added a hint notification to recommend configuring the captions compiler button
- Fixed color previews not working in `clr` tags

## [0.11.0]

**General**
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.11.0",
"version": "0.12.0",
"icon": "extension-icon-256.png",
"author": {
"name": "Stefan Heinz",
Expand Down

0 comments on commit cc95abf

Please sign in to comment.