Skip to content

0.4.32

Choose a tag to compare

@github-actions github-actions released this 21 Jun 18:07
· 58 commits to main since this release
v0.4.32
bbbb6f5
  • Optimized layout issues of RitsuLib-related interfaces caused by switching UI scale at runtime.
  • Default Toast duration changed to 6 seconds.
  • Fixed an issue where the manual sort button was unavailable in the main menu.
  • Modified Workshop update check logic; now it will not download immediately by default but only trigger queuing.
    • The setting can be changed to immediate download mode, which will automatically show download progress.
    • Also adjusted the logic executed during checking, which reduces momentary stutter.
  • Fixed an issue where sorting Mods would also include disabled Mods in the sorting.
  • Enhanced the behavior of EnsureGodotScriptsRegistered; if registered is detected, it will correctly skip Godot injection.
  • Fixed an issue where the Encyclopedia might not properly use controller interaction to select additional buttons.

  • 优化了运行时切换界面比例导致的 RitsuLib 相关界面的布局问题
  • Toast 默认时长修改为 6 秒
  • 修复了手动排序按钮在主菜单不可用的问题
  • 修改了 Workshop 更新检查逻辑,现在默认不会立即下载而是仅触发排队
    • 设置中可以修改为立即下载模式,这会在下载时自动显示下载进度
    • 同时调整了检查时执行的逻辑,这会减少瞬时卡顿的产生
  • 修复了排序 Mod 时会把禁用的 Mod 也并入排序的问题
  • EnsureGodotScriptsRegistered 的行为进行了增强,如果检测到已注册会正确跳过 Godot 注入
  • 修复了图鉴可能无法正常使用手柄交互选中额外的按钮的问题

Full Changelog: v0.4.31...v0.4.32