Releases: JasonXuDeveloper/JEngine
v1.1.5
Released: JEngine.Core v1.1.5, JEngine.Util v1.1.3, JEngine.UI v1.1.3
✨ Features
- ui: add JContainer component with max-width constraints (#613)
👥 Contributors
📦 Installation
Install via OpenUPM:
openupm add com.jasonxudeveloper.jengine.core
openupm add com.jasonxudeveloper.jengine.util
openupm add com.jasonxudeveloper.jengine.ui # Optional: UI utilities📖 Documentation
This release was automatically created by the JEngine Release Bot
v1.1.4
Released: JEngine.Core v1.1.4, JEngine.Util v1.1.2, JEngine.UI v1.1.2
🐛 Bug Fixes
- util: use using statement for JAction in Reset_AllowsReuse test (#611)
- core: reset error baseline after filtering YooAsset catalog errors (#610)
👥 Contributors
📦 Installation
Install via OpenUPM:
openupm add com.jasonxudeveloper.jengine.core
openupm add com.jasonxudeveloper.jengine.util
openupm add com.jasonxudeveloper.jengine.ui # Optional: UI utilities📖 Documentation
This release was automatically created by the JEngine Release Bot
v1.1.3
Released: JEngine.Core v1.1.3, JEngine.Util v1.1.1, JEngine.UI v1.1.1
✨ Features
- util: add JAction parallel execution and improve test coverage (#607)
🐛 Bug Fixes
- ci: preprocess coverage paths before Codecov upload (#606)
👥 Contributors
📦 Installation
Install via OpenUPM:
openupm add com.jasonxudeveloper.jengine.core
openupm add com.jasonxudeveloper.jengine.util
openupm add com.jasonxudeveloper.jengine.ui # Optional: UI utilities📖 Documentation
This release was automatically created by the JEngine Release Bot
v1.1.2
Released: JEngine.Core v1.1.2 (Util v1.1.0, UI v1.1.0 unchanged)
✨ Features
- ci: add Codecov upload to release workflow (#605)
👥 Contributors
📦 Installation
Install via OpenUPM:
openupm add com.jasonxudeveloper.jengine.core
openupm add com.jasonxudeveloper.jengine.util
openupm add com.jasonxudeveloper.jengine.ui # Optional: UI utilities📖 Documentation
This release was automatically created by the JEngine Release Bot
v1.1.1
Released: JEngine.Core v1.1.1 (Util v1.1.0, UI v1.1.0 unchanged)
🐛 Bug Fixes
- ci: resolve Codecov path mismatch causing unusable reports (#603)
👥 Contributors
📦 Installation
Install via OpenUPM:
openupm add com.jasonxudeveloper.jengine.core
openupm add com.jasonxudeveloper.jengine.util
openupm add com.jasonxudeveloper.jengine.ui # Optional: UI utilities📖 Documentation
This release was automatically created by the JEngine Release Bot
v1.1.0
Released: JEngine.Core v1.1.0, JEngine.Util v1.1.0, JEngine.UI v1.1.0
✨ Features
- docs: add Claude Code plugin for AI-assisted development (#598)
- ui: modernize editor UI with monochrome design system (#592)
🐛 Bug Fixes
- plugin: correct skills paths to include .claude-plugin prefix (#601)
- plugin: restructure to .claude-plugin for Claude Code compatibility (#600)
- ci: use JEngine Release Bot for plugin releases (#599)
- ci: resolve codecov coverage reporting and add UI package docs (#597)
- core: convert AsyncOperation to UniTask for Unity 6 compatibility (#595)
👥 Contributors
📦 Installation
Install via OpenUPM:
openupm add com.jasonxudeveloper.jengine.core
openupm add com.jasonxudeveloper.jengine.util
openupm add com.jasonxudeveloper.jengine.ui # Optional: UI utilities📖 Documentation
This release was automatically created by the JEngine Release Bot
v1.0.10
Released: JEngine.Core v1.0.10 (Util remains v1.0.3)
✨ Features
- ci: migrate from Claude to GitHub Copilot code review (#588)
- add CLA Assistant and Scorecard configuration (#579)
- add OSS health improvements and automation (#577)
🐛 Bug Fixes
- core: resolve SceneHandle ambiguous reference in Unity 6 (#589)
- ci: add pull-requests write permission for Claude review comments (#585)
- ci: fix auto-approve to check claude[bot] comment (#583)
- ci: move write permissions to job level for Scorecard compliance (#581)
- add auto-approve workflow and fix scorecard config (#580)
- resolve remaining CodeQL security issues (#573)
- address CodeQL security and code quality issues (#572)
👥 Contributors
📦 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
v1.0.9
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
📦 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
v1.0.5
- Fixed missing HotUpdate Monobehaviour issue
- Supported Standalone mode
v1.0.4
- Fixed
AddComponent<T>andGetComponent<T>issue under editor