Skip to content

Commit 3838ff0

Browse files
committed
Release 1.3.0
1 parent e40efb6 commit 3838ff0

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# Change Log
22

3-
All notable changes to the "source-engine-support" extension will be documented in this file.
3+
All notable changes to the source-engine-support extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
The versions in this file adhere to [semantic versioning](https://semver.org/).
7+
Versioning adheres to a loose semver scheme.
8+
9+
## [1.3.0]
10+
11+
**General**
12+
- Improved KeyValue file detection
13+
- Added editor button to remember a file path as a KeyValue file, so it automatically opens as KV next time
14+
- Added option to disable KeyValue file detection based on the file name
15+
- Updated packages to fix vulnerabilities
816

917
## [1.2.0]
1018

1119
**VMT**
12-
- Added setting to "File not found" warnings for texture properties
20+
- Added setting to File not found warnings for texture properties
1321

1422
## [1.1.0]
1523

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

0 commit comments

Comments
 (0)