Skip to content

Release v5.0.0

Compare
Choose a tag to compare
@rabidgremlin rabidgremlin released this 11 Jun 02:08
· 29 commits to master since this release

Updated to use the latest version of blade-ink, matching Ink v0.8.3

Note: This is likely to be a breaking change as Ink made significant changes to whitespace handling in the latest versions of Ink. See https://github.com/inkle/ink/releases/tag/0.8.1 for more details

In particular:

  • Choices should now be enclosed by [ ] in Ink scripts used by an InkBot
  • Extended If/else/switch statements with diverts should have diverts on the same line as the condition

See the main README and the test .ink files (in mutters-ink-bot) for more examples.