Skip to content

Commit 620ad45

Browse files
committed
Release 1.0.0
1 parent cb70d32 commit 620ad45

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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+
## [1.0.0]
10+
11+
**General**
12+
- Improved keyvalue auto detection
13+
- Renamed `keyvalue3` language to simply `keyvalue`
14+
15+
**FGD**
16+
- Fixed comments not working in FGD arrays
17+
- Fixed syntax highlighting breaking when whitespace is placed after type name
18+
919
## [0.12.5]
1020

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

0 commit comments

Comments
 (0)