-
Fixed a bug where creating a project in melon didn't setup
vscode/task.json
properly -
Added
new-project
command which will create a new project in the current directory -
Added
pwd
command which shows the current directory (Linux command) -
Improved update checking
-
updated Spectre.Console.dll Package
-
Implemented that
random
function is not limited from0
to255
now you can set start and end value of the random in address like address value 1 is start and 2 is end so the output will be stored on the cursor position like
{ 0x1 0x600 0x54D 0x0 }
The index one is start value (0x1
),
The index two is end value (0x600
)
-
Renamed
cta
command withatt
which stands for (a)ddress (t)o (t)ext -
Implemented
time.ampm
which shows if it'sAM
orPM
-
Added
att
command to scripting (att
command converts the byte to text and prints it) -
Disabled warnings popping up on startup
-
Implemented
assert
used like:
assert
"Error!"
- Implemented
colour
in scripting use it like:
colour 0, 2
so the 0
is foreground and 2
is background
- Made that
hex
andstring
nullable, like
string test = null ? Locked = false
-
Renamed
set-cursor-pos
toset-cursor
-
Support for OSX ARM
-
Support for ARM64 for Linux, Windows, OSX