Skip to content

Commit

Permalink
release 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Strum355 committed Feb 12, 2023
1 parent fb12c9b commit 85cbb6d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to the "vscode-mc-shader" extension will be documented in th

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

## [0.9.9]

### Added

- Support for mod world folders, outside the standard world{-1,0,1}.
- Support for compute shader files ending in \_a to \_z.

### Fixed

- Crash when running with eglot as LSP client.
- Extension icon client not displaying (encoding issue).

## [0.9.8]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-mc-shader",
"displayName": "Minecraft GLSL Shaders",
"description": "A Visual Studio Code extension for linting/etc Minecraft GLSL Shaders",
"version": "0.9.8",
"version": "0.9.9",
"publisher": "Strum355",
"author": "Noah Santschi-Cooney (Strum355)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logging"
version = "0.9.8"
version = "0.9.9"
authors = ["Noah Santschi-Cooney <noah@santschi-cooney.ch>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion server/logging_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logging_macro"
version = "0.9.8"
version = "0.9.9"
authors = ["Noah Santschi-Cooney <noah@santschi-cooney.ch>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion server/main/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mcshader-lsp"
version = "0.9.8"
version = "0.9.9"
authors = ["Noah Santschi-Cooney <noah@santschi-cooney.ch>"]
edition = "2021"

Expand Down

0 comments on commit 85cbb6d

Please sign in to comment.