v3.0.0: updated version and changelog for ALPHA-0.7
This commit is contained in:
@@ -17,8 +17,8 @@ allprojects {
|
||||
appName = 'Shattered Pixel Dungeon'
|
||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||
|
||||
appVersionCode = 809
|
||||
appVersionName = '3.0.0-ALPHA-0.6'
|
||||
appVersionCode = 810
|
||||
appVersionName = '3.0.0-ALPHA-0.7'
|
||||
|
||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
|
||||
@@ -62,10 +62,18 @@ public class v3_X_Changes {
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
changes = new ChangeInfo("", false, null);
|
||||
changes = new ChangeInfo("ALPHA-0.7", false, null);
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
|
||||
"Quick extra release to fix some bugs =S\n\n" +
|
||||
"Fixed the following bugs:\n" +
|
||||
"**Caused by ALPHA:**\n" +
|
||||
"**-** Crashes caused by hallowed ground\n" +
|
||||
"**-** Holy Intuition being referred to as divine intuition in some cases\n" +
|
||||
"**-** Text display errors with recall inscription buff"));
|
||||
|
||||
changes = new ChangeInfo("ALPHA-0.6", false, null);
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
Reference in New Issue
Block a user