We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610e197 commit 593d948Copy full SHA for 593d948
CMakeLists.txt
@@ -3,7 +3,7 @@ set(CMAKE_CXX_STANDARD 20)
3
set(CMAKE_CXX_STANDARD_REQUIRED ON)
4
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
5
6
-project(argon VERSION 1.4.4)
+project(argon VERSION 1.4.5)
7
8
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS
9
src/*.cpp
changelog.md
@@ -1,3 +1,7 @@
1
+# 1.4.5
2
+
+* Actually fix early load crashing on MacOS (I even tested!)
# 1.4.4
* Add `queueInMainThread` to main thread ID assignment, fixing crash if your mod is early load
0 commit comments