Skip to content

v1.8.2

Choose a tag to compare

@BlackishGreen33 BlackishGreen33 released this 04 May 11:37
· 16 commits to main since this release

Highlights / 亮点

中文

  • v1.8.2 聚焦 ccnubox-style native-heavy Expo apps 的 build-chain 与 simulator release HAP evidence。
  • 扩展 Harmony native adapter catalog,覆盖 local HAR discovery、managed autolinking 与当前 RNOH adapter set 的 compatibility shims。
  • 通过 duplicated RNOH shared objects 的 native library pickFirsts 保持 release HAP 可安装,并排除 shim-only capabilities 的 managed permission requests。
  • README、support matrix 与 signing docs 更新到新的 evidence boundary。

English

  • v1.8.2 focuses on build-chain and simulator release HAP evidence for ccnubox-style native-heavy Expo apps.
  • It extends the Harmony native adapter catalog for local HAR discovery, managed autolinking, and compatibility shims for the current RNOH adapter set.
  • It keeps release HAP generation installable via native library pickFirsts for duplicated RNOH shared objects and excludes shim-only capabilities from managed permission requests.
  • README, support matrix, and signing docs were updated around the new evidence boundary.

Validation / 验证

中文

  • repo 门禁:pnpm buildpnpm testEXPO_HARMONY_RELEASE_SKIP_HAP=1 pnpm release:checkgit diff --check
  • ccnubox local target:pnpm harmony:doctor --target-tier experimental --jsonpnpm harmony:envpnpm harmony:bundlepnpm harmony:build:debugpnpm harmony:build:release
  • simulator evidence:hdc list targets 发现 127.0.0.1:5555hdc install -r <release-hap> 返回 install bundle successfullyaa start -a EntryAbility -b com.muxixyz.ccnubox 返回 start ability successfully
  • 远端验证:tag-triggered GitHub release workflow for v1.8.2 成功完成 Release CheckPublish to npm,npm latest -> 1.8.2

English

  • Repo gates: pnpm build, pnpm test, EXPO_HARMONY_RELEASE_SKIP_HAP=1 pnpm release:check, and git diff --check.
  • ccnubox local target: pnpm harmony:doctor --target-tier experimental --json, pnpm harmony:env, pnpm harmony:bundle, pnpm harmony:build:debug, and pnpm harmony:build:release.
  • Simulator evidence: hdc list targets found 127.0.0.1:5555, hdc install -r <release-hap> returned install bundle successfully, and aa start -a EntryAbility -b com.muxixyz.ccnubox returned start ability successfully.
  • Remote validation: the tag-triggered GitHub release workflow for v1.8.2 completed Release Check and Publish to npm; npm resolved latest -> 1.8.2.

Notes / 说明

中文

  • v1.8.2 不扩大 public verified promise;唯一 verified matrix 仍是 expo55-rnoh082-ui-stack
  • ccnubox release HAP evidence 是 simulator install/start evidence,不是 AppGallery production signing、真机验收或逐 capability release runtime validation。
  • preview capability 的 release evidence 仍为 no[none],device acceptance 仍待真实设备或 manual-doc evidence。

English

  • v1.8.2 does not widen the public verified promise; the only verified matrix remains expo55-rnoh082-ui-stack.
  • The ccnubox release HAP result is simulator install/start evidence, not AppGallery production signing, true-device acceptance, or per-capability release runtime validation.
  • Preview capability release evidence remains no[none], and device acceptance still needs real-device or manual-doc evidence.