v2.4.0: updated version and changelog for ALPHA-2

This commit is contained in:
Evan Debenham
2024-04-24 14:27:10 -04:00
parent f6e82d0e45
commit abfcd68580
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon' appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 769 appVersionCode = 771
appVersionName = '2.4.0-ALPHA-1' appVersionName = '2.4.0-ALPHA-2'
appJavaCompatibility = JavaVersion.VERSION_1_8 appJavaCompatibility = JavaVersion.VERSION_1_8
@@ -82,6 +82,16 @@ public class v2_X_Changes {
changes.hardlight(Window.TITLE_COLOR); changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes); changeInfos.add(changes);
changes = new ChangeInfo("ALPHA-2", true, "");
changes.hardlight(0xCCCCCC);
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" +
"_Caused by ALPHA-1_:\n" +
"_-_ Frequent crash bugs for some user (whoops!)\n" +
"_-_ Incorrect sprites for un-ided potions/scrolls in the catalog"));
changes = new ChangeInfo(Messages.get(ChangesScene.class, "new"), false, null); changes = new ChangeInfo(Messages.get(ChangesScene.class, "new"), false, null);
changes.hardlight(Window.TITLE_COLOR); changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes); changeInfos.add(changes);