# v1.4.8 * Fix issue where HTML tags would be falsely interpreted as a gather. Now, gathers need a space before the text to be converted. # v1.4.7 * Fix issue where gathers with no other text on the line would fail to convert to ink format # v1.4.6 * Fix issue where string variables would have the " tags be replaced with smart quotes. * Note that this only fixes VAR, ~, and long block conditionals. Inline {variable} tags are still not handled. # v1.4.5 * Fix issue where `<>` could not be used to represent glue at the beginning of a line. The `$<>` custom command is used instead. # v1.4.4 * Now adds in `VAR` statements for storylets that call for definitions in their `enter` meta tags without having a proper definition before. # v1.4.3 * Commands now properly keep the `$` when converted into ink. # v1.4.2 * Fixes redirects in gathers; they should now slugify properly. # v1.4.1 * Fix logic in choices so that the logic always goes before the choice, rather than getting nested in it. * Choice logic syntax is `> { x == 0 } [[Choice here]]` # v1.4.0 * Add support for using diverts as variables; now `VAR var = -> divert` will slugify properly. * Allow using `$` as a prefix in diverts and knots to escape the auto conversion, which is useful for variable diverts. # v1.3.1 * Use proper configuration object when running stage-ink * Add `addStats` flag to configuration, which injects story statistics into the built metadata # v1.3.0 * Add @ shorthand support to stage-ink