diff --git a/README.md b/README.md index 370e869..2a6747a 100644 --- a/README.md +++ b/README.md @@ -30,24 +30,22 @@ This is not an exhaustive list. Download and install the launcher to gauge all it can do! -## Beta Tests - -The launcher is currently available for beta testing. -For information on beta, and download instructions, please see the [Beta Thread](https://westeroscraft.com/threads/official-new-launcher-beta.1371/). +#### Need Help? [Check the wiki.][wiki] ## Downloads -Latest Release +You can download from [GitHub Releases](https://github.com/WesterosCraftCode/ElectronLauncher/releases) or [WesterosCraft.com/launcher](https://westeroscraft.com/launcher) + +#### Latest Release [![](https://img.shields.io/github/release/WesterosCraftCode/ElectronLauncher.svg?style=flat-square)](https://github.com/WesterosCraftCode/ElectronLauncher/releases/latest) -Latest Prerelease - +#### Latest Pre-Release [![](https://img.shields.io/github/release/WesterosCraftCode/ElectronLauncher/all.svg?style=flat-square)](https://github.com/WesterosCraftCode/ElectronLauncher/releases) **Supported Platforms** -Go to the [Releases](https://github.com/WesterosCraftCode/ElectronLauncher/releases) tab and download the installer for the latest release. +If you download from the [Releases](https://github.com/WesterosCraftCode/ElectronLauncher/releases) tab, select the installer for your system. | Platform | File | | -------- | ---- | @@ -179,6 +177,7 @@ Note that you **cannot** open the DevTools window while using this debug configu * [WesterosCraft][westeroscraft] * [Support Forum][supportforum] +* [Wiki][wiki] The best way to contact the developers is on Discord. @@ -197,3 +196,4 @@ The best way to contact the developers is on Discord. [westeroscraft]: https://westeroscraft.com/ 'WesterosCraft.com' [supportforum]: https://westeroscraft.com/forum/support.40/ 'Support Forum' [discord]: https://discord.gg/hqdjs3m 'Discord' +[wiki]: https://github.com/WesterosCraftCode/ElectronLauncher/wiki 'wiki' diff --git a/app/assets/js/loggerutil.js b/app/assets/js/loggerutil.js index 9841f14..7389941 100644 --- a/app/assets/js/loggerutil.js +++ b/app/assets/js/loggerutil.js @@ -13,6 +13,10 @@ class LoggerUtil { console.info.apply(null, [this.prefix, this.style, ...arguments]) } + warn(){ + console.warn.apply(null, [this.prefix, this.style, ...arguments]) + } + debug(){ console.debug.apply(null, [this.prefix, this.style, ...arguments]) } diff --git a/app/settings.ejs b/app/settings.ejs index ee754fe..8a0639f 100644 --- a/app/settings.ejs +++ b/app/settings.ejs @@ -228,8 +228,8 @@