Skip to content

Commit 1047fcb

Browse files
chore(release): 1.0.8
1 parent 778e50b commit 1047fcb

5 files changed

Lines changed: 61 additions & 24 deletions

File tree

CHANGE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
## All Versions
2+
## 1.0.8 (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+
- **Revert 1.0.7 release and fix workflow bugs ([#570](https://github.com/JasonXuDeveloper/JEngine/pull/570))** (ci)
8+
- **Use pipe delimiter in sed to avoid URL slash conflict ([#569](https://github.com/JasonXuDeveloper/JEngine/pull/569))** (ci)
9+
- **Improve changelog with PR hyperlinks and proper contributors ([#568](https://github.com/JasonXuDeveloper/JEngine/pull/568))** (ci)
10+
- **Use awk for reliable README multiline replacement ([#567](https://github.com/JasonXuDeveloper/JEngine/pull/567))** (ci)
11+
- **Improve release workflow ([#566](https://github.com/JasonXuDeveloper/JEngine/pull/566))** (ci)
12+
- **Store regex in variable to fix bash parsing error ([#564](https://github.com/JasonXuDeveloper/JEngine/pull/564))** (ci)
13+
- **Use buildless mode for CodeQL Unity analysis ([#563](https://github.com/JasonXuDeveloper/JEngine/pull/563))** (ci)
14+
- **Configure CodeQL to scan only JEngine source code ([#562](https://github.com/JasonXuDeveloper/JEngine/pull/562))** (ci)
15+
- **Correct test artifact paths in unity-tests workflow ([#561](https://github.com/JasonXuDeveloper/JEngine/pull/561))** (ci)
16+
- Revert "chore(release): v1.0.6" ([#565](https://github.com/JasonXuDeveloper/JEngine/pull/565))
17+
- Fix build error handling and refactor Panel.cs ([#552](https://github.com/JasonXuDeveloper/JEngine/pull/552))
18+
- Fix play mode test issues and refactor test code ([#551](https://github.com/JasonXuDeveloper/JEngine/pull/551))
19+
- Fix play mode tests jumping to init scene instead of running ([#550](https://github.com/JasonXuDeveloper/JEngine/pull/550))
20+
- Fix C# 9.0 Compilation Errors ([#548](https://github.com/JasonXuDeveloper/JEngine/pull/548))
21+
- Add JEngine.Util package ([#543](https://github.com/JasonXuDeveloper/JEngine/pull/543))
22+
- Add rootNamespace and TestRunnerCallbacks to JEngine.Core ([#545](https://github.com/JasonXuDeveloper/JEngine/pull/545))
23+
- Add CLAUDE.md and GitHub Copilot custom instructions ([#547](https://github.com/JasonXuDeveloper/JEngine/pull/547))
24+
- Remove development branch from documentation ([#546](https://github.com/JasonXuDeveloper/JEngine/pull/546))
25+
- Update YooAsset samples to 2.3.18 and update dependencies ([#544](https://github.com/JasonXuDeveloper/JEngine/pull/544))
26+
- Update hybridclr to 8.9.0 and add Codacy configuration ([#542](https://github.com/JasonXuDeveloper/JEngine/pull/542))
27+
- Claude Code Review workflow
28+
- Claude PR Assistant workflow
29+
- Add using UnityEditor.UIElements to SettingsUIBuilder.cs and EditorUIUtils.cs
30+
- Fix Unitask HandleBaseExtensions Add underline
31+
32+
233
## 1.0.6 (January 25 2026)
334

435
- **Add DCO sign-off check for pull requests (#558)** (ci)

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,20 @@ JEngine is a powerful Unity framework that enables **runtime hot updates** for y
5353
| **HybridCLR** | Runtime code execution | [GitHub](https://github.com/focus-creative-games/hybridclr) |
5454
| **YooAssets** | Runtime resource updates | [GitHub](https://github.com/tuyoogame/YooAsset) |
5555

56-
## 🎉 Latest Features (v1.0.6)
57-
58-
- **ci**: add DCO sign-off check for pull requests (#558)
59-
- **ci**: include non-conventional commits in changelog (#557)
60-
- **ci**: add automated testing and release workflows (#554)
61-
- **ci**: use awk for reliable README multiline replacement (#567)
62-
- **ci**: improve release workflow (#566)
63-
- **ci**: store regex in variable to fix bash parsing error (#564)
64-
- **ci**: use buildless mode for CodeQL Unity analysis (#563)
65-
- **ci**: configure CodeQL to scan only JEngine source code (#562)
66-
- **ci**: correct test artifact paths in unity-tests workflow (#561)
56+
## 🎉 Latest Features (v1.0.8)
57+
58+
- **ci**: add DCO sign-off check for pull requests ([#558](https://github.com/JasonXuDeveloper/JEngine/pull/558))
59+
- **ci**: include non-conventional commits in changelog ([#557](https://github.com/JasonXuDeveloper/JEngine/pull/557))
60+
- **ci**: add automated testing and release workflows ([#554](https://github.com/JasonXuDeveloper/JEngine/pull/554))
61+
- **ci**: revert 1.0.7 release and fix workflow bugs ([#570](https://github.com/JasonXuDeveloper/JEngine/pull/570))
62+
- **ci**: use pipe delimiter in sed to avoid URL slash conflict ([#569](https://github.com/JasonXuDeveloper/JEngine/pull/569))
63+
- **ci**: improve changelog with PR hyperlinks and proper contributors ([#568](https://github.com/JasonXuDeveloper/JEngine/pull/568))
64+
- **ci**: use awk for reliable README multiline replacement ([#567](https://github.com/JasonXuDeveloper/JEngine/pull/567))
65+
- **ci**: improve release workflow ([#566](https://github.com/JasonXuDeveloper/JEngine/pull/566))
66+
- **ci**: store regex in variable to fix bash parsing error ([#564](https://github.com/JasonXuDeveloper/JEngine/pull/564))
67+
- **ci**: use buildless mode for CodeQL Unity analysis ([#563](https://github.com/JasonXuDeveloper/JEngine/pull/563))
68+
- **ci**: configure CodeQL to scan only JEngine source code ([#562](https://github.com/JasonXuDeveloper/JEngine/pull/562))
69+
- **ci**: correct test artifact paths in unity-tests workflow ([#561](https://github.com/JasonXuDeveloper/JEngine/pull/561))
6770

6871
[📋 View Complete Changelog](CHANGE.md)
6972

README_zh_cn.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,20 @@ JEngine是针对Unity开发者设计的**开箱即用**的框架,封装了强
5757
| **HybridCLR** | 运行时代码执行 | [GitHub](https://github.com/focus-creative-games/hybridclr) |
5858
| **YooAssets** | 运行时资源更新 | [GitHub](https://github.com/tuyoogame/YooAsset) |
5959

60-
## 🎉 最新功能 (v1.0.6)
61-
62-
- **ci**: add DCO sign-off check for pull requests (#558)
63-
- **ci**: include non-conventional commits in changelog (#557)
64-
- **ci**: add automated testing and release workflows (#554)
65-
- **ci**: use awk for reliable README multiline replacement (#567)
66-
- **ci**: improve release workflow (#566)
67-
- **ci**: store regex in variable to fix bash parsing error (#564)
68-
- **ci**: use buildless mode for CodeQL Unity analysis (#563)
69-
- **ci**: configure CodeQL to scan only JEngine source code (#562)
70-
- **ci**: correct test artifact paths in unity-tests workflow (#561)
60+
## 🎉 最新功能 (v1.0.8)
61+
62+
- **ci**: add DCO sign-off check for pull requests ([#558](https://github.com/JasonXuDeveloper/JEngine/pull/558))
63+
- **ci**: include non-conventional commits in changelog ([#557](https://github.com/JasonXuDeveloper/JEngine/pull/557))
64+
- **ci**: add automated testing and release workflows ([#554](https://github.com/JasonXuDeveloper/JEngine/pull/554))
65+
- **ci**: revert 1.0.7 release and fix workflow bugs ([#570](https://github.com/JasonXuDeveloper/JEngine/pull/570))
66+
- **ci**: use pipe delimiter in sed to avoid URL slash conflict ([#569](https://github.com/JasonXuDeveloper/JEngine/pull/569))
67+
- **ci**: improve changelog with PR hyperlinks and proper contributors ([#568](https://github.com/JasonXuDeveloper/JEngine/pull/568))
68+
- **ci**: use awk for reliable README multiline replacement ([#567](https://github.com/JasonXuDeveloper/JEngine/pull/567))
69+
- **ci**: improve release workflow ([#566](https://github.com/JasonXuDeveloper/JEngine/pull/566))
70+
- **ci**: store regex in variable to fix bash parsing error ([#564](https://github.com/JasonXuDeveloper/JEngine/pull/564))
71+
- **ci**: use buildless mode for CodeQL Unity analysis ([#563](https://github.com/JasonXuDeveloper/JEngine/pull/563))
72+
- **ci**: configure CodeQL to scan only JEngine source code ([#562](https://github.com/JasonXuDeveloper/JEngine/pull/562))
73+
- **ci**: correct test artifact paths in unity-tests workflow ([#561](https://github.com/JasonXuDeveloper/JEngine/pull/561))
7174

7275
[📋 查看完整更新日志](CHANGE.md)
7376

UnityProject/Packages/com.jasonxudeveloper.jengine.core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.jasonxudeveloper.jengine.core",
3-
"version": "1.0.6",
3+
"version": "1.0.8",
44
"displayName": "JEngine.Core",
55
"description": "The solution that allows unity games update in runtime.",
66
"license": "MIT",

UnityProject/Packages/com.jasonxudeveloper.jengine.util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.jasonxudeveloper.jengine.util",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"displayName": "JEngine.Util",
55
"description": "Utility classes for JEngine framework.",
66
"license": "MIT",

0 commit comments

Comments
 (0)