2026

icon re-mock
2026-07-09
Released re-mock v5.0.0.20260708 with the following changes:
  • Fixes crash discovered on Windows

Released re-mock v5.0.0.20260705 with the following changes:
  • Updated to RE SDK 5.0.0
  • Changes in internal structures to support the non-backward compatible API change of TJBox_PropertyRef (struct -> number)
  • Implemented new APIs: JBox_GetPropertyInfo, JBox_StoreMOMPropertyString and JBox_StoreMOMPropertyStringTag
  • None of the new APIs related to drawing/custom displays in C++ have been implemented (ex: JBox_DrawText): they are no-op when called
  • None of the new exports are being called (ex: JBox_Export_Draw)
icon re-mock | v4.6.0.20260703
2026-07-03

Released re-mock v4.6.0.20260703 with the following changes:

  • With the non-backward compatible changes introduced in SDK 5.0.0, introducing a new version scheme reflecting the RE SDK version. The new numbering scheme is <re_sdk_version>.<year><month><day>.
  • Added compile definitions RE_MOCK_VERSION and RE_MOCK_VERSION_AS_NUMBER.
icon re-mock
2026-02-12
  • The project has been moved to Codeberg.
  • No code change.

2025

icon re-mock
2025-08-17

Released re-mock update: v1.8.1

  • Fixes issue with JBOX_TRACE called from destructor

2024

icon re-mock
2024-06-20

Released re-mock update: v1.6.0

  • Added support for device_categories in info.lua which was added as a new requirement with Reason 13
  • Deprecated automatic support for std::filesystem::path in fmt due to UTF8: use path.u8string() instead

2023

icon re-mock
2023-07-03

Just released a new re-mock updated: v1.5.0

  • Upgraded SDK to 4.4.0

Note that JukeboxTypes.h has some new defines but it is not really affecting the project…