Skip to content

v2.9.0

Latest
Compare
Choose a tag to compare
@pradosh-arduino pradosh-arduino released this 23 Oct 03:59
· 20 commits to main since this release
93d82be
  • 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 from 0 to 255 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 with att which stands for (a)ddress (t)o (t)ext

  • Implemented time.ampm which shows if it's AM or PM

  • 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 and string nullable, like
string test = null ? Locked = false
  • Renamed set-cursor-pos to set-cursor

  • Support for OSX ARM

  • Support for ARM64 for Linux, Windows, OSX

updated vscode plugins
e
e