Skip to content

0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 May 02:50
· 241 commits to main since this release
v0.3.0
607d773
  • Added some null path call intercept handling for FMod to address some issues with the FMod plugin
  • Breaking Change: Removed the RunSidecar design, which has been completely replaced by RunSavedData
  • Added the ability to register TargetTypes, to support custom TargetType registration
  • The primary target version has been changed to 0.106.0, and 0.104.0 compatibility support has been removed
    • The loading target detection mechanism of the Loader has been strengthened, and now the hash verification will be used for branch version files, and the version that does not match will be discarded directly

  • 对 FMod 的空路径调用进行了一定拦截处理,以解决 FMod 插件对此存在的一些问题
  • 破坏性变更: 删除了 RunSidecar 的相关设计,该系统已被 RunSavedData 完全取代
  • 添加了 TargetType 的注册能力,以支持自定义 TargetType 的注册
  • 主要目标版本已更改为 0.106.0,并删除了 0.104.0 的兼容性支持
    • 强化了 Loader 的加载目标检测机制,现在会对分支版本文件使用哈希校验,未匹配的版本将直接被丢弃

Full Changelog: v0.2.40...v0.3.0