Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zalan-racz-gaijin committed Apr 15, 2024
1 parent 5d45919 commit 66172a6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [1.6.0 Pre-release] 2024.04.15.

### Added

- Code completion (for HLSL variables)
- Document highlights (for HLSL variables)
- Hover (for HLSL variables)
- Document symbols (for HLSL variables)
- Go to definition (for HLSL variables)
- Go to declaration (for HLSL variables)

### Improved

- Updated packages

### Fixed

- Fixing a formatting bug where line continuation characters caused formatting inside defines

## [1.5.0] - 2024.04.09.

### Added
Expand All @@ -10,11 +29,11 @@
### Improved

- Migrating includes from document links to go to declaration/definition/implementation
- Updated packages

### Fixed

- Fixing an error where certain modifiers' range was used instead of the variable's range
- Updated packages

## [1.4.2 Pre-release] 2024.04.05.

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,16 @@ If you have any problems or feature request for the extension, feel free to crea

For more information, see the [changelog](CHANGELOG.md).

### 1.6.0

- Code completion (for HLSL variables)
- Document highlights (for HLSL variables)
- Hover (for HLSL variables)
- Document symbols (for HLSL variables)
- Go to definition (for HLSL variables)
- Go to declaration (for HLSL variables)
- Other smaller bugfixes and improvements

### 1.5.0

- Diagnostics
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Dagor Shader Language Support",
"description": "Language support extension for the Dagor Shader Language.",
"publisher": "gaijin",
"version": "1.5.0",
"version": "1.6.0",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
Expand Down

0 comments on commit 66172a6

Please sign in to comment.