Skip to content

Commit a7cbaa1

Browse files
committed
v0.9.6
1 parent fecc411 commit a7cbaa1

File tree

8 files changed

+21
-7
lines changed

8 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to the "vscode-mc-shader" extension will be documented in th
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66

7+
## [0.9.6]
8+
9+
### Added
10+
11+
- MacOS M1 binary releases
12+
- AMD OpenGL driver diagnostics output support. AMD linting is a-go 🚀
13+
- Tree-sitter based go-to-definition/find-references/document symbols. Currently disabled until stabilized
14+
15+
### Fixed
16+
17+
- Another `#include` merging bug when a file is imported twice into another file at different lines
18+
19+
720
## [0.9.5]
821

922
### Added

logo-mini.png

-2.37 KB
Loading

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-mc-shader",
33
"displayName": "Minecraft GLSL Shaders",
44
"description": "A Visual Studio Code extension for linting/etc Minecraft GLSL Shaders",
5-
"version": "0.9.5",
5+
"version": "0.9.6",
66
"publisher": "Strum355",
77
"author": "Noah Santschi-Cooney (Strum355)",
88
"license": "MIT",

server/Cargo.lock

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

server/logging/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "logging"
3-
version = "0.9.5"
3+
version = "0.9.6"
44
authors = ["Noah Santschi-Cooney <[email protected]>"]
55
edition = "2021"
66

server/logging_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "logging_macro"
3-
version = "0.9.5"
3+
version = "0.9.6"
44
authors = ["Noah Santschi-Cooney <[email protected]>"]
55
edition = "2021"
66

server/main/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcshader-lsp"
3-
version = "0.9.5"
3+
version = "0.9.6"
44
authors = ["Noah Santschi-Cooney <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)