Skip to content

Commit

Permalink
add Starbound 1.0 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kurisubrooks authored and chrmoritz committed Jul 31, 2016
1 parent 27f60f4 commit 46ea601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand All @@ -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

Expand Down

0 comments on commit 46ea601

Please sign in to comment.