Skip to content

v0.3.0

Compare
Choose a tag to compare
@MysteryBlokHed MysteryBlokHed released this 26 Jun 19:28
· 98 commits to master since this release

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, but set 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 and var_display_names settings