Skip to content

Releases: GlobedGD/argon

v1.4.9

13 Apr 21:29
6613c3f

Choose a tag to compare

  • Fix rare crash due to initConfigLock being called too late if a mod spawned startAuth in $on_mod(Loaded) or another early place

v1.4.8

11 Apr 16:29
0173044

Choose a tag to compare

  • Check if the user has the auth bot account blocked upon auth failure, and return a special message

v1.4.7

02 Apr 12:15
49f5b9d

Choose a tag to compare

  • Make getGameAccountData print a warning instead of crashing when called off main thread

v1.4.6

11 Mar 21:52
b8a28f7

Choose a tag to compare

  • Fix use after free bug that caused auth failures

v1.4.5

25 Feb 20:56

Choose a tag to compare

1.4.5

  • Actually fix early load crashing on MacOS (I even tested!)

v1.4.4

23 Feb 16:32

Choose a tag to compare

upd changelog

v1.4.3

21 Feb 15:19

Choose a tag to compare

1.4.3

  • Fix incorrect URL offsets on Android causing verification failure

v1.4.2

05 Feb 17:33

Choose a tag to compare

v1.4.1

03 Feb 17:29

Choose a tag to compare

  • Fix compilation on MSVC
  • Use lower priority for the mod load listeners

v1.4.0

02 Feb 13:25

Choose a tag to compare

  • API slightly changed to be async-friendly
  • Internals rewritten for much cleaner code