Skip to content

Releases: GlobedGD/argon

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

v1.2.1

09 Nov 19:31
e061e92

Choose a tag to compare

  • Add automatic troubleshooter for account issues (invalid credentials, sent message limit). Now instead of "generic error", users will see a better error message telling them how to fix the issue.

v1.2.0

12 Oct 21:01

Choose a tag to compare

  • Add new task-based API for obtaining auth tokens, thanks camila314!