Skip to content

Commit 39e98fb

Browse files
Merge pull request #520 from JasonXuDeveloper/development
doc update
2 parents e2bd6cf + 0f58ba4 commit 39e98fb

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## All Versions
22

3+
## 1.0.1 (September 28 2025)
4+
5+
- **AssetBundle Encryption** support (XOR, AES, ChaCha20)
6+
- **Code Obfuscation** support by using Obfuz to protect almost all code
7+
- **Dramatically improved** hot update code execution performance by migrating to HybridCLR
8+
- **Enhanced** game development experience (no more extra user procedure when writing any kinds of hot update code)
9+
- **MiniGame** support for WeChat, TikTok, Alipay and TapTap
10+
> Minor Update:
11+
> - Upgrade **HybridCLR** to v8.6.0 (resolves building issues with latest Xcode)
12+
313
## 1.0.0 (September 21 2025)
414

515
- **AssetBundle Encryption** support (XOR, AES, ChaCha20)

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,17 @@ 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)
56+
## 🎉 Latest Features (v1.0.1)
5757

5858
- **AssetBundle Encryption** support (XOR, AES, ChaCha20)
5959
- **Code Obfuscation** support by using Obfuz to protect almost all code
6060
- **Dramatically improved** hot update code execution performance by migrating to HybridCLR
6161
- **Enhanced** game development experience (no more extra user procedure when writing any kinds of hot update code)
6262
- **MiniGame** support for WeChat, TikTok, Alipay and TapTap
6363

64+
> Minor Update:
65+
> - Upgrade **HybridCLR** to v8.6.0 (resolves building issues with latest Xcode)
66+
6467
[📋 View Complete Changelog](CHANGE.md)
6568

6669
## 📊 Project Statistics

README_zh_cn.md

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

60-
## 🎉 最新功能 (v1.0)
60+
## 🎉 最新功能 (v1.0.1)
6161

6262
- **AssetBundle加密** 支持(XOR、AES、ChaCha20)
6363
- **代码混淆** 支持,使用Obfuz保护几乎所有代码
6464
- **大幅提升** 热更代码执行性能,迁移至HybridCLR
6565
- **增强** 游戏开发体验(编写热更代码时无需额外操作)
6666
- **小游戏** 支持微信、抖音、支付宝和TapTap
6767

68+
> 小更新:
69+
> - 更新 **HybridCLR** 到 v8.6.0 (解决新版Xcode打包问题)
70+
6871
[📋 查看完整更新日志](CHANGE.md)
6972

7073
## 📊 项目统计

0 commit comments

Comments
 (0)