Skip to content

Commit

Permalink
version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
racz16 committed Feb 25, 2023
1 parent 92be239 commit ac0bd69
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

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

## [1.3.4] - 2023.02.25.

### Improved

* Adding a configuration to be able to disable diagnostics
* Adding the possibility of multiline function parameter lists to the formatter
* Updated packages
* Other small updates

### Fixed

* Fixing a bug when the color picker removed the .0 from floats and caused complier errors
* Fixing a character encoding problem which caused different problems, including disappearing characters after formatting files
* Other small fixes

## [1.3.3] - 2022.09.18.

### Improved
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@ You can find the user provided issues on [GitHub](https://github.com/racz16/WebG

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

### 1.3.4

* Adding a configuration to be able to disable diagnostics
* Adding the possibility of multiline function parameter lists to the formatter
* Other small changes and bugfixes

### 1.3.3

* Enabled almost all desktop features to the web extension
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"color": "#990000",
"theme": "dark"
},
"version": "1.3.3",
"version": "1.3.4",
"engines": {
"vscode": "^1.65.0"
},
Expand Down

0 comments on commit ac0bd69

Please sign in to comment.