Skip to content

v2.6.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@pradosh-arduino pradosh-arduino released this 12 Mar 14:48
· 239 commits to main since this release
c42e731

Added Time and Date, you can see the date with date command and time with time time has lots more that you think like you can type time.month to get only month, time.year to get year, time.week to get week. time.minute to get minute etc

Added new string variable type (only for CLI users not on scripting)

Changed the color scheme, and overall looks

Added a new argument called as --clear-logs which will clear the logs on typing exit or quit

Added ton more splashes

Improved help command

making terminal commands similar to scripting commands like changing print to printf

Added variable limitations you can't have symbols or numbers as first letter

removed find-var

Changed Generating packages screen (Citrullus API)

While Generating Package it will add a new word called has Compatible Melon Version which means the package is for that version it may break/misbehave on a different version

while Fetching the package it will straight up goto 404 page to download it and get confused, now it checks before proceeding to download the package

printf and println will print the variable if it was a string like this:

var
test
this is a test string

//this will print "test"
println
test

//This will print `this is a test string`
println
{test}

you can expect Heap being removed in the release

Added a new progress bar that prints while compiling

Changed the command error Invalid Command to Invalid Command Or No variables exist with the name

This is a big release due to that it's split-ed