v3.0.0: quick beta-2.7 release to fix that crash bug =S

This commit is contained in:
Evan Debenham
2025-02-10 19:48:32 -05:00
parent 2989b5d3ed
commit 9a9894f997
2 changed files with 8 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 825
appVersionName = '3.0.0-BETA-2.6'
appVersionCode = 826
appVersionName = '3.0.0-BETA-2.7'
appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@@ -68,10 +68,15 @@ public class v3_X_Changes {
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes = new ChangeInfo("", false, null);
changes = new ChangeInfo("BETA-2.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"),
"Fixed the following bugs:\n" +
"**Caused by BETA:**\n" +
"**-** Frequent crashes if using Ring of Wealth, caused by beta-2.6 adjustment (Sorry! =S)"));
changes = new ChangeInfo("BETA-2.6", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);