Releases: GlobedGD/argon
Releases · GlobedGD/argon
v1.4.5
v1.4.4
upd changelog
v1.4.3
1.4.3
- Fix incorrect URL offsets on Android causing verification failure
v1.4.2
- Fix Android builds by @hiimjasmine00 in #7
v1.4.1
- Fix compilation on MSVC
- Use lower priority for the mod load listeners
v1.4.0
- API slightly changed to be async-friendly
- Internals rewritten for much cleaner code
v1.3.1
- 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
- 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
- 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.