Skip to content

Commit afd1061

Browse files
committed
Bump to 1.1.0
1 parent b3bca6d commit afd1061

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
11+
## [1.1.0] - 2025-08-31
12+
13+
### Changed
14+
15+
- When server crash, it now notifies the status bar and can be restarted from here.
16+
- Using [shader-language-server v1.1.0](https://github.com/antaalt/shader-sense/releases/tag/v1.1.0) with improvements for variant, performances and bug fixes.
17+
18+
### Added
19+
20+
- New bottom status sidebar in UI to check and control server status
21+
- New commands for starting / restarting / stopping server and accessing logs.
22+
- New setting to disable variant symbol update on change as it trigger a save and may be invasive.
23+
24+
### Fixed
25+
26+
- Fixed server manual restart to correctly dispose output channel and server.
27+
- Fixed enum highlighting which was incorrect in HLSL.
28+
1029
## [1.0.0] - 2025-08-25
1130

1231
### Changed
@@ -284,7 +303,8 @@ Initial release of this extension using [shader-language-server v0.0.1](https://
284303

285304

286305
<!-- Below are link for above changelog titles-->
287-
[unreleased]: https://github.com/antaalt/shader-validator/compare/v1.0.0...HEAD
306+
[unreleased]: https://github.com/antaalt/shader-validator/compare/v1.1.0...HEAD
307+
[1.1.0]: https://github.com/antaalt/shader-validator/compare/v1.0.0...v1.1.0
288308
[1.0.0]: https://github.com/antaalt/shader-validator/compare/v0.7.0...v1.0.0
289309
[0.7.0]: https://github.com/antaalt/shader-validator/compare/v0.6.5...v0.7.0
290310
[0.6.5]: https://github.com/antaalt/shader-validator/compare/v0.6.4...v0.6.5

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

0 commit comments

Comments
 (0)