revert tuliphook & update changelog

This commit is contained in:
altalk23 2024-04-14 15:26:11 +03:00
parent f84e8660cb
commit ff994cd076
2 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,20 @@
# Geode Changelog
## v2.0.0-beta.24
* CMake error when compiling with Android SDK below 23 (ea34e12)
* Fix rendering of soft line breaks in MDTextArea (c7f8b5f)
* Fix `getChildOfType` entering an infinite loop with negative indices (a795487)
* Don't cache fonts on Windows (e9da55f)
* Add `level:` and `mod:` to MDTextArea (8c61a6f)
* Fix json floating precision errors (318a7f2)
* Fix loading bar going out of bounds (e50c3ab)
* Fix field containers for modified classes that have an inheritance relationship sharing the container (00e971a)
* Error if mod target geode version doesn't match installed SDK version (2c559f8)
* Fix dangling pointer in `disownPatch` (4c492c1)
* Add a way to access internal setting container (798cacc)
* Add the crashed thread to Windows crashlog (f84e866)
* Add Greek, Ukranian, Simplified and Traditional Chinese, French translations for the installer (8002ca0, bd5db26, 33fcd52, c02cc6d)
## v2.0.0-beta.23
* Fix `CCMenuItem::activate` crashes (005d245, 7f9dcc6)
* Fix ProfilePage fix misaligning profiles (b44184c)

View file

@ -241,7 +241,7 @@ if (DEFINED GEODE_TULIPHOOK_REPO_PATH)
message(STATUS "Using ${GEODE_TULIPHOOK_REPO_PATH} for TulipHook")
add_subdirectory(${GEODE_TULIPHOOK_REPO_PATH} ${GEODE_TULIPHOOK_REPO_PATH}/build)
else()
CPMAddPackage("gh:geode-sdk/TulipHook#3ec2e6e")
CPMAddPackage("gh:geode-sdk/TulipHook#7fa328b")
endif()
set(CMAKE_WARN_DEPRECATED ON CACHE BOOL "" FORCE)