Skip to content

Releases: YarnSpinnerTool/YarnSpinner-Godot

v0.2.13

15 Sep 19:20
526767b
Compare
Choose a tag to compare

What's Changed

  • Code cleanup by @valkyrienyanko in #69
  • Potential breaking change: DispatchCommandToNode on DialogueRunner has been marked static. Users generally do not need to call this method directly, so it shouldn't affect most or possibly any projects.

Full Changelog: v0.2.12...v0.2.13

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.12

15 Sep 12:48
b12dac5
Compare
Choose a tag to compare

[0.2.12] 2024-09-15

  • Use file-scoped namespaces in all plugin scripts to reduce indentation, by @valkyrienyanko

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.11

13 Sep 23:31
2a82989
Compare
Choose a tag to compare

[0.2.11] 2024-09-13

  • Fix an issue where the OptionsListView did not fade in properly and instead suddenly appeared at the end of the fade time. (Fix #62)
  • Effects.Fade now uses a Godot Tween.
  • Grab focus of the first visible option in OptionsListView.cs, rather than the first option which may be hidden due to being unavailable.

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.10

11 Jul 22:23
c88bb90
Compare
Choose a tag to compare

[0.2.10] 2024-07-11

  • Update System.Text.Json to 8.0.4 based on CVE-2024-30105 GHSA-hh2w-p6rv-4g7w
  • Fix references to RoundedViewStylebox.tres that were in the wrong case in resource files, which could cause an issue on case-sensitive platforms.

v0.2.9

30 Jun 18:02
cb03496
Compare
Choose a tag to compare

[0.2.9] 2024-06-30

  • Set LineView's MouseFilter to 'ignore' to avoid interfering with clicks.
  • Fix an issue where 'use fade effect' would cause the ConvertBBCodeToHTML feature to stop working while the text was fading out.
  • Set the LineView to Visible=False when marking its alpha as 0.

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.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