File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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## 📊 项目统计
You can’t perform that action at this time.
0 commit comments