File tree Expand file tree Collapse file tree 6 files changed +18
-7
lines changed
com.jasonxudeveloper.jengine.core
com.jasonxudeveloper.jengine.ui
com.jasonxudeveloper.jengine.util Expand file tree Collapse file tree 6 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11## All Versions
2+ ## 1.1.6 (February 08 2026)
3+
4+ - Add configurable Bootstrap text and JTabView component ([ #624 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/624 ) ) (core,ui)
5+ - Bump Nino to fix Dictionary serialization in HybridCLR ([ #627 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/627 ) ) (core)
6+ - Auto-detect manifest decryption in PreprocessBuildCatalog ([ #626 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/626 ) ) (core)
7+
8+
29## 1.1.5 (February 01 2026)
310
411- Add JContainer component with max-width constraints ([ #613 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/613 ) ) (ui)
Original file line number Diff line number Diff line change @@ -73,9 +73,11 @@ 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.1.5 )
76+ ## 🎉 Latest Features (v1.1.6 )
7777
78- - ** ui** : add JContainer component with max-width constraints ([ #613 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/613 ) )
78+ - ** core,ui** : add configurable Bootstrap text and JTabView component ([ #624 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/624 ) )
79+ - ** core** : bump Nino to fix Dictionary serialization in HybridCLR ([ #627 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/627 ) )
80+ - ** core** : auto-detect manifest decryption in PreprocessBuildCatalog ([ #626 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/626 ) )
7981
8082[ 📋 View Complete Changelog] ( CHANGE.md )
8183
Original file line number Diff line number Diff line change @@ -75,9 +75,11 @@ JEngine是针对Unity开发者设计的**开箱即用**的框架,封装了强
7575| ** HybridCLR** | 运行时代码执行 | [ GitHub] ( https://github.com/focus-creative-games/hybridclr ) |
7676| ** YooAssets** | 运行时资源更新 | [ GitHub] ( https://github.com/tuyoogame/YooAsset ) |
7777
78- ## 🎉 最新功能 (v1.1.5 )
78+ ## 🎉 最新功能 (v1.1.6 )
7979
80- - ** ui** : add JContainer component with max-width constraints ([ #613 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/613 ) )
80+ - ** core,ui** : add configurable Bootstrap text and JTabView component ([ #624 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/624 ) )
81+ - ** core** : bump Nino to fix Dictionary serialization in HybridCLR ([ #627 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/627 ) )
82+ - ** core** : auto-detect manifest decryption in PreprocessBuildCatalog ([ #626 ] ( https://github.com/JasonXuDeveloper/JEngine/pull/626 ) )
8183
8284[ 📋 查看完整更新日志] ( CHANGE.md )
8385
Original file line number Diff line number Diff line change 11{
22 "name" : " com.jasonxudeveloper.jengine.core" ,
3- "version" : " 1.1.5 " ,
3+ "version" : " 1.1.6 " ,
44 "displayName" : " JEngine.Core" ,
55 "description" : " The solution that allows unity games update in runtime." ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " com.jasonxudeveloper.jengine.ui" ,
3- "version" : " 1.1.3 " ,
3+ "version" : " 1.1.4 " ,
44 "displayName" : " JEngine.UI" ,
55 "description" : " UI utilities for JEngine framework." ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " com.jasonxudeveloper.jengine.util" ,
3- "version" : " 1.1.3 " ,
3+ "version" : " 1.1.4 " ,
44 "displayName" : " JEngine.Util" ,
55 "description" : " Utility classes for JEngine framework." ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments