Skip to content

Commit 7c32974

Browse files
committed
Release 0.11.0
1 parent 9937be0 commit 7c32974

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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.11.0]
10+
11+
**General**
12+
- Added automatic Keyvalue file detection. This is disabled by default but can be enabled in the settings. This will automatically detect keyvalue files and apply the correct language mode to them. This is useful for files like `gameinfo.txt` or `game_sounds_whatever.txt` which are not detected by the extension automatically.
13+
914
## [0.10.3]
1015

1116
**FGD**

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

0 commit comments

Comments
 (0)