Skip to content

Commit 9ecbb69

Browse files
authored
Merge pull request #510 from zerasul/develop
v 1.4.0
2 parents b62a7c4 + 60110e8 commit 9ecbb69

19 files changed

Lines changed: 2102 additions & 644 deletions

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.0
6+
7+
* [Added Docker container Support](https://github.com/zerasul/genesis-code/issues/326).
8+
* [Improved Code with a total Refactoring](https://github.com/zerasul/genesis-code/issues/350).
9+
* [SGDK resource files now have regions](https://github.com/zerasul/genesis-code/pull/491)
10+
* They start with *#region* / *#pragma region*
11+
* They end with *#endregion* / *#pragma endregion*
12+
* [Fixed some syntax highlighting errors related with numbers](https://github.com/zerasul/genesis-code/pull/491)
13+
514
## 1.3.3
615

716
* [Added SGDK 1.65 Support](https://github.com/zerasul/genesis-code/issues/277).

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ With this extension, you can use easily a few commands for help you create aweso
2626
* Added configuration for use alernative environment variables for GDK, GENDEV or MARSDEV.
2727
* Added Genesis Code: About for open more information about the extension.
2828
* Added BitmapViewer.
29+
* Added Docker Support.
2930

3031
![vscodegif](vscodegif.gif)
3132

3233
## Requirements
3334

34-
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.
35+
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.
3536

3637
## Extension Settings
3738

@@ -47,6 +48,7 @@ You can select the toolchain type for use with genesis code:
4748

4849
* SGDK/GENDEV: the SGDK libs and GENDEV (On Linux) will be used with Genesis Code.
4950
* MARSDEV: The MARSDEV project will be used with Genesis Code.
51+
* DOCKER: Use a SGDK Docker container for compiling.
5052

5153
![genesiscodeconfigtoolchain](genesiscodeconfigtoolchain.png)
5254

@@ -58,6 +60,10 @@ Also, you can set an alternative value for the environment variables of GDK, GEN
5860

5961
![envvariables](envvariables.png)
6062

63+
Now, you can define a custom docker image tag for generate a new container.
64+
65+
![dockertag](dockertag.png)
66+
6167
## Bitmap Viewer
6268

6369
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).
@@ -73,6 +79,17 @@ Now you can use the Bitmap Viewer; with some information of the images. You can
7379

7480
## Release Notes
7581

82+
### 1.4.0
83+
84+
* Added Docker container Support.
85+
* Improved Code with a total Refactoring.
86+
* SGDK resource files now have regions
87+
* They start with *#region* / *#pragma region*
88+
* They end with *#endregion* / *#pragma endregion*
89+
* Fixed some syntax highlighting errors related with numbers
90+
91+
**NOTE:** Thanks to our contributors on the HacktoberFest 2021 and for the last contributors with the File resource Grammar improvements.
92+
7693
### 1.3.3
7794

7895
* Added SGDK 1.65 Support.

dockertag.png

5.72 KB
Loading

0 commit comments

Comments
 (0)