File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Geode Changelog
22
3+ ## v4.6.1
4+ * Fix several random crashes caused by incorrect relocation code in Tuliphook
5+ * Make unzip upon download iOS only (0a6d09c)
6+
37## v4.6.0
48 * JIT-less iOS support! (#1395 )
59 * This means that Geode now supports iOS 26 beta and above
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ if (DEFINED GEODE_TULIPHOOK_REPO_PATH)
283283 message (STATUS "Using ${GEODE_TULIPHOOK_REPO_PATH} for TulipHook" )
284284 add_subdirectory (${GEODE_TULIPHOOK_REPO_PATH} ${GEODE_TULIPHOOK_REPO_PATH} /build )
285285else ()
286- CPMAddPackage("gh:geode-sdk/TulipHook@3.1.0 " )
286+ CPMAddPackage("gh:geode-sdk/TulipHook@3.1.1 " )
287287endif ()
288288set (CMAKE_WARN_DEPRECATED ON CACHE BOOL "" FORCE)
289289
Original file line number Diff line number Diff line change 1- 4.6.0
1+ 4.6.1
You can’t perform that action at this time.
0 commit comments