Skip to content

Release 1.1.2

Latest
Compare
Choose a tag to compare
@CoderGamester CoderGamester released this 11 Jul 13:13
· 14 commits to main since this release

What's Changed

🆕 What is New

  • Remote Host Configuration: Added remote host configuration support for Unity WebSocket connections.
  • Test Runner Tool Enhancement: run_tests tool now accepts a returnWithLogs parameter and reports pass/fail counts without groups.
  • Git Commit Workflow: Added a new Windsurf workflow for generating Git commit summaries.
image

🛠️ What Was Fixed

  • WebSocket Reconnection: WebSocket server now re-uses its address, allowing reconnection after a domain reload.
  • Test Runner Stability: Improved async test result handling in TestRunnerService and fixed null-reference cleanup after setting test results.
  • Environment Variable Path Resolution: Fixed handling of environment variables for path resolution when running npm commands from Unity on MacOS.

New Contributors

Full Changelog: 1.1.1...1.1.2