2026

icon RE Quickstart | 2.0.5
2026-08-17

Released a new version with the following changes:

  • Use stable artifacts (reintroduced safe hashing)
icon RE Edit | 5.0.0.20260817
2026-08-17

Released RE Edit 5 new version: 5.0.0.20260817:

  • Fixed issue CB#1: Issue with panel decals (nesting)
  • Changed the window title to “RE Edit 5”
  • Made selection rectangle more visible
icon re-cmake | 5.0.0.20260817
2026-08-17

Released re-cmake v5.0.0.20260817 with the following changes:

  • Use stable artifacts for re-mock and re-logging
  • This project is also published as a stable artifact

Available with RE Quickstart - Bootstrap Tool (v2.0.5)

icon RE Quickstart | 2.0.4
2026-08-15

Released a new version with the following changes:

  • Uses the latest versions of re-cmake which automatically selects “RE Edit 5” when installed
icon RE Edit | 5.0.0.20260814
2026-08-14

Released RE Edit 5 new version: 5.0.0.20260814:

  • Implemented support for RE SDK 5.0.0
    • Added support for a new visibility type (using a function)
    • Implemented custom_display changes
      • Added support for C++ rendering (display_id)
      • Removed invalidate function
      • Added support for using transparent/black background
    • Added support for dynamic unfolded height
    • Added support for gui_functions.lua (added to gui_2D.cmake when functions are used)
  • Improved design with clearly marked sections
  • Introduced radio buttons in several places (for example, to select the visibility type or the custom display rendering)
The new version is called "RE Edit 5" to be able to have multiple versions installed and to allow re-cmake to pick up the correct version.
icon re-cmake | 5.0.0.20260814
2026-08-14

Released re-cmake v5.0.0.20260814 with the following changes:

  • Look for “RE Edit 5” first, then “RE Edit”
icon RE Quickstart | 2.0.3
2026-08-12

Released a new version with the following changes:

  • Uses the latest versions of re-cmake and re-mock (adding further support for RE SDK 5.0.0).

  • The conversion tool (convert.py) has been updated to add support for the new gui_functions.lua file introduced in RE SDK 5.0.0.

icon re-mock | 5.0.0.20260812
2026-08-12

Released re-mock v5.0.0.20260812 with the following changes:

  • Added missing device_host_properties (for example sample_browse_focus)
  • Bumped RT String max_size to 8192 and added check on string size (max 2 mb)
  • Added partial support for jbox.native_object new access component: the value is read and used to create an object of the right type. It is currently not used for checking access later on. The new SDK introduced a lot more access patterns with custom display in C++, and these changes will be part of a later re-mock release.
icon re-cmake | 5.0.0.20260812
2026-08-12

Released re-cmake v5.0.0.20260812 with the following changes:

  • Uses new version of re-mock (includes several additions to further support SDK 5.0.0)

Available with RE Quickstart - Bootstrap Tool (v2.0.3)

icon emscripten-ports | 2026.08.10
2026-08-10

Released emscripten-ports v2026.08.10 with the following changes:

icon emscripten-glfw | 3.5.1.20260809
2026-08-09

Released emscripten-glfw 3.5.1.20260809 with the following changes:

  • Upgraded to GLFW 3.5.1 (check the Changelog for details, although most changes are related to bug fixes in other platforms)
  • Added support for the new input mode GLFW_UNLIMITED_MOUSE_BUTTONS
icon re-cmake | 5.0.0.20260714
2026-07-14

Released re-cmake v5.0.0.20260714 with the following changes:

  • Added new exports for macOS build (JukeboxExport_DisplaySetup, JukeboxExport_Draw, JukeboxExport_Gesture, JukeboxExport_Notify) to support custom displays with C++ bindings.
icon RE Edit | 4.6.0.20260712
2026-07-12

Released RE Edit update: 4.6.0.20260712:

  • 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>.
  • Note that the name of the program remains RE Edit for update purposes. The new version will be called RE Edit 5.0.0 to be able to have multiple versions installed and to allow re-cmake to pick up the correct version.
  • The new binary is also being made available on GitHub since prior versions were checking on GitHub for the latest version.
icon re-cmake | 5.0.0.20260712
2026-07-12
Released re-cmake v5.0.0.20260712 with the following changes:
  • Added info about tools detected
  • Removed hash (unreliable)

Released re-cmake 4.6.0.20260712 with the following changes:
  • Removed hash (unreliable)
icon RE Quickstart
2026-07-10

The RE Quickstart (Bootstrap Tool) has been updated to support both RE SDK 5.0.0 and RE SDK 4.6.0: the first step in the flow now lets you select which version of the RE SDK you want to use.

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-logging | 5.0.0.20260708
2026-07-09
Released re-logging v5.0.0.20260708 and v4.6.0.20260709 and with the following changes:
  • Fixes Windows build
icon re-cmake
2026-07-09
Released re-cmake v5.0.0.20260708 with the following changes:
  • Fixes Recon version
  • Uses re-mock and re-logging new versions with fixes for Windows

Released re-cmake v5.0.0.20260705 with the following changes:
  • Updated to RE SDK 5.0.0
  • Removed support for low res since SDK 5.0.0 no longer supports it
    • removed targets native-install-low-res, common-render-low-res, native-install-hi-res and common-render-hi-res
    • removed -l/--low-res option from re.sh (resp. re.bat)
    • removed RE_CMAKE_RE_2D_RENDER_HI_RES_OPTION from the CMake build
  • The dependecies (re-mock and re-logging) have been updated to SDK 5.0.0 as well

Released re-cmake 4.6.0.20260709 with the following changes:
  • Updated re-logging version with fixes for Windows
  • Updated list of Recon to look for (up to Recon 14)
icon re-mock | 4.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-logging | 4.6.0.20260703
2026-07-03

Released re-logging 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 re-logging_NATIVE_COMPILE_DEFINITIONS as a CMake variable defining RE_LOGGING_VERSION and RE_LOGGING_VERSION_AS_NUMBER.