File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11# GDIntercept Changelog
22
3- ## v0.6.6-alpha.6 (2024-09-27) - Theme Docs
3+ ## v0.6.5-alpha.6 (2024-09-27) - Race Condition Patch
4+
5+ - Patched all remaining race conditions (closed source for security reasons)
6+
7+ ## v0.6.4-alpha.6 (2024-09-27) - Theme Docs
48
59- Added a theme documentation page
610
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
55set (CMAKE_OSX_ARCHITECTURES "arm64;x86_64" )
66set (CMAKE_MSVC_RUNTIME_LIBRARY MultiThreadedDLL)
77
8- project (GDIntercept VERSION 0.6.4 )
8+ project (GDIntercept VERSION 0.6.5 )
99
1010file (GLOB_RECURSE SOURCES "src/*.cpp" )
1111add_library (${PROJECT_NAME} SHARED ${SOURCES} )
Original file line number Diff line number Diff line change 11{
22 "geode" : " 3.7.1" ,
3- "version" : " v0.6.4 -alpha.6" ,
3+ "version" : " v0.6.5 -alpha.6" ,
44 "id" : " smjs.gdintercept" ,
55 "name" : " GDIntercept" ,
66 "api" : {
158158 "type" : " bool" ,
159159 "default" : false
160160 }
161- },
162- "incompatibilities" : [
163- {
164- "id" : " sorkopiko.noratelimit" ,
165- "version" : " *" ,
166- "importance" : " breaking"
167- }
168- ]
161+ }
169162}
You can’t perform that action at this time.
0 commit comments