Skip to content

Commit b050908

Browse files
committed
Bump version to 1.0.0 & update changelog
1 parent 62f24fd commit b050908

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [1.0.0] - 2025-08-25
11+
12+
### Changed
13+
14+
- There can be only one variant selected for all files now to prevent issues and conflict server side.
15+
- Open macro & include popup as soon as we add it.
16+
- Send config to server as soon as its created to increase startup speed.
17+
- Using [shader-language-server v1.0.0](https://github.com/antaalt/shader-sense/releases/tag/v1.0.0) with improvements for variant, performances and bug fixes.
18+
19+
### Added
20+
21+
- Adding an include or macro will now directly prompt for values instead of creating one with default.
22+
- Adding an entry point will now directly prompt for entry point and stage aswell.
23+
- Added a command to add entry point directly from palette `shader-validator.addCurrentFileVariant`
24+
25+
### Fixed
26+
27+
- Fixed variant incorrectly updated
1028

1129
## [0.7.0] - 2025-08-03
1230

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

267285

268286
<!-- Below are link for above changelog titles-->
269-
[unreleased]: https://github.com/antaalt/shader-validator/compare/v0.7.0...HEAD
287+
[unreleased]: https://github.com/antaalt/shader-validator/compare/v1.0.0...HEAD
288+
[1.0.0]: https://github.com/antaalt/shader-validator/compare/v0.7.0...v1.0.0
270289
[0.7.0]: https://github.com/antaalt/shader-validator/compare/v0.6.5...v0.7.0
271290
[0.6.5]: https://github.com/antaalt/shader-validator/compare/v0.6.4...v0.6.5
272291
[0.6.4]: https://github.com/antaalt/shader-validator/compare/v0.6.3...v0.6.4

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": "0.7.0",
11-
"server_version": "0.8.2",
10+
"version": "1.0.0",
11+
"server_version": "1.0.0",
1212
"publisher": "antaalt",
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)