diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b8c67a0..7e982b2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,5 @@ +## starcheat is currently incompatiable with Starbound 1.0 - We are currently not accepting issues for Starcheat errors with users running starcheat 0.27 with Starbound 1.0. For updates on 1.0 support, follow #282 (including early nightly builds with 1.0 support). + ## Please follow these steps before opening a new issue: * [ ] try updating starcheat to the [latest](https://github.com/wizzomafizzo/starcheat/releases/latest) version [compatible](https://github.com/wizzomafizzo/starcheat#downloads) with your Starbound version and retry (maybe your issue is already fixed) diff --git a/README.md b/README.md index c1a1a7d..0430666 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # starcheat [![Build Status](https://travis-ci.org/wizzomafizzo/starcheat.svg?branch=master)](https://travis-ci.org/wizzomafizzo/starcheat) [![Build status](https://ci.appveyor.com/api/projects/status/raaumvqaeryq08tf/branch/master?svg=true)](https://ci.appveyor.com/project/wizzomafizzo/starcheat/branch/master) +## starcheat is currently incompatiable with Starbound 1.0 - We are currently not accepting issues for Starcheat errors with users running starcheat 0.27 with Starbound 1.0. For updates on 1.0 support, follow #282 ([early nightly builds with 1.0 support are available](#nightlies)). + starcheat is a [Starbound](http://playstarbound.com/) player save editor, you can get free pixels with this! (omg) ![woohoo](https://raw.github.com/wizzomafizzo/starcheat/master/starcheat/images/screenshot.png) @@ -8,6 +10,7 @@ starcheat is a [Starbound](http://playstarbound.com/) player save editor, you ca Starbound | starcheat -------------------- | --------- +**Starbound 1.0** | TBD - [nightly builds available](#nightlies) **Glad Giraffe** | [0.27.1](https://github.com/wizzomafizzo/starcheat/releases/tag/0.27.1) Pleased Giraffe | [0.26](https://github.com/wizzomafizzo/starcheat/releases/tag/0.26) Spirited Giraffe | [0.25](https://github.com/wizzomafizzo/starcheat/releases/tag/0.25) @@ -20,11 +23,11 @@ You can try out the latest in development version (which may not be stable) by f #### Windows: Appveyor artifacts -You can download prebuild nightlies for the latest commit from our Appveyor build bot. Go to https://ci.appveyor.com/project/wizzomafizzo/starcheat/branch/dev choose the build matching your architecture (win32 or win64) and download the latest snapshot from the Artifacts tab. +You can download prebuild nightlies for the latest commit from our Appveyor build bot. Go to https://ci.appveyor.com/project/wizzomafizzo/starcheat/branch/dev or https://ci.appveyor.com/project/wizzomafizzo/starcheat/history for 1.0 nightlies (the ones labeled with `Pull request #288 - Starbound 1.0 Support`) choose the build matching your architecture (win32 or win64) and download the latest snapshot from the Artifacts tab. #### Mac: Homebrew HEAD build -Follow [the steps below](#mac) to set up our Homebrew tap but instead of installing the stable version run `brew install chrmoritz/starcheat/starcheat --HEAD` to install the latest nightly. +Follow [the steps below](#mac) to set up our Homebrew tap but instead of installing the stable version run `brew install chrmoritz/starcheat/starcheat --HEAD` to install the latest nightly or `brew install chrmoritz/starcheat/starcheat --devel` for the nightly with 1.0 support. #### Linux + all Platforms: Build from source