Skip to content

Releases: GlobedGD/argon

v1.4.9

Choose a tag to compare

@dankmeme01 dankmeme01 released this 13 Apr 21:29
6613c3f
  • 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

Choose a tag to compare

@dankmeme01 dankmeme01 released this 11 Apr 16:29
0173044
  • Check if the user has the auth bot account blocked upon auth failure, and return a special message

v1.4.7

Choose a tag to compare

@dankmeme01 dankmeme01 released this 02 Apr 12:15
49f5b9d
  • Make getGameAccountData print a warning instead of crashing when called off main thread

v1.4.6

Choose a tag to compare

@dankmeme01 dankmeme01 released this 11 Mar 21:52
b8a28f7
  • Fix use after free bug that caused auth failures

v1.4.5

Choose a tag to compare

@dankmeme01 dankmeme01 released this 25 Feb 20:56

1.4.5

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

v1.4.4

Choose a tag to compare

@dankmeme01 dankmeme01 released this 23 Feb 16:32
upd changelog

v1.4.3

Choose a tag to compare

@dankmeme01 dankmeme01 released this 21 Feb 15:19

1.4.3

  • Fix incorrect URL offsets on Android causing verification failure

v1.4.2

Choose a tag to compare

@dankmeme01 dankmeme01 released this 05 Feb 17:33

v1.4.1

Choose a tag to compare

@dankmeme01 dankmeme01 released this 03 Feb 17:29
  • Fix compilation on MSVC
  • Use lower priority for the mod load listeners

v1.4.0

Choose a tag to compare

@dankmeme01 dankmeme01 released this 02 Feb 13:25
  • API slightly changed to be async-friendly
  • Internals rewritten for much cleaner code