Skip to content

Commit

Permalink
Merge pull request #510 from zerasul/develop
Browse files Browse the repository at this point in the history
v 1.4.0
  • Loading branch information
zerasul authored Jan 8, 2022
2 parents b62a7c4 + 60110e8 commit 9ecbb69
Show file tree
Hide file tree
Showing 19 changed files with 2,102 additions and 644 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.4.0

* [Added Docker container Support](https://github.com/zerasul/genesis-code/issues/326).
* [Improved Code with a total Refactoring](https://github.com/zerasul/genesis-code/issues/350).
* [SGDK resource files now have regions](https://github.com/zerasul/genesis-code/pull/491)
* They start with *#region* / *#pragma region*
* They end with *#endregion* / *#pragma endregion*
* [Fixed some syntax highlighting errors related with numbers](https://github.com/zerasul/genesis-code/pull/491)

## 1.3.3

* [Added SGDK 1.65 Support](https://github.com/zerasul/genesis-code/issues/277).
Expand Down
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ With this extension, you can use easily a few commands for help you create aweso
* Added configuration for use alernative environment variables for GDK, GENDEV or MARSDEV.
* Added Genesis Code: About for open more information about the extension.
* Added BitmapViewer.
* Added Docker Support.

![vscodegif](vscodegif.gif)

## Requirements

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.
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.

## Extension Settings

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

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

![genesiscodeconfigtoolchain](genesiscodeconfigtoolchain.png)

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

![envvariables](envvariables.png)

Now, you can define a custom docker image tag for generate a new container.

![dockertag](dockertag.png)

## Bitmap Viewer

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

## Release Notes

### 1.4.0

* Added Docker container Support.
* Improved Code with a total Refactoring.
* SGDK resource files now have regions
* They start with *#region* / *#pragma region*
* They end with *#endregion* / *#pragma endregion*
* Fixed some syntax highlighting errors related with numbers

**NOTE:** Thanks to our contributors on the HacktoberFest 2021 and for the last contributors with the File resource Grammar improvements.

### 1.3.3

* Added SGDK 1.65 Support.
Expand Down
Binary file added dockertag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9ecbb69

Please sign in to comment.