Skip to content

Releases: GlobedGD/argon

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

v1.3.1

09 Dec 01:18

Choose a tag to compare

  • Add some helper functions to check if the user is signed into a GD account and if any auth tokens are already cached

v1.3.0

30 Nov 13:56

Choose a tag to compare

  • Enforce strict thread safety, argon will now return errors in some functions when not invoked from main thread. See README for more details.
  • Fix some internal thread safety bugs
  • Fix a bug in task API that would start auth even if not logged into an account
  • Include the mod version in telemetry