Skip to content

v0.9.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@desplesda desplesda released this 20 Feb 11:08
  • The raw text of commands are now sent to the client, if they're not interpreted as function calls. Previously, they were split up by the tokeniser, and then joined back together with spaces; however, this breaks stuff like <<doSomething +1>>, which was delivered to the client as "doSomething + 1" (note the extra space).
  • The <<shuffleNextOptions>> command will cause the next set of options to be shuffled.
  • Calling NodeExists now causes nodes to be compiled if they haven't been already.