Skip to content

Releases: astrochili/narrator

1.8

Choose a tag to compare

@astrochili astrochili released this 25 Sep 10:33

BREAKING CHANGES

  • Converted all the API from camelCase to snake_case.

Updates:

  • Added Lua Language Server annotations to public API.
  • Added a gui scene to the Defold example.
  • Added some additional sections to README.
  • Other cosmetics in the code.

Still no new features, sorry 🫣.

1.7

1.7

Choose a tag to compare

@astrochili astrochili released this 09 Apr 09:59
5a2015c

1.6

1.6

Choose a tag to compare

@astrochili astrochili released this 10 Jan 13:44

1.5

1.5

Choose a tag to compare

@astrochili astrochili released this 17 Oct 17:42
  • Fixed bug with no diverting to nested text labels.
  • Fixed bug with dot notation folders for inclusions.

1.4

1.4

Choose a tag to compare

@astrochili astrochili released this 25 Sep 17:08
  • Added running functions with ~ operator but without real assignments such as ~ doSomething(x)
  • Fixed missing of LIST metatable after intersection operation { A ^ B }, which made further list comparisons impossible.
  • Fixed test cases that use random number generation.

Narrator 1.3

Choose a tag to compare

@astrochili astrochili released this 04 Feb 18:13
  • Fixed #3. Now initial VAR values are assigned after parsing instead of the first runtime start. This makes the variables become available in the book table before the story begins.
  • Fixed: An empty line at the beginning of the Ink file prevents parsing.

Narrator 1.2

Choose a tag to compare

@astrochili astrochili released this 03 Feb 17:41
1e47cc9
  • Fixed #1: string constants don't work properly.
  • Clear story.choices after using jumpTo().

Narrator 1.1

Choose a tag to compare

@astrochili astrochili released this 27 Jul 17:58

Added choice tags.

Narrator 1.0

Choose a tag to compare

@astrochili astrochili released this 23 Jun 18:27

Initial release.