Skip to content

Commit

Permalink
version 1.3.7
Browse files Browse the repository at this point in the history
racz16 committed Nov 25, 2023
1 parent 3723a45 commit 6b09f71
Showing 3 changed files with 24 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
<!-- markdownlint-disable MD026 -->
# Change Log

## [Unreleased]
## [1.3.7] - 2023.11.25.

For new feature plans see the [GitHub Projects](https://github.com/racz16/WebGL-GLSL-Editor/projects) page.
### Improved

* Added default icon for GLSL files
* Added a button (top-right corner of the editor) to generate preprocessed code
* Extended the syntax highlight to work with strings in .tsx files (thanks George Corney)
* Updated packages
* Other small updates

### Fixed

* Cleaned up the platform-specific packages
* Other small fixes

## [1.3.6] - 2023.07.09.

12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@ You can find (go to / find all / peek) the references of a type, a variable, a f

### Generating preprocessed GLSL source code

You can generate preprocessed GLSL source code by running a command. Only available in the desktop version.
You can generate preprocessed GLSL source code by running a command or pressing the button on the top-right corner of the editor. Only available in the desktop version.

![before the preprocessor](res/gif/generate-preprocessed-glsl.gif)

@@ -160,6 +160,7 @@ You can easily access several online documentations by commands.
* Comment toggling
* Autoclosing pairs
* Surrounding pairs
* Default icon for GLSL files

## Configuration

@@ -218,6 +219,13 @@ You can find the user-provided issues on [GitHub](https://github.com/racz16/WebG

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

### 1.3.7

* Added default file icons
* Added a button (top-right corner of the editor) to generate preprocessed code
* Extended the syntax highlight to work with strings in .tsx files (thanks George Corney)
* Other small changes and bugfixes

### 1.3.6

* Added a new configuration to control if you like floating suffixes or not
@@ -323,7 +331,7 @@ For more information, see the [changelog](CHANGELOG.md).

## Contributions

Special thanks to [michaelmcleodnz](https://github.com/michaelmcleodnz), [RAX7](https://github.com/RAX7) and [Matt Curtis](https://github.com/matt-curtis) for contributing.
Special thanks to [michaelmcleodnz](https://github.com/michaelmcleodnz), [RAX7](https://github.com/RAX7), [Matt Curtis](https://github.com/matt-curtis), and [George Corney](https://github.com/haxiomic) for contributing.

## More information about the project

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
"color": "#990000",
"theme": "dark"
},
"version": "1.3.6",
"version": "1.3.7",
"engines": {
"vscode": "^1.65.0"
},

0 comments on commit 6b09f71

Please sign in to comment.