Skip to content

Releases: ephread/inkgd

Ink 1.1.1

28 Aug 23:02
cca8175
Compare
Choose a tag to compare
Ink 1.1.1 Pre-release
Pre-release

inkgd 0.5.0 contains the following changes:

Changed

  • Added support for inklecate 1.1.1.
  • Exposed new properties on InkPlayer (alive_flow_names & current_flow_is_default_flow).

⚠️ BREAKING CHANGE

  • [InkPlayer] The prompt_choices and choice_made signals as well as the current_choices
    property now use instances of InkChoice instead of strings. Use the text property of InkChoice
    to access the text representation.

Template fixes

07 Aug 12:17
ff64af3
Compare
Choose a tag to compare
Template fixes Pre-release
Pre-release

inkgd 0.4.7 contains the following changes.

Fixed

  • Add missing add_child call in templates.

Test Improvements

31 Jul 16:34
6ec8f10
Compare
Choose a tag to compare
Test Improvements Pre-release
Pre-release

inkgd 0.4.6 contains the following changes.

Added

  • New tests for InkPlayer.
  • Error management in documentation.

Changed

  • Removed examples/ from the list of excluded directories when archiving from GitHub.

Fixed

  • Fixed missing InkRuntime when exporting for the web. (Thanks @GreenCloversGames!)
  • Renamed choose_path_string to choose_path in documentation. (Thanks @bram-dingelstad!)

Richer API

11 Mar 23:09
4ce173e
Compare
Choose a tag to compare
Richer API Pre-release
Pre-release

inkgd 0.4.5 contains the following changes.

Added

  • Exposed more ink APIs in InkPlayer.
  • Added current_path getter in InkPlayer, thanks @francoisdlt!
  • Added inkgd vs. godot-ink documentation page.

List fixes

26 Jan 12:57
Compare
Choose a tag to compare
List fixes Pre-release
Pre-release

inkgd 0.4.4 contains the following changes.

Fixed

  • Fixed numerous typos and minor issues in the editor plugin.
  • Fixed incorrect runtime paths in documentation.
  • Fixed incorrect type annotation causing crashes.

Minor editor fixes

08 Jan 21:28
Compare
Choose a tag to compare
Minor editor fixes Pre-release
Pre-release

inkgd 0.4.3 contains the following changes.

Fixed

  • Broken file dialog in configuration panel.
  • Broken progress dialog when the editor is run at <200% scales.

Better example project

08 Jan 21:27
Compare
Choose a tag to compare
Pre-release

inkgd 0.4.2 contains the following changes.

Changed

  • Changed InkPlayer's API.
  • Improved the example project by adding a navigation hub.
  • Made InkPointer immutable rather than duplicating it all the time.

Added

  • Added ability to create an InkList from InkPlayer.
  • Added new tests.

Minor Improvements

31 Dec 19:05
Compare
Choose a tag to compare
Minor Improvements Pre-release
Pre-release

inkgd 0.4.1 contains the following changes.

Fixed

  • Fixed an issue preventing custom nodes from being unregistered upon deactivation of the plugin.

Changed

  • Improved the naming of InkRuntime's properties.
  • Improved error reporting.
  • Improved InkPlayer's API by introducing a new type, InkFunctionResult.

New Editor Panel & New Player Node

20 Dec 20:01
Compare
Choose a tag to compare
Pre-release

inkgd 0.4.0 contains the following changes.

Changed

  • Rewrote the editor plugin.
  • Moved the panel to the bottom panel.

Added

  • Added InkPlayer, a new convenience node to play Ink stories.
  • Added a preview tab in the editor panel.
  • Added support for multiple stories.
  • Added support for JSON files, treating them as resources.

Ink 1.0.0

31 Dec 19:10
Compare
Choose a tag to compare
Ink 1.0.0 Pre-release
Pre-release

inkgd 0.3.0 contains the following changes.

Changed

  • Changed the supported version of Ink to 1.0.0