Skip to content

v2.22.9

Choose a tag to compare

@sunnylqm sunnylqm released this 26 Aug 10:32
· 29 commits to master since this release
3f304ab

English

  • Native package upload (pushy package upload / publish --package): the slim package is now built by copying the bundle and asset entries byte-for-byte from the APK / IPA / APP instead of re-deflating each of them, so it is bound by disk I/O rather than CPU. Archives that would need ZIP64 keep the previous repack path.
  • Dropped the semver dependency (version comparisons use compare-versions).

中文

  • 原生包上传(pushy package upload / publish --package):精简包现在会从 APK / IPA / APP 中逐字节复制 bundle 和资源条目,不再逐个重新进行 deflate 压缩,因此性能瓶颈从 CPU 转为磁盘 I/O。需要 ZIP64 的归档仍使用原有的重新打包路径。
  • 移除 semver 依赖,版本比较改用 compare-versions