Skip to content

Releases: YarnSpinnerTool/YarnSpinner-Godot

v0.2.8

24 May 21:30
d0c95d7
Compare
Choose a tag to compare

[0.2.8] 2024-05-24

  • Fix Yarn commands not supporting methods with optional arguments (by @spirifoxy)
  • Update Visual Novel sample to make use of this fix

See here for installation. You can clone the repo at this tag, or download the below zip and use the addons/ folder inside it to follow the setup instructions.

v0.2.7

11 May 17:26
d6a2185
Compare
Choose a tag to compare

[0.2.7] 2024-05-11

  • Add an explicit dependency on System.Text.Json v8.0.1 to fix compiler warnings and incompatibility with DotNet SDK versions below 8. The symptom in 0.2.6 was failing to create a .yarnproject file from the editor.

See here for installation. You can clone the repo at this tag, or download the below zip and use the addons/ folder inside it to follow the setup instructions.

v0.2.6

09 May 01:32
b9a8fc3
Compare
Choose a tag to compare

[0.2.6] 2024-05-08

  • Fix #53 where the first OptionView in an OptionsListView could not be interacted with if fadeTime was zero
  • Update YarnSpinner core DLL files to version 2.4.2
    • Updated dependency versions:
      • Google.Protobuf: Moved from 3.15.0 to 3.25.2.
      • Microsoft.Extensions.FileSystemGlobbing: Moved from 7.0.0 to 8.0.0
    • Standard library functions (e.g. random, round_places, dice) have been removed from Yarn Spinner for Godot, since they have been added directly to the core Yarn Spinner library.
  • Fix #55 where Yarn projects with no scripts added / compiled yet threw exceptions when locale related or 'export strings' were pressed

See here for installation. You can clone the repo at this tag, or download the below zip and use the addons/ folder inside it to follow the setup instructions.

v0.2.5

28 Apr 17:17
0d06943
Compare
Choose a tag to compare

[0.2.5] 2024-04-28

  • fix #50 - errors calling Stop if the runner was running a command like wait
  • fix #44 - show variable declarations in the yarn project inspector
    image
  • Add SQL Variable storage Sample (not delivered in the addons/ directory, open this repository as a Godot project to try this sample)

See here for installation. You can clone the repo at this tag, or download the below zip and use the addons/ folder inside it to follow the setup instructions.

v0.2.4

18 Apr 03:04
e2e654e
Compare
Choose a tag to compare

[0.2.4] 2024-04-17

fix #46 - The Create Yarn Project menu item was not working in 4.1.2
fix #45 - Add #nullable disable to the plugin's C# source files for compatibility with projects with nullable enabled
fix #35 - Don't have the example OptionView expand vertically

See here for installation. You can clone the repo at this tag, or download the below zip and use the addons/ folder inside it to follow the setup instructions.

Re-released to update the version number in plugin.cfg

0.2.3

04 Apr 01:51
9a02d30
Compare
Choose a tag to compare

[0.2.3] 2024-04-03

  • Make LineView compatible with any subclass of BaseButton used as your continueButton. #40 by @fmoo
  • Add GlobalClass attribute to InMemoryVariableStorage, TexTLineProvider, LineView, OptionsListView. #41 by @fmoo
  • Improve error logging in LineView #42 by @fmoo

See here for installation. You can clone the repo at this tag, or download the below zip and use the addons/ folder inside it to follow the setup instructions.

0.2.2

04 Mar 23:55
4baa647
Compare
Choose a tag to compare

Fix #38

YarnSpinner Godot 0.2.1

02 Mar 20:07
843cfbe
Compare
Choose a tag to compare

YarnSpinner-Godot 0.2.0 is a significant upgrade over past versions of the plugin, which integrates many of the enhancements that were added in YarnSpinner-Unity.

Notable updates include:

  • Changing the plugin to work with .yarnproject JSON files like the Unity plugin. Please see the below PR link for instructions on upgrading existing games that used the .tres format of YarnProjects.
  • Add [pause] markup support for inserting pauses into your dialogue when using the Typewriter effect
  • Add the MarkupPalette custom resource, which allows you to easily color your dialogue with custom markup tags
  • Introduce new example UI with a more rounded appearance to base your own custom UIs on.
  • Remove most checked-in DLLs, favoring NuGet dependencies in the provided .props file.

For the full details of the changes, see this pull request: #28

For installation instructions, see here:
https://docs.yarnspinner.dev/beginners-guide/making-a-game/yarn-spinner-for-godot