v2.2.0: updated version and changelog for beta-0.3

This commit is contained in:
Evan Debenham
2023-09-11 20:57:15 -04:00
parent fe560497d7
commit 5bd755b163
2 changed files with 10 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 741
appVersionName = '2.2.0-BETA-0.2'
appVersionCode = 742
appVersionName = '2.2.0-BETA-0.3'
appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@@ -80,10 +80,17 @@ public class v2_X_Changes {
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes = new ChangeInfo("", false, null);
changes = new ChangeInfo("BETA-0.3", 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" +
"_-_ Further random uncommon crash issues (I hope)\n" +
"_-_ Error with armor descriptions in Korean\n" +
"_-_ A few minor textual errors"));
changes = new ChangeInfo("BETA-0.2", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);