2026
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_StoreMOMPropertyStringandJBox_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)
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_VERSIONandRE_MOCK_VERSION_AS_NUMBER.
- The project has been moved to Codeberg.
- No code change.
2025
Released re-mock update: v1.8.1
- Fixes issue with
JBOX_TRACEcalled from destructor
2024
Released re-mock update: v1.6.0
- Added support for
device_categoriesininfo.luawhich was added as a new requirement with Reason 13 - Deprecated automatic support for
std::filesystem::pathinfmtdue to UTF8: usepath.u8string()instead
2023
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…