Skip to content

v2.0.1

Latest

Choose a tag to compare

@LaoSparrow LaoSparrow released this 27 Feb 09:15
· 21 commits to main since this release

启动器 2.0.1 小更新发布!!

本次更新概览

  • 2.0.1 主要聚焦在兼容性修复、诊断能力增强、以及构建发布流程完善。
  • 重点处理了部分设备(尤其是部分小米机型)上的 CoreCLR 初始化异常,并补强崩溃日志导出链路。
  • 同步更新图形相关依赖(FNA3D、MobileGlues),并加入更多性能观测能力。

修复与兼容性

  • 修复部分场景下 SMAPI 模组加载异常的问题。
  • 新增并完善 pthread_condattr_setclock 相关 hooks,用于提升 .NET 运行时在特定设备上的兼容性。
  • 针对部分小米设备的 CoreCLR 初始化失败场景,增加兼容处理与重试逻辑。
  • 崩溃页交互与信息采集能力改进,支持更完整的故障排查流程。

性能与诊断

  • 增强 GPU 性能测试/诊断能力,可更直观定位渲染瓶颈。
  • 改进日志导出流程,便于问题反馈与复现分析。

依赖与运行时更新

  • MobileGlues 升级至 1.3.4。
  • FNA3D 更新并调整到合适分支,补充 profiling 相关支持。

工程与发布

  • 新增 GitHub Actions APK 自动构建工作流,提升发布效率与可复现性。
  • 版本号更新为 2.0.1。

Launcher 2.0.1 Minor Update Released!!

Update Overview

  • Version 2.0.1 focuses on compatibility fixes, stronger diagnostics, and build/release workflow improvements.
  • We addressed CoreCLR initialization failures on some devices (especially certain Xiaomi models) and improved crash log export.
  • Graphics-related dependencies (FNA3D and MobileGlues) were updated, with better performance observability added.

Fixes and Compatibility

  • Fixed SMAPI mod loading issues in some scenarios.
  • Added and refined pthread_condattr_setclock hooks to improve .NET runtime compatibility on specific devices.
  • Added compatibility handling and retry logic for CoreCLR initialization failures on some Xiaomi devices.
  • Improved crash page interactions and diagnostics collection for more complete troubleshooting.

Performance and Diagnostics

  • Enhanced GPU performance testing/diagnostics to make rendering bottlenecks easier to identify.
  • Improved log export flow for clearer issue reporting and reproduction analysis.

Dependencies and Runtime Updates

  • Upgraded MobileGlues to 1.3.4.
  • Updated FNA3D and aligned it to an appropriate branch, with profiling-related support improvements.

Engineering and Release

  • Added a GitHub Actions APK auto-build workflow to improve release efficiency and reproducibility.
  • Version number has been bumped to 2.0.1.