Skip to content

Releases: polyblank66/Nyamu

v0.1.11

07 Mar 20:54

Choose a tag to compare

0.1.11 (2026-03-07)

Bug Fixes

  • better compilaion errors detection for multiple script assemblies (94f4499)

v0.1.10

06 Mar 13:42

Choose a tag to compare

0.1.10 (2026-03-06)

Bug Fixes

  • replace HttpListener with TcpListener to fix port conflict on domain reload (16afa69)

v0.1.9

05 Mar 10:07

Choose a tag to compare

0.1.9 (2026-03-05)

Bug Fixes

  • defer NewScene until after shader match to avoid HTTP server downtime [skip ci] (f13e954)

v0.1.8

14 Feb 07:24

Choose a tag to compare

0.1.8 (2026-02-14)

Bug Fixes

  • Clean up completed request handler tasks from active handlers (7a36b76)
  • Modernize NyamuServer HTTP threading to async/await pattern (8cf487b)
  • Wait for accept task completion to ensure port release (a54d3ff)

v0.1.7

12 Feb 15:48

Choose a tag to compare

0.1.7 (2026-02-12)

Bug Fixes

  • Increase HTTP listener retry window to 5 seconds to handle TIME_WAIT state (11b975b)

v0.1.6

10 Feb 16:50

Choose a tag to compare

0.1.6 (2026-02-10)

Bug Fixes

  • Catch all exceptions in HTTP listener retry loop to handle Mono's SocketException (1ddf512)

v0.1.5

03 Feb 20:06

Choose a tag to compare

0.1.5 (2026-02-03)

Bug Fixes

  • Resolve issue with upm or git installation (bc6a7a4)

v0.1.4

03 Feb 19:08

Choose a tag to compare

0.1.4 (2026-02-03)

Bug Fixes

  • add support for .unitypackage installation to NyamuBatGenerator (af9c469)

v0.1.3

03 Feb 16:30

Choose a tag to compare

0.1.3 (2026-02-03)

Bug Fixes

  • add .meta for copied README.md (cbde8d6)

v0.1.2

01 Feb 18:54

Choose a tag to compare

0.1.2 (2026-02-01)

Bug Fixes

  • make package compile in Unity between 2021.3 and 6000.0, fix problem with com.unity.ext.nunit Build-in dependency (68f0391)