You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,22 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
6
7
7
The versions in this file adhere to [semantic versioning](https://semver.org/).
8
8
9
+
## [0.4.0]
10
+
11
+
**KeyValue**
12
+
- Added keyvalue tokenization performance profiling. Can be optionally enabled in the settings
13
+
- Fixed major issues with tokenization that made language features break frequently. This will make language features much more reliable in all keyvalue files and its decendents
14
+
- Fixed syntax highlighting for negative numbers
15
+
16
+
**VMT**
17
+
- Improved support for color value detection and added brace syntax (`{255 0 30}`)
18
+
- Fixed issues with matrix value detection
19
+
- Fixed `$fogcolor`'s default completion value
20
+
21
+
**QC**
22
+
- Added more snippets for QC values (Thanks LoveRenamon!)
0 commit comments