Skip to content

Commit

Permalink
Merge pull request #1238 from zerasul/develop
Browse files Browse the repository at this point in the history
v1.5.1
  • Loading branch information
zerasul authored Aug 4, 2024
2 parents a6c02f0 + af0857f commit 9b09e7e
Show file tree
Hide file tree
Showing 13 changed files with 1,517 additions and 833 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This is the change Log of Genesis Code. For more information you can see the [Documentation page](https://zerasul.github.io/genesis-code-docs/).

## 1.5.1

* [On Windows Systems, the new projects will be created using Command prompt console as default (no extra configuration needed).](https://github.com/zerasul/genesis-code/pull/1180)
* [Now, when a new project is created, the current GDK or GENDEV configuration will be used for C/C++ include configuration on .vscode/settings.json; if there is no configuration, the environment variable will be used.](https://github.com/zerasul/genesis-code/issues/1198).
* Updated Dependencies.

## 1.5.0

* [Add "Status bar Button" configuration, to add status bar buttons for the more commons commands (no more command palette)](https://github.com/zerasul/genesis-code/issues/1087).
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ Now you can use the Bitmap Viewer; with some information of the images. You can

## Release Notes

### 1.5.1

* On Windows Systems, the new projects will be created using Command prompt console as default (no extra configuration needed) (Thanks to AIoriBranford).
* Now, when a new project is created, the current GDK or GENDEV configuration will be used for C/C++ include configuration on .vscode/settings.json; if there is no configuration, the environment variable will be used.
* Updated Dependencies.

### 1.5.0

* Add "Status bar Button" configuration, to add status bar buttons for the more commons commands (no more command palette).
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pool:
steps:
- task: NodeTool@0
inputs:
versionSpec: "16.x"
versionSpec: "20.x"
displayName: "Install Node.js"

- bash: |
Expand Down
Loading

0 comments on commit 9b09e7e

Please sign in to comment.