Skip to content

Commit a1d1d6f

Browse files
authored
Merge pull request #922 from zerasul/develop
v1.4.2
2 parents a95653b + 728a92a commit a1d1d6f

13 files changed

Lines changed: 472 additions & 778 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.4.2
6+
7+
* [Updating grammar for use SGDK 1.80 with the last documentation.](https://github.com/zerasul/genesis-code/issues/774)
8+
* [Fix Bug when create on Windows a new project the settings are not properly point to SGDK include Folders.](https://github.com/zerasul/genesis-code/issues/809)
9+
* [Fix Multiple Instances of gens.code error.](https://github.com/zerasul/genesis-code/issues/794)
10+
* Updated dependencies.
11+
512
## 1.4.1
613

714
* [Added Support for Dogarasu SGDK Docker Image](https://github.com/zerasul/genesis-code/issues/627).

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,20 @@ Now you can use the Bitmap Viewer; with some information of the images. You can
7474

7575
## Known Issues
7676

77-
* In linux systems, you can't compile with debug options using SGDK/GENDEV toolchain.
77+
* In MacOs the _compile & Run project_ command, the emulator is not running in background. We are working in this issue.
78+
* In Linux systems, you can't compile with debug options using SGDK/GENDEV toolchain.
7879
* In Linux Systems, when you create a new project there is no launch.json file for SGDK/GENDEV toolchain.
79-
* On MacOs Systems, for the SGDK/GENDEV ToolchainType you can't use custom Makefile or custom Enviroment variables; this is due to the use of Wine.
80+
* On MacOs Systems, for the SGDK/GENDEV ToolchainType you can't use custom Makefile or custom Environment variables; this is due to the use of Wine.
8081

8182
## Release Notes
8283

84+
### 1.4.2
85+
86+
* Updating grammar for use SGDK 1.80 with the last documentation.
87+
* Fix Bug when create on Windows a new project the settings are not properly point to SGDK include Folders.
88+
* Fix Multiple Instances of gens.code error.
89+
* Updated dependencies.
90+
8391
### 1.4.1
8492

8593
* Added Support for Dogarasu SGDK Docker Image.

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: "12.x"
19+
versionSpec: "16.x"
2020
displayName: "Install Node.js"
2121

2222
- bash: |

0 commit comments

Comments
 (0)