v0.3.0
Release v0.3.0 of Databind.
Fixes some more bugs and adds new features.
Documentation is available on Read The Docs.
To install Databind v0.3.0, run cargo install --version 0.3.0 databind
.
To install the latest version of Databind, run cargo install databind
.
Alternatively, download one of the attached binaries.
Changes
- Fix the only allowed assignment operator for objectives being
=
- Allow integers to be negative (previously weren't allowed because of
add
/remove
, butset
can take negatives) - Add shorthand to delete variables/objectives (
:delvar
or:delobj
) - Add shorthand for scoreboard operations (
:sbop
and:gvar
) - Change
:sobj
syntax - Remove unmaintained
random_var_names
andvar_display_names
settings