Skip to content

Commit

Permalink
Merge pull request #15 from GaijinEntertainment/version-1.6.0
Browse files Browse the repository at this point in the history
Version 1.6.0
  • Loading branch information
zalan-racz-gaijin authored Apr 15, 2024
2 parents 9777ad0 + 66172a6 commit 9029669
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 128 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
Loading

0 comments on commit 9029669

Please sign in to comment.