From cc95abf0423cfce29f442d3ab684ed138f3516e7 Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Mon, 13 Mar 2023 20:38:59 +0100 Subject: [PATCH] Release 0.12.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a37362f..67feac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/package.json b/package.json index 6b805d3..f96f060 100644 --- a/package.json +++ b/package.json @@ -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",