-
Fixed a bug where creating a project in melon didn't setup
vscode/task.jsonproperly -
Added
new-projectcommand which will create a new project in the current directory -
Added
pwdcommand which shows the current directory (Linux command) -
Improved update checking
-
updated Spectre.Console.dll Package
-
Implemented that
randomfunction is not limited from0to255now 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
ctacommand withattwhich stands for (a)ddress (t)o (t)ext -
Implemented
time.ampmwhich shows if it'sAMorPM -
Added
attcommand to scripting (attcommand converts the byte to text and prints it) -
Disabled warnings popping up on startup
-
Implemented
assertused like:
assert
"Error!"- Implemented
colourin scripting use it like:
colour 0, 2so the 0 is foreground and 2 is background
- Made that
hexandstringnullable, like
string test = null ? Locked = false-
Renamed
set-cursor-postoset-cursor -
Support for OSX ARM
-
Support for ARM64 for Linux, Windows, OSX