Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 661 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 661 Bytes

Changelog

All notable changes to this project will be documented in this file.

[1_1] -2018-02-13

Added

  • Simplified methods for loading dialogues

Fixed

  • Fixed a bug that caused lines to be ran multiple times when in conjunction to expression blocks.

[1_0] - 2018-02-01

Added

  • Dialogue lines(newline seperated)
  • Inline options (->)
  • Custom Command suppot
  • Continuity support(variable access)
  • Ability to load multiple files on to a single dialogue
  • Exporting Changes to continuity
  • Exporting Node visited Counts
  • Basic Conditional statements (if/else)
  • Custom function libray that can be extended

Fixed