Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Superpowers v2.0

Compare
Choose a tag to compare
@elisee elisee released this 28 Aug 08:28
· 49 commits to master since this release

Important note for OS X and Linux users

On OS X, Superpowers's data folder was moved from ~/Library/Superpowers to ~/Library/Application Support/Superpowers. The migration will be automated.

But older versions of Superpowers Core had a bug that prevents it from being updated properly on OS X and Linux. So after Superpowers Core fails to upgrade, you'll need to open ~/Library/Application Support/Superpowers (or ~/.local/share/Superpowers on Linux) and rename the core and core.new folders to core.disabled and core.new.disabled. After that, you can restart Superpowers and it will update properly.

Sorry for the inconvenience.

All changes

  • Upgraded to Electron v1.3.1
  • Build with latest version of Node.js on Travis
  • Fixed error message when settings could not be loaded
  • Fixed crash if the app exits before the main window was created
  • Fixed game system installation being skipped when dismissing the welcome dialog
  • Added support for customizing server name in settings
  • Use Electron-provided user data paths rather than our own custom logic
  • Improved Italian locale #42 (thanks @marcosecchi)
  • Added German locale #45 (thanks @Wend1go)
  • Added link to Sparklin Labs' free assets on home sidebar
  • Fixed offline mode
  • Added tray balloon on Windows when closing the app, see #37
  • IRC chat now displays user modes (operator @, voiced +) in a channel's sidebar

Other releases