Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

37 lines (27 loc) · 1.71 KB

Change Log

Unreleased - ReleaseDate

  • Significantly optimize cache updates (first update will still be a full update)
  • Replace escape menu modding tab with mod integration interface
  • Add light/dark mode toggle to settings menu
  • More mod save file fixes for Windows store version
  • Fix Windows console being full of garbage characters
  • Fix unintentionally linking to libssl on Linux

0.2.10 - 2023-08-18

  • Many small improvements to the GUI
  • Add simple in game UI to show local and remote integration version and active mods
  • Add experimental mod linting to assist with common mod issues such as conflicts (#55)
  • Microsoft Store: Fix mods being unable to write custom save files (#58)
  • Fix profile CLI command not respecting mod's enable flag

0.2.9 - 2023-08-11

  • Update egui_dnd which makes dragging and re-ordering mods significantly smoother
  • Restore modding subsystem config upon uninstalling to prevent all mods getting enabled and kicking the user to sandbox
  • Fix regression introduced by case sensitive path fix (#36)

0.2.8 - 2023-08-05

  • Fix *.ushaderbytecode files not being filtered out and causing crash on load
  • Fix including same asset paths with different casings causing Unreal Engine to load neither (#29)