Skip to content

Commit dd20884

Browse files
committed
upd changelog
1 parent 982a3ba commit dd20884

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(CMAKE_CXX_STANDARD 20)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
44
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
55

6-
project(argon VERSION 1.4.3)
6+
project(argon VERSION 1.4.4)
77

88
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS
99
src/*.cpp

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.4.4
2+
3+
* Add `queueInMainThread` to main thread ID assignment, fixing crash if your mod is early load
4+
15
# 1.4.3
26

37
* Fix incorrect URL offsets on Android causing verification failure

0 commit comments

Comments
 (0)