Skip to content

Release v1.5.1 - Better Error, Auth Handling

Compare
Choose a tag to compare
@dscalzi dscalzi released this 21 Jan 03:49
· 183 commits to master since this release
8bd040a

Release v1.5.1

If you encounter the "Failed to verify username" error, you can now resolve the issue by logging out of all your accounts, then relogging in. This will reset the clientToken. You no longer have to delete the config.json.

Error handling for the launch process has been improved. We are now properly monitoring the forked process for invalid exit codes and errors. If anything happens, the user will now be alerted. This should eliminate a lot of the "stuck at 100%" issues.

Changes

  • 90651d4 Reset client token when user logs out of all accounts.
  • 8c0bf8f Improved error handling during launch. We now properly monitor the forked process and alert the user of any errors (non-zero status codes and actual errors). This should eliminate a lot of the "stuck at 100%" issues.

Dependency Upgrades

  • 3e20b1f
    • electron@4.0.1
    • electron-builder@20.38.5
    • eslint@5.12.1