diff --git a/CHANGE.md b/CHANGE.md index a4565b67..10a63dbd 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,5 +1,15 @@ ## All Versions +## 1.0.1 (September 28 2025) + +- **AssetBundle Encryption** support (XOR, AES, ChaCha20) +- **Code Obfuscation** support by using Obfuz to protect almost all code +- **Dramatically improved** hot update code execution performance by migrating to HybridCLR +- **Enhanced** game development experience (no more extra user procedure when writing any kinds of hot update code) +- **MiniGame** support for WeChat, TikTok, Alipay and TapTap +> Minor Update: +> - Upgrade **HybridCLR** to v8.6.0 (resolves building issues with latest Xcode) + ## 1.0.0 (September 21 2025) - **AssetBundle Encryption** support (XOR, AES, ChaCha20) diff --git a/README.md b/README.md index b56439ad..f8b43bec 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ JEngine is a powerful Unity framework that enables **runtime hot updates** for y | **HybridCLR** | Runtime code execution | [GitHub](https://github.com/focus-creative-games/hybridclr) | | **YooAssets** | Runtime resource updates | [GitHub](https://github.com/tuyoogame/YooAsset) | -## 🎉 Latest Features (v1.0) +## 🎉 Latest Features (v1.0.1) - **AssetBundle Encryption** support (XOR, AES, ChaCha20) - **Code Obfuscation** support by using Obfuz to protect almost all code @@ -61,6 +61,9 @@ JEngine is a powerful Unity framework that enables **runtime hot updates** for y - **Enhanced** game development experience (no more extra user procedure when writing any kinds of hot update code) - **MiniGame** support for WeChat, TikTok, Alipay and TapTap +> Minor Update: +> - Upgrade **HybridCLR** to v8.6.0 (resolves building issues with latest Xcode) + [📋 View Complete Changelog](CHANGE.md) ## 📊 Project Statistics diff --git a/README_zh_cn.md b/README_zh_cn.md index 14fb065a..c829a83a 100644 --- a/README_zh_cn.md +++ b/README_zh_cn.md @@ -57,7 +57,7 @@ JEngine是针对Unity开发者设计的**开箱即用**的框架,封装了强 | **HybridCLR** | 运行时代码执行 | [GitHub](https://github.com/focus-creative-games/hybridclr) | | **YooAssets** | 运行时资源更新 | [GitHub](https://github.com/tuyoogame/YooAsset) | -## 🎉 最新功能 (v1.0) +## 🎉 最新功能 (v1.0.1) - **AssetBundle加密** 支持(XOR、AES、ChaCha20) - **代码混淆** 支持,使用Obfuz保护几乎所有代码 @@ -65,6 +65,9 @@ JEngine是针对Unity开发者设计的**开箱即用**的框架,封装了强 - **增强** 游戏开发体验(编写热更代码时无需额外操作) - **小游戏** 支持微信、抖音、支付宝和TapTap +> 小更新: +> - 更新 **HybridCLR** 到 v8.6.0 (解决新版Xcode打包问题) + [📋 查看完整更新日志](CHANGE.md) ## 📊 项目统计