Skip to content

Commit 9b09e7e

Browse files
authored
Merge pull request #1238 from zerasul/develop
v1.5.1
2 parents a6c02f0 + af0857f commit 9b09e7e

13 files changed

+1517
-833
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 1.5.1
6+
7+
* [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)
8+
* [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).
9+
* Updated Dependencies.
10+
511
## 1.5.0
612

713
* [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).

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ Now you can use the Bitmap Viewer; with some information of the images. You can
9595

9696
## Release Notes
9797

98+
### 1.5.1
99+
100+
* On Windows Systems, the new projects will be created using Command prompt console as default (no extra configuration needed) (Thanks to AIoriBranford).
101+
* 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.
102+
* Updated Dependencies.
103+
98104
### 1.5.0
99105

100106
* Add "Status bar Button" configuration, to add status bar buttons for the more commons commands (no more command palette).

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pool:
1616
steps:
1717
- task: NodeTool@0
1818
inputs:
19-
versionSpec: "16.x"
19+
versionSpec: "20.x"
2020
displayName: "Install Node.js"
2121

2222
- bash: |

0 commit comments

Comments
 (0)