release-0.14.0
release-0.14.0
This release removes the install
subcommand, which was causing support questions by email more often than anything else relating to this project.
The new version
subcommand was added, which is helpful for users downloading binaries from our release page.
As is traditional the calc
subcommand received some more updates, and bugfixes.
- Multiple consecutive "-" characters are now handled correctly.
- So
3--3
is handled as3 - (-3)
, with a result of6
.
- So
- The REPL mode, launched with
sysbox calc
, now has an command-line history support.