Skip to content

Commit e925bd8

Browse files
chore(release): 1.3.2 [skip ci]
## [1.3.2](1.3.1...1.3.2) (2026-06-01) ### Bug Fixes * **cropping:** 补充 Request 类型到裁剪保护列表 ([f97709d](f97709d)) * **global-config:** 修复 Log.Fatal 及公共 API 参数验证 ([4df59a4](4df59a4)) * **inspector:** AOTCodeLists 改为只读并使用逻辑运算符 ([6d712b4](6d712b4))
1 parent a8bec3e commit e925bd8

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.3.2](https://github.com/gameframex/com.gameframex.unity.globalconfig/compare/1.3.1...1.3.2) (2026-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **cropping:** 补充 Request 类型到裁剪保护列表 ([f97709d](https://github.com/gameframex/com.gameframex.unity.globalconfig/commit/f97709d9a99167f1602fce6332b7597944eb549f))
7+
* **global-config:** 修复 Log.Fatal 及公共 API 参数验证 ([4df59a4](https://github.com/gameframex/com.gameframex.unity.globalconfig/commit/4df59a4422b342dd79ad4901971e5467daaa020e))
8+
* **inspector:** AOTCodeLists 改为只读并使用逻辑运算符 ([6d712b4](https://github.com/gameframex/com.gameframex.unity.globalconfig/commit/6d712b41ab531658a3bd80629e0a979b20586eb8))
9+
110
## [1.3.1](https://github.com/gameframex/com.gameframex.unity.globalconfig/compare/1.3.0...1.3.1) (2026-05-28)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Game Frame X Global Config",
44
"category": "GameFrameX",
55
"description": "GameFrameX GlobalConfig — Unity global configuration package. Stores and manages global game configuration retrieved from remote servers, including version check URLs, AOT metadata lists for hybridclr, and host server addresses. Provides request/response model classes for app version, asset package version, and global info queries. Docs: https://gameframex.doc.alianblank.com\n\nGameFrameX GlobalConfig — Unity 全局配置功能包。存储和管理从远程服务器获取的全局游戏配置,包括版本检测地址、hybridclr 的 AOT 元数据列表和主机服务器地址。提供应用版本、资源包版本和全局信息查询的请求/响应模型类。文档:https://gameframex.doc.alianblank.com",
6-
"version": "1.3.1",
6+
"version": "1.3.2",
77
"unity": "2019.4",
88
"keywords": [
99
"GameFrameX",

0 commit comments

Comments
 (0)