Skip to content

Save Edit Tool Version 0.2.3 - DLL Support

Choose a tag to compare

@xLieferant xLieferant released this 30 Dec 15:01
· 171 commits to main since this release

What's Changed

  • Updated all commands that access the current profile (read_money, read_xp, read_all_save_data) to accept profile_state: State<'_, AppProfileState> as a parameter.
  • Fixed compilation errors caused by undefined profile_state in these functions.
  • Preserved logging of profile-related operations for debugging and transparency.
  • read_traffic_value remains unchanged, as it does not depend on a user profile.
  • Ensured consistent use of require_current_profile(profile_state) throughout all profile-dependent commands.
  • Cleaned up redundant imports and unused variables warnings.
  • Overall, commands are now fully compatible with Tauri state management and should compile without errors.