6 Commits
Author SHA1 Message Date
cneicy 4c83b6ead6 chore: release 0.1.3
Publish UPM package / publish (push) Successful in 2s
2026-08-28 04:31:02 +08:00
cneicy 6bf95e17a1 chore(release): 发布 v0.1.2
Publish UPM package / publish (push) Successful in 2s
2026-08-28 03:44:10 +08:00
cneicy fd5c66a6da chore(package): align context stack versions
Publish UPM package / publish (push) Successful in 2s
2026-08-26 12:48:33 +08:00
cneicy 5e613f3c0a test(host): allow Unity test runner completion 2026-08-26 08:22:53 +08:00
cneicy e04a15c181 ci: mirror Git package dependencies 2026-08-26 07:07:02 +08:00
cneicy c8cf6e8713 test: enable standalone host discovery 2026-08-26 06:56:04 +08:00
4 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -31,12 +31,12 @@ jobs:
cat "$machine_id_file" > /etc/machine-id
echo "Unity machine identity restored"
fi
git config --global url."https://ghfast.top/https://github.com/".insteadOf "https://github.com/"
unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)"
test -n "$unity_bin"
"$unity_bin" \
-batchmode \
-nographics \
-quit \
-projectPath "$PWD/Development~/UnityProject" \
-runTests \
-testPlatform EditMode \
+11 -1
View File
@@ -2,13 +2,23 @@
本文件记录 `ShrinkDataSaver.Integration.App` 的包内变更。
## [Unreleased]
## [0.1.3] - 2026-08-28
### Changed
- 精确依赖 `ShrinkApp.Core 0.1.4`。
## [0.1.2] - 2026-08-28
### Added
- 拆分 `IShrinkDataSaverReader` / `IShrinkDataSaverWriter` 能力契约。
- 支持通过 ShrinkContext intercept 向派生上下文提供只读 DataSaver 视图。
### Changed
- 精确依赖 `ShrinkDataSaver 2.2.2` 与 `ShrinkApp.Core 0.1.3`。
## [0.1.0] - 2026-05-18
### Added
@@ -12,5 +12,8 @@
"com.unity.test-framework": "1.1.33",
"com.cneicy.shrink-datasaver-integration-app": "file:../../..",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#7c0f199fe0d3fc528024488ccd671e6c7b27745b"
}
},
"testables": [
"com.cneicy.shrink-datasaver-integration-app"
]
}
+3 -3
View File
@@ -1,12 +1,12 @@
{
"name": "com.cneicy.shrink-datasaver-integration-app",
"version": "0.1.0",
"version": "0.1.3",
"displayName": "ShrinkDataSaver - App Integration",
"description": "ShrinkDataSaver 与 ShrinkApp 的桥接层,提供宿主接管初始化与服务注册。",
"unity": "2022.3",
"dependencies": {
"com.cneicy.shrink-datasaver": "2.2.0",
"com.cneicy.shrink-app-core": "0.1.1",
"com.cneicy.shrink-datasaver": "2.2.2",
"com.cneicy.shrink-app-core": "0.1.4",
"com.cysharp.unitask": "2.5.10",
"com.cneicy.shrink-context-core": "0.1.0"
},