Skip to content

v0.22.0

Choose a tag to compare

@WRXinYue WRXinYue released this 19 Jun 07:21
· 8 commits to main since this release

Changed

  • STS2 v0.107.1 — KitLib requires the current game build (v0.107.1). Older versions (including 0.103.3) are not supported.

Fixed

  • Mod Feedback — The log file dropdown now lists session logs from other game instances (instances/<pid>/session.log), not only the current window.
  • Multiplayer — KitLib no longer breaks joining or hosting on the current game version.

Removed

  • Automatic crash feedback prompts — KitLib no longer detects unhandled errors or abnormal exits and opens a feedback dialog. Use Dev Mode → Diagnostics → Mod Feedback (or the in-run dev rail) to export a report manually.
  • kitlib.compat.toml sidecar — KitLib no longer reads or shows version/dependency warnings from compat sidecars in Mod settings or on the main menu. Declare requirements in the game's official mod manifest (min_game_version, dependencies) instead.

Changed

  • STS2 v0.107.1 — KitLib 需要当前游戏版本(v0.107.1),不再支持更旧版本(含 0.103.3)。

Fixed

  • Mod 反馈 — 日志下拉列表现可看到其他游戏实例的 session 日志(instances/<pid>/session.log),不仅限当前窗口。
  • 联机 — 在当前游戏版本下加载 KitLib 不再导致无法正常加入或主持联机。

Removed

  • 自动崩溃反馈提示 — KitLib 不再检测未捕获异常或异常退出并弹出反馈对话框。请通过 开发者模式 → 诊断 → Mod 反馈(或局内 dev 侧栏)手动导出报告。
  • kitlib.compat.toml sidecar — KitLib 不再读取 compat sidecar,也不在 Mod 设置或主菜单显示版本/依赖警告。请在游戏官方 mod 清单(min_game_versiondependencies)中声明依赖。