Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,17 @@ 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
- **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)

[📋 View Complete Changelog](CHANGE.md)

## 📊 Project Statistics
Expand Down
5 changes: 4 additions & 1 deletion README_zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,17 @@ 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保护几乎所有代码
- **大幅提升** 热更代码执行性能,迁移至HybridCLR
- **增强** 游戏开发体验(编写热更代码时无需额外操作)
- **小游戏** 支持微信、抖音、支付宝和TapTap

> 小更新:
> - 更新 **HybridCLR** 到 v8.6.0 (解决新版Xcode打包问题)

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

## 📊 项目统计
Expand Down