MixinBooter 10.5
on 2025 Feb 04新增
- 明确了在核心模组阶段检查Optifine是否加载的兼容性(针对上下文对象)
- 与热交换代理相关的清单条目,以允许在开发环境之外进行热交换
修复
- 在读取某些模组的mcmod.infos时的一些边缘情况
10.4到10.5之间的完整更新日志:https://github.com/CleanroomMC/MixinBooter/compare/10.4...10.5
MixinBooter 10.4
on 2025 Feb 02更改
- 使读取模组元数据更快速、更简便
- 将MixinExtras更新至0.5.0-beta.5版本
修复
- 因Forge的疏忽导致的与SpongeForge的兼容性问题
10.3至10.4版本间的完整更新日志:https://github.com/CleanroomMC/MixinBooter/compare/10.3...10.4
MixinBooter 10.3
on 2025 Jan 14添加
IMixinConfigHijacker
的上下文
更改
- 允许劫持所有混入配置
修复
- 对于较旧的 Minecraft 版本提供的较旧 Gson 版本,使用
JsonReader#setLenient
而不是GsonBuilder#setLenient
- 对于较旧的 Minecraft 版本提供的较旧 ASM 版本,使用已弃用的
Handle
构造函数 - 捕获加载器问题,而不是退出且不加载后续加载器
10.2 到 10.3 之间的完整变更日志:https://github.com/CleanroomMC/MixinBooter/compare/10.2...10.3
MixinBooter 10.2
on 2024 Nov 27已修复
- 在脆弱环境中应用混入时,为本地捕获指定了顺序性
10.1 和 10.2 之间的完整变更日志:https://github.com/CleanroomMC/MixinBooter/compare/10.1...10.2
MixinBooter 10.1
on 2024 Nov 27已修复
- 少数特定的原版类过早加载,导致某些反混淆成 SRG 时出现问题
10.0 和 10.1 之间的完整变更日志:https://github.com/CleanroomMC/MixinBooter/compare/10.0...10.1
MixinBooter 10.0
on 2024 Nov 27添加
- 为早期/晚期加载器提供新的 API(上下文)
更改
- 更新了 UniMix,现在已使用 Fabric Mixin 0.15.3、Mixin 0.8.7 进行更新
- 更新到 MixinExtras 0.5.0-beta4
- 在启动时更好的日志记录
修复
- 劫持者未应用于晚期混合
- 模组描述中的错别字
9.4 和 10.0 之间的完整变更日志:https://github.com/CleanroomMC/MixinBooter/compare/9.4...10.0
MixinBooter 9.4
on 2024 Nov 27更改
- 更新了 UniMix
- 默认将
comformVisibility
设为true
- 感谢 jbredwards
修复
- 与较旧的 ASM 库的兼容性 - 感谢 HowardZHY
9.3 和 9.4 之间的完整变更日志:https://github.com/CleanroomMC/MixinBooter/compare/9.3...9.4
MixinBooter 9.3
on 2024 Nov 27无
MixinBooter 9.2
on 2024 Nov 27更改
- 恢复
@MixinLoader
注解,主要用于 1.8.x 版本,因为 Forge 不支持收集接口
修复
- Mixin 源文件未嵌入源 jar 中
- 修复了与 1.8.x 相关的崩溃问题(感谢 @HowardZHY!)
9.1 和 9.2 之间的完整变更日志:https://github.com/CleanroomMC/MixinBooter/compare/9.1...9.2
MixinBooter 9.1
on 2024 Nov 27MixinBooter 9.0
on 2024 Nov 27MixinBooter 8.9
on 2024 Nov 27MixinBooter 8.8
on 2024 Nov 27MixinBooter 8.7
on 2024 Nov 27MixinBooter 8.6
on 2024 Nov 27MixinBooter 8.5
on 2024 Nov 27MixinBooter 8.4
on 2024 Nov 27无