Skip to content

v1.0.9

Choose a tag to compare

@jengine-release-bot jengine-release-bot released this 25 Jan 10:17
· 67 commits to master since this release

Released: JEngine.Core v1.0.9, JEngine.Util v1.0.3

✨ Features

  • ci: add DCO sign-off check for pull requests (#558)
  • ci: include non-conventional commits in changelog (#557)
  • ci: add automated testing and release workflows (#554)

🐛 Bug Fixes

  • ci: use app token for releases and consistent CHANGE.md formatting (#571)
  • ci: revert 1.0.7 release and fix workflow bugs (#570)
  • ci: use pipe delimiter in sed to avoid URL slash conflict (#569)
  • ci: improve changelog with PR hyperlinks and proper contributors (#568)
  • ci: use awk for reliable README multiline replacement (#567)
  • ci: improve release workflow (#566)
  • ci: store regex in variable to fix bash parsing error (#564)
  • ci: use buildless mode for CodeQL Unity analysis (#563)
  • ci: configure CodeQL to scan only JEngine source code (#562)
  • ci: correct test artifact paths in unity-tests workflow (#561)

📦 Other Changes

  • Revert "chore(release): v1.0.6" (#565)
  • Fix build error handling and refactor Panel.cs (#552)
  • Fix play mode test issues and refactor test code (#551)
  • Fix play mode tests jumping to init scene instead of running (#550)
  • Fix C# 9.0 Compilation Errors (#548)
  • Add JEngine.Util package (#543)
  • Add rootNamespace and TestRunnerCallbacks to JEngine.Core (#545)
  • Add CLAUDE.md and GitHub Copilot custom instructions (#547)
  • Remove development branch from documentation (#546)
  • Update YooAsset samples to 2.3.18 and update dependencies (#544)
  • Update hybridclr to 8.9.0 and add Codacy configuration (#542)
  • Claude Code Review workflow
  • Claude PR Assistant workflow
  • Add using UnityEditor.UIElements to SettingsUIBuilder.cs and EditorUIUtils.cs
  • Fix Unitask HandleBaseExtensions Add underline

👥 Contributors

@JasonXuDeveloper


📦 Installation

Install via OpenUPM:

openupm add com.jasonxudeveloper.jengine.core
openupm add com.jasonxudeveloper.jengine.util

📖 Documentation


This release was automatically created by the JEngine Release Bot