Skip to content

Alpha v0.0.1-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscalzi dscalzi released this 30 May 02:06
· 313 commits to master since this release
daa6faa

Please note that when you update to this version, you will need to login to your account again. The UI will prompt you of this. The existing access tokens may be valid, however they are attached to an incorrect client token. As such, they cannot be validated. The issue with the client token has been rectified in this release, so this should be a one time thing.

Changelog

  • Fixes related to offline startup. (a67dac2)
    • Fixed incorrect function name for local distro index loading.
    • Fixed mojang tooltip not showing statuses when offline.
    • Added timeout of 2500ms to news loading, remote distro index retrieval, and mojang status loading.
    • Updated async to fix lodash vulnerability.
  • Added settings container layout (not full UI). (e9e2ec1)
  • Fixes related to account validation (daa6faa)
    • Fixed AuthManager sending incorrect client token to the auth endpoint.
    • Fixed minor issues with the validate selected function.
    • Fixed minor issue related to UI transitions.
    • Added account validations on startup and when account is switched.
    • Updated dependencies (electronbuilder).