Skip to content

0.7.1

Latest

Choose a tag to compare

@KoenHav KoenHav released this 17 Aug 12:00

0.7.1 - 2026-08-17

Added

  • Added Logger::RemoveCallback to the C++ and C# bindings.
  • Added ERS_Logger_RemoveCallback API function.

Changed

  • The callback in Logger::AddCallback now has the LogEvent enum as its first argument (previously an integer).
  • The Logger::AddCallback function now returns the index of the callback, which can be used to remove the callback later.
  • Make windowTitle and runWindow variables of the Debugger protected instead of private.

Fixed

  • Fixed a bug where scheduling events inside each other may cause wrong event ordering.
  • Fixed Logger::AddCallback from crashing ERS.