You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
This is the change Log of Genesis Code. For more information you can see the [Documentation page](https://zerasul.github.io/genesis-code-docs/).
4
4
5
+
## 1.5.2
6
+
*[Updated autocompletion and .res grammer for use with SGDK 2.11](https://github.com/zerasul/genesis-code/issues/1416).
7
+
*[Now the default Docker image is the SGDK's Github Registry: ```ghcr.io/stephane-d/sgdk:latest```](https://github.com/zerasul/genesis-code/issues/1416).
8
+
*[Added new "Paralel Compile" Configuration parameter (for -j usage)](https://github.com/zerasul/genesis-code/issues/1382).
9
+
*[Added new "extra params" Configuration parameter](https://github.com/zerasul/genesis-code/issues/1424).
10
+
* Updated Dependencies.
11
+
5
12
## 1.5.1
6
13
7
14
*[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)
[](https://sonarcloud.io/dashboard?id=genesis-code-project)[](https://sonarcloud.io/dashboard?id=genesis-code-project) <spanclass="badge-buymeacoffee"><ahref="https://buymeacoffee.com/zerasul"title="Donate to this project using Buy Me A Coffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg"alt="Buy Me A Coffee donate button" /></a></span>
6
6
[](https://marketplace.visualstudio.com/items?itemName=zerasul.genesis-code)
7
7
@@ -39,7 +39,7 @@ With this extension, you can use easily a few commands for help you create aweso
39
39
40
40
## Requirements
41
41
42
-
To use this extension you need to install SGDK(windows)/GENDEV(linux) or MARSDEV projects on your system and configure the GDK, GENDEV or MARSDEV enviroment variables, or build a SGDK Docker Image.
42
+
To use this extension you need to install SGDK(windows)/GENDEV(linux) or MARSDEV projects on your system and configure the GDK, GENDEV or MARSDEV enviroment variables, or build/use a SGDK Docker Image.
43
43
44
44
## Extension Settings
45
45
@@ -79,6 +79,12 @@ You can enable or disable status bar buttons for use some common commands.
79
79
80
80

81
81
82
+
Also, you can enable parallel compilation adding the number of threads in the Genesis Code configuration.
83
+
84
+
And now, you can add extra parameters for compilation and clean commands this will be used on docker and make calls.
85
+
86
+

87
+
82
88
## Bitmap Viewer
83
89
84
90
Now you can use the Bitmap Viewer; with some information of the images. You can open as alternative viewer on VSCODE (right click and Reopen Editor... on tab).
@@ -95,6 +101,14 @@ Now you can use the Bitmap Viewer; with some information of the images. You can
95
101
96
102
## Release Notes
97
103
104
+
### 1.5.2
105
+
106
+
* Now the default Docker image is based on SGDK's Github Registry (```ghcr.io/stephane-d/sgdk:latest```).
107
+
* Updating autocompletion and .res grammar for use with SGDK 2.11.
108
+
* Added new ```ParallelCompile``` configuration parameter for use -j for parallel compilation (only for SGDK on windows or MARSDEV).
109
+
* Added new ```extraParameters``` configuration parameter to add extra parameters on compilation and clean commands.
110
+
* Updating dependencies.
111
+
98
112
### 1.5.1
99
113
100
114
* On Windows Systems, the new projects will be created using Command prompt console as default (no extra configuration needed) (Thanks to AIoriBranford).
0 commit comments