Skip to content

Commit 06c9eed

Browse files
committed
Bump to 1.2.0 and update changelog.
1 parent fecd8d7 commit 06c9eed

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [1.2.0] - 2025-10-04
11+
12+
### Changed
13+
14+
- Server current working directory is now set to the path of the first workspace, which should help finding relative include & such.
15+
- Hide log in WASI if trace is not enabled.
16+
- Using [shader-language-server v1.2.0](https://github.com/antaalt/shader-sense/releases/tag/v1.2.0) with improvements on config and documentation.
17+
18+
## Added
19+
20+
- New setting to define macro per shader stage.
21+
- Ability to disable a specific shader language handling for the server to coexist with some other extension or free up some wasted memory.
22+
23+
### Fixed
24+
25+
- Improved startup time which was impacted by multiple execSync for checking server version.
26+
- Improved HLSL syntax highlighting for attributes.
27+
- When trying to display logs, ask to enable them for convenience.
28+
- Fixed an issue when vscode is trying to install the wasi runner and fail, which does not display error and load to infinity.
29+
1030

1131
## [1.1.0] - 2025-08-31
1232

@@ -303,7 +323,8 @@ Initial release of this extension using [shader-language-server v0.0.1](https://
303323

304324

305325
<!-- Below are link for above changelog titles-->
306-
[unreleased]: https://github.com/antaalt/shader-validator/compare/v1.1.0...HEAD
326+
[unreleased]: https://github.com/antaalt/shader-validator/compare/v1.2.0...HEAD
327+
[1.2.0]: https://github.com/antaalt/shader-validator/compare/v1.1.0...v1.2.0
307328
[1.1.0]: https://github.com/antaalt/shader-validator/compare/v1.0.0...v1.1.0
308329
[1.0.0]: https://github.com/antaalt/shader-validator/compare/v0.7.0...v1.0.0
309330
[0.7.0]: https://github.com/antaalt/shader-validator/compare/v0.6.5...v0.7.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"color": "#9ad0ff",
88
"theme": "light"
99
},
10-
"version": "1.1.0",
11-
"server_version": "1.1.0",
10+
"version": "1.2.0",
11+
"server_version": "1.2.0",
1212
"publisher": "antaalt",
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)