Skip to content

Commit b3c34f1

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.2...v1.3.0) (2023-02-04) ### Bug Fixes * remove breaking references to `vscode` externals ([108c75a](108c75a)) * stop file path validation firing on commented out lines ([183974d](183974d)) ### Features * add crude filepath detection to flag errors ([6a44787](6a44787)) * add simple filepath validation to all ini files ([3186ac4](3186ac4)) * ensure filepath validation accounts for image paths with trailing frame numbers ([d6b5bbc](d6b5bbc)) * extend recognised file extension for syntax highlighting ([255221c](255221c)) * fix comments not disabling filepath validation ([4ce070f](4ce070f)) * generate module filelist on activation use it in validation ([ed2e4e2](ed2e4e2)) * update configuration and revalidate files when extension config is changed ([d71c54a](d71c54a)) * update filetree when watched files are changed to revalidate text ([d57698b](d57698b))
1 parent 4b8d8e6 commit b3c34f1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.3.0](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/compare/v1.2.2...v1.3.0) (2023-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* remove breaking references to `vscode` externals ([108c75a](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/108c75a8693a24f84ac8efa95766f3d87263ced9))
7+
* stop file path validation firing on commented out lines ([183974d](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/183974deeb3d047be15cf40c3b4cbceb55ca464d))
8+
9+
10+
### Features
11+
12+
* add crude filepath detection to flag errors ([6a44787](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/6a44787b4d7e88354b3756b7056a28f878e47baf))
13+
* add simple filepath validation to all ini files ([3186ac4](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/3186ac4a05b29f16c5e5e62a09335906f362de8d))
14+
* ensure filepath validation accounts for image paths with trailing frame numbers ([d6b5bbc](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/d6b5bbc8136a0d4c63d2eac149f04672fb614c50))
15+
* extend recognised file extension for syntax highlighting ([255221c](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/255221cc44ef40b84c66af8554412046d2f8ca8b))
16+
* fix comments not disabling filepath validation ([4ce070f](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/4ce070f39449d85f0c1597b42179402209a39c1b))
17+
* generate module filelist on activation use it in validation ([ed2e4e2](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/ed2e4e2572015493f4652987640fb1fb12c29971))
18+
* update configuration and revalidate files when extension config is changed ([d71c54a](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/d71c54a9899aa336d12d5775948a7d5a27546912))
19+
* update filetree when watched files are changed to revalidate text ([d57698b](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/d57698b0357b9c93434c9a56b4bdd766b7e976cd))
20+
121
## [1.2.2](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/compare/v1.2.1...v1.2.2) (2023-01-29)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Cortex Command Community Project Language Support",
44
"description": "INI language support for development of content for the game Cortex Command",
55
"icon": "icon.png",
6-
"version": "1.2.2",
6+
"version": "1.3.0",
77
"publisher": "CortexCommandCommunityProject",
88
"license": "LICENSE.md",
99
"repository": {

0 commit comments

Comments
 (0)