Skip to content

Releases: nathanhoad/godot_dialogue_manager

v2.31.0 for Godot 4.2

08 Dec 10:03
Compare
Choose a tag to compare

⚠ Notes

If you haven't already you might need to update your balloon to change the elif dialogue_line.time != null: line to be elif dialogue_line.time != "": (dialogue_line.time is now a strongly typed string).

What's Changed

New Stuff

Fixes

Other Changes

New Contributors

Full Changelog: v2.30.0...v2.31.0

v2.30.0 for Godot 4.2

02 Dec 11:19
Compare
Choose a tag to compare

⚠ Notes

If you haven't already you might need to update your balloon to change the elif dialogue_line.time != null: line to be elif dialogue_line.time != "": (dialogue_line.time is now a strongly typed string).

What's Changed

New Stuff

Other Changes

Full Changelog: v2.29.2...v2.30.0

v2.29.2 for Godot 4.1

23 Nov 22:55
Compare
Choose a tag to compare

⚠ Notes

If you haven't already you might need to update your balloon to change the elif dialogue_line.time != null: line to be elif dialogue_line.time != "": (dialogue_line.time is now a strongly typed string).

What's Changed

Fixes

Full Changelog: v2.29.1...v2.29.2

v2.29.1 for Godot 4.1

23 Nov 10:48
Compare
Choose a tag to compare

⚠ Notes

As a side effect of #378 you might need to update your custom balloon to change the elif dialogue_line.time != null: line to be elif dialogue_line.time != "": (dialogue_line.time is now a strongly typed string).

The example balloon already has this change so new balloon generated from the Tools menu will be fine.

What's Changed

New Stuff

  • Add extra guard-rails for setting custom test scene by @nathanhoad in #384

Fixes

Other Changes

  • Fix incorrect references in examples by @xchrix in #379
  • Set null value of time from null to "" by @xchrix in #378

New Contributors

Full Changelog: v2.29.0...v2.29.1

v2.29.0 for Godot 4.1

12 Nov 08:43
Compare
Choose a tag to compare

What's Changed

New Stuff

Fixes

Full Changelog: v2.28.0...v2.29.0

v2.28.0 for Godot 4.1

08 Nov 11:06
Compare
Choose a tag to compare

What's Changed

New Stuff

Fixes

Other Changes

New Contributors

Full Changelog: v2.27.3...v2.28.0

v2.27.3 for Godot 4.1

02 Nov 10:32
Compare
Choose a tag to compare

What's Changed

Fixes

Other Changes

Full Changelog: v2.27.2...v2.27.3

v2.27.2 for Godot 4.1

27 Oct 10:25
Compare
Choose a tag to compare

What's Changed

New Stuff

Other Changes

Full Changelog: v2.27.1...v2.27.2

v2.27.1 for Godot 4.1

25 Oct 11:41
Compare
Choose a tag to compare

What's Changed

New Stuff

Fixes

New Contributors

Full Changelog: v2.27.0...v2.27.1

v2.27.0 for Godot 4.1

21 Oct 04:06
Compare
Choose a tag to compare

What's Changed

New Stuff

Fixes

Full Changelog: v2.26.0...v2.27.0