Skip to content

Alpha v0.0.1-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscalzi dscalzi released this 31 May 03:42
· 308 commits to master since this release
74a60a6

Changelog

  • Fixed discord rpc not shutting down properly (ee55446)
  • Removed some redundancy in the css code (30c258d)
  • Added settings UI groundwork (2dcbb45)
    • Added a tooltip to the settings button on the landing UI.
    • Settings button now opens to the (incomplete) settings UI.
    • Added navigation bar to the settings UI.
    • Implemented tabbing between settings tabs.
  • Added and implemented the UI for the account management tab. (91c842d)
    • Features:
      • Add a new account.
      • Switch accounts.
      • Log out of an account.
    • Added a cancel button to the login UI which is only shown when a user is adding an account.
  • Finalized account management tab. (74a60a6)
    • Added proper startup handling for when the launcher is started with no saved accounts. The user will be directed to the login UI.
    • If a user tries to log out of the last saved account, they will be prompted with a warning. If they proceed with the log out, they will be redirected to the login UI.
    • Accounts are validated each time they are switched.