Skip to content

Commit

Permalink
Prepare release 0.23
Browse files Browse the repository at this point in the history
- Removed random name generation
- Added full support for import and export of player and metadata
- Added feature to edit an items full JSON directly
- Show default item stats from item asset if missing on instance
- Added basic ship management
- Support rendering armor live on player in preview
- Add toggling armor and changing preview background
- Maintain aspect ratio on item icons and trim whitespace
- Many bug fixes
  • Loading branch information
wizzomafizzo committed May 23, 2015
1 parent d968824 commit 106d446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starcheat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
if not os.path.isdir(config_folder):
os.mkdir(config_folder)

STARCHEAT_VERSION = "0.22 (Spirited Giraffe)"
STARCHEAT_VERSION_TAG = "0.22"
STARCHEAT_VERSION = "0.23 (Spirited Giraffe)"
STARCHEAT_VERSION_TAG = "0.23"
CONFIG_VERSION = 15
ini_file = os.path.join(config_folder, "starcheat.ini")

Expand Down

1 comment on commit 106d446

@wizzomafizzo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrmoritz I need your help again with appveyor :(

Pretty sure I set everything up right but idk how to kick off a build of the latest commit.

Please sign in to comment.