Skip to content

Commit 68a0445

Browse files
chore(release): 1.1.0
1 parent 0dd239f commit 68a0445

6 files changed

Lines changed: 32 additions & 27 deletions

File tree

CHANGE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
## All Versions
2+
## 1.1.0 (January 29 2026)
3+
4+
- Add Claude Code plugin for AI-assisted development ([#598](https://github.com/JasonXuDeveloper/JEngine/pull/598)) (docs)
5+
- Modernize editor UI with monochrome design system ([#592](https://github.com/JasonXuDeveloper/JEngine/pull/592)) (ui)
6+
- Correct skills paths to include .claude-plugin prefix ([#601](https://github.com/JasonXuDeveloper/JEngine/pull/601)) (plugin)
7+
- Restructure to .claude-plugin for Claude Code compatibility ([#600](https://github.com/JasonXuDeveloper/JEngine/pull/600)) (plugin)
8+
- Use JEngine Release Bot for plugin releases ([#599](https://github.com/JasonXuDeveloper/JEngine/pull/599)) (ci)
9+
- Resolve codecov coverage reporting and add UI package docs ([#597](https://github.com/JasonXuDeveloper/JEngine/pull/597)) (ci)
10+
- Convert AsyncOperation to UniTask for Unity 6 compatibility ([#595](https://github.com/JasonXuDeveloper/JEngine/pull/595)) (core)
11+
12+
213
## 1.0.10 (January 27 2026)
314

415
- Migrate from Claude to GitHub Copilot code review ([#588](https://github.com/JasonXuDeveloper/JEngine/pull/588)) (ci)

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,15 @@ JEngine is a Unity framework that enables **runtime hot updates** for games. Des
7373
| **HybridCLR** | Runtime code execution | [GitHub](https://github.com/focus-creative-games/hybridclr) |
7474
| **YooAssets** | Runtime resource updates | [GitHub](https://github.com/tuyoogame/YooAsset) |
7575

76-
## 🎉 Latest Features (v1.0.10)
77-
78-
- **ci**: migrate from Claude to GitHub Copilot code review ([#588](https://github.com/JasonXuDeveloper/JEngine/pull/588))
79-
- add CLA Assistant and Scorecard configuration ([#579](https://github.com/JasonXuDeveloper/JEngine/pull/579))
80-
- add OSS health improvements and automation ([#577](https://github.com/JasonXuDeveloper/JEngine/pull/577))
81-
- **core**: resolve SceneHandle ambiguous reference in Unity 6 ([#589](https://github.com/JasonXuDeveloper/JEngine/pull/589))
82-
- **ci**: add pull-requests write permission for Claude review comments ([#585](https://github.com/JasonXuDeveloper/JEngine/pull/585))
83-
- **ci**: fix auto-approve to check claude[bot] comment ([#583](https://github.com/JasonXuDeveloper/JEngine/pull/583))
84-
- **ci**: move write permissions to job level for Scorecard compliance ([#581](https://github.com/JasonXuDeveloper/JEngine/pull/581))
85-
- add auto-approve workflow and fix scorecard config ([#580](https://github.com/JasonXuDeveloper/JEngine/pull/580))
86-
- resolve remaining CodeQL security issues ([#573](https://github.com/JasonXuDeveloper/JEngine/pull/573))
87-
- address CodeQL security and code quality issues ([#572](https://github.com/JasonXuDeveloper/JEngine/pull/572))
76+
## 🎉 Latest Features (v1.1.0)
77+
78+
- **docs**: add Claude Code plugin for AI-assisted development ([#598](https://github.com/JasonXuDeveloper/JEngine/pull/598))
79+
- **ui**: modernize editor UI with monochrome design system ([#592](https://github.com/JasonXuDeveloper/JEngine/pull/592))
80+
- **plugin**: correct skills paths to include .claude-plugin prefix ([#601](https://github.com/JasonXuDeveloper/JEngine/pull/601))
81+
- **plugin**: restructure to .claude-plugin for Claude Code compatibility ([#600](https://github.com/JasonXuDeveloper/JEngine/pull/600))
82+
- **ci**: use JEngine Release Bot for plugin releases ([#599](https://github.com/JasonXuDeveloper/JEngine/pull/599))
83+
- **ci**: resolve codecov coverage reporting and add UI package docs ([#597](https://github.com/JasonXuDeveloper/JEngine/pull/597))
84+
- **core**: convert AsyncOperation to UniTask for Unity 6 compatibility ([#595](https://github.com/JasonXuDeveloper/JEngine/pull/595))
8885

8986
[📋 View Complete Changelog](CHANGE.md)
9087

README_zh_cn.md

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

78-
## 🎉 最新功能 (v1.0.10)
79-
80-
- **ci**: migrate from Claude to GitHub Copilot code review ([#588](https://github.com/JasonXuDeveloper/JEngine/pull/588))
81-
- add CLA Assistant and Scorecard configuration ([#579](https://github.com/JasonXuDeveloper/JEngine/pull/579))
82-
- add OSS health improvements and automation ([#577](https://github.com/JasonXuDeveloper/JEngine/pull/577))
83-
- **core**: resolve SceneHandle ambiguous reference in Unity 6 ([#589](https://github.com/JasonXuDeveloper/JEngine/pull/589))
84-
- **ci**: add pull-requests write permission for Claude review comments ([#585](https://github.com/JasonXuDeveloper/JEngine/pull/585))
85-
- **ci**: fix auto-approve to check claude[bot] comment ([#583](https://github.com/JasonXuDeveloper/JEngine/pull/583))
86-
- **ci**: move write permissions to job level for Scorecard compliance ([#581](https://github.com/JasonXuDeveloper/JEngine/pull/581))
87-
- add auto-approve workflow and fix scorecard config ([#580](https://github.com/JasonXuDeveloper/JEngine/pull/580))
88-
- resolve remaining CodeQL security issues ([#573](https://github.com/JasonXuDeveloper/JEngine/pull/573))
89-
- address CodeQL security and code quality issues ([#572](https://github.com/JasonXuDeveloper/JEngine/pull/572))
78+
## 🎉 最新功能 (v1.1.0)
79+
80+
- **docs**: add Claude Code plugin for AI-assisted development ([#598](https://github.com/JasonXuDeveloper/JEngine/pull/598))
81+
- **ui**: modernize editor UI with monochrome design system ([#592](https://github.com/JasonXuDeveloper/JEngine/pull/592))
82+
- **plugin**: correct skills paths to include .claude-plugin prefix ([#601](https://github.com/JasonXuDeveloper/JEngine/pull/601))
83+
- **plugin**: restructure to .claude-plugin for Claude Code compatibility ([#600](https://github.com/JasonXuDeveloper/JEngine/pull/600))
84+
- **ci**: use JEngine Release Bot for plugin releases ([#599](https://github.com/JasonXuDeveloper/JEngine/pull/599))
85+
- **ci**: resolve codecov coverage reporting and add UI package docs ([#597](https://github.com/JasonXuDeveloper/JEngine/pull/597))
86+
- **core**: convert AsyncOperation to UniTask for Unity 6 compatibility ([#595](https://github.com/JasonXuDeveloper/JEngine/pull/595))
9087

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

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.10",
3+
"version": "1.1.0",
44
"displayName": "JEngine.Core",
55
"description": "The solution that allows unity games update in runtime.",
66
"license": "MIT",

UnityProject/Packages/com.jasonxudeveloper.jengine.ui/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.ui",
3-
"version": "0.0.0",
3+
"version": "1.1.0",
44
"displayName": "JEngine.UI",
55
"description": "UI utilities for JEngine framework.",
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.3",
3+
"version": "1.1.0",
44
"displayName": "JEngine.Util",
55
"description": "Utility classes for JEngine framework.",
66
"license": "MIT",

0 commit comments

Comments
 (0)