v2.5.0: updated version and changelog for ALPHA-4

This commit is contained in:
Evan Debenham
2024-08-25 14:16:35 -04:00
parent a0cec969c8
commit 2a1f46b21c
2 changed files with 12 additions and 2 deletions

View File

@@ -20,8 +20,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 786
appVersionName = '2.5.0-ALPHA-3'
appVersionCode = 787
appVersionName = '2.5.0-ALPHA-4'
appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@@ -85,6 +85,16 @@ public class v2_X_Changes {
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes = new ChangeInfo("ALPHA-4", 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"),
"Fixed the following bugs:\n" +
"\n" +
"_Caused by AlPHA:_\n" +
"_-_ Crashes when using unidentified upgrade scrolls with a quantity of 1"));
changes = new ChangeInfo("ALPHA-3", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);