|
1 | 1 | ## All Versions |
| 2 | +## 1.0.9 (January 25 2026) |
| 3 | + |
| 4 | +- Add DCO sign-off check for pull requests ([#558](https://github.com/JasonXuDeveloper/JEngine/pull/558)) (ci) |
| 5 | +- Include non-conventional commits in changelog ([#557](https://github.com/JasonXuDeveloper/JEngine/pull/557)) (ci) |
| 6 | +- Add automated testing and release workflows ([#554](https://github.com/JasonXuDeveloper/JEngine/pull/554)) (ci) |
| 7 | +- Use app token for releases and consistent CHANGE.md formatting ([#571](https://github.com/JasonXuDeveloper/JEngine/pull/571)) (ci) |
| 8 | +- Revert 1.0.7 release and fix workflow bugs ([#570](https://github.com/JasonXuDeveloper/JEngine/pull/570)) (ci) |
| 9 | +- Use pipe delimiter in sed to avoid URL slash conflict ([#569](https://github.com/JasonXuDeveloper/JEngine/pull/569)) (ci) |
| 10 | +- Improve changelog with PR hyperlinks and proper contributors ([#568](https://github.com/JasonXuDeveloper/JEngine/pull/568)) (ci) |
| 11 | +- Use awk for reliable README multiline replacement ([#567](https://github.com/JasonXuDeveloper/JEngine/pull/567)) (ci) |
| 12 | +- Improve release workflow ([#566](https://github.com/JasonXuDeveloper/JEngine/pull/566)) (ci) |
| 13 | +- Store regex in variable to fix bash parsing error ([#564](https://github.com/JasonXuDeveloper/JEngine/pull/564)) (ci) |
| 14 | +- Use buildless mode for CodeQL Unity analysis ([#563](https://github.com/JasonXuDeveloper/JEngine/pull/563)) (ci) |
| 15 | +- Configure CodeQL to scan only JEngine source code ([#562](https://github.com/JasonXuDeveloper/JEngine/pull/562)) (ci) |
| 16 | +- Correct test artifact paths in unity-tests workflow ([#561](https://github.com/JasonXuDeveloper/JEngine/pull/561)) (ci) |
| 17 | +- Revert "chore(release): v1.0.6" ([#565](https://github.com/JasonXuDeveloper/JEngine/pull/565)) |
| 18 | +- Fix build error handling and refactor Panel.cs ([#552](https://github.com/JasonXuDeveloper/JEngine/pull/552)) |
| 19 | +- Fix play mode test issues and refactor test code ([#551](https://github.com/JasonXuDeveloper/JEngine/pull/551)) |
| 20 | +- Fix play mode tests jumping to init scene instead of running ([#550](https://github.com/JasonXuDeveloper/JEngine/pull/550)) |
| 21 | +- Fix C# 9.0 Compilation Errors ([#548](https://github.com/JasonXuDeveloper/JEngine/pull/548)) |
| 22 | +- Add JEngine.Util package ([#543](https://github.com/JasonXuDeveloper/JEngine/pull/543)) |
| 23 | +- Add rootNamespace and TestRunnerCallbacks to JEngine.Core ([#545](https://github.com/JasonXuDeveloper/JEngine/pull/545)) |
| 24 | +- Add CLAUDE.md and GitHub Copilot custom instructions ([#547](https://github.com/JasonXuDeveloper/JEngine/pull/547)) |
| 25 | +- Remove development branch from documentation ([#546](https://github.com/JasonXuDeveloper/JEngine/pull/546)) |
| 26 | +- Update YooAsset samples to 2.3.18 and update dependencies ([#544](https://github.com/JasonXuDeveloper/JEngine/pull/544)) |
| 27 | +- Update hybridclr to 8.9.0 and add Codacy configuration ([#542](https://github.com/JasonXuDeveloper/JEngine/pull/542)) |
| 28 | +- Claude Code Review workflow |
| 29 | +- Claude PR Assistant workflow |
| 30 | +- Add using UnityEditor.UIElements to SettingsUIBuilder.cs and EditorUIUtils.cs |
| 31 | +- Fix Unitask HandleBaseExtensions Add underline |
| 32 | + |
| 33 | + |
2 | 34 | ## 1.0.8 (January 25 2026) |
3 | 35 |
|
4 | 36 | - **Add DCO sign-off check for pull requests ([#558](https://github.com/JasonXuDeveloper/JEngine/pull/558))** (ci) |
|
0 commit comments