Skip to content

Releases: imjp94/gd-plug

0.2.6

06 Apr 10:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.5...0.2.6

0.2.5

11 Jun 12:58
Compare
Choose a tag to compare

What's Changed

  • Fix stuck again that caused by internal await threadpool.is_all_thread_finished by @imjp94 in #21

Full Changelog: 0.2.4...0.2.5

0.2.4

11 Jun 08:37
Compare
Choose a tag to compare

What's Changed

  • Fix threapool is not processing by @imjp94 in #20

Full Changelog: 0.2.3...0.2.4

0.1.4

11 Jun 12:58
Compare
Choose a tag to compare

What's Changed

  • Fix stuck that caused by internal yield threadpool.is_all_thread_finished by @imjp94 in #22

Full Changelog: 0.1.3...0.1.4

0.2.3

10 Jun 09:05
Compare
Choose a tag to compare

Bugfixes

0.1.3(godot3)

10 Jun 05:32
Compare
Choose a tag to compare

Bugfixes

0.2.1

01 Jun 22:48
Compare
Choose a tag to compare

What's Changed

  • Update the names for Unix-like OSes by @lihop in #10
  • Fix thread destroyed without wait_to_finish() called by @imjp94 in #12
  • Fix typo in README.md by @univeous in #14
  • Fix post update hook by @imjp94 in #16

New Contributors

Full Changelog: 0.2.0...0.2.1

0.1.2(godot3)

01 Jun 22:44
Compare
Choose a tag to compare

Ported some bugfix from master branch

What's Changed

  • Enclose directories in command with double-quote by @imjp94 in #7
  • Port fix to godot3 by @imjp94 in #18

Full Changelog: 0.1.1...0.1.2

0.2.0

01 May 16:57
b4ac59b
Compare
Choose a tag to compare

Godot 4.0 port is finally here!

Port for Godot 4.0 has been merged to master branch, which means it will no longer be compatible with Godot 3.x from v0.2.0 onwards.
But you can still find Godot 3.x version from godot3 branch.

0.1.1

29 Jun 09:58
Compare
Choose a tag to compare

Thanks to @lihop for fixing inner class name conflict with other plugins & support for headless/server build

If gd-plug already installed, you may upgrade from command-line:

godot --no-window -s plug.gd upgrade

For more details, see Changelog