v1.3.1: final commit

This commit is contained in:
Evan Debenham
2022-07-09 00:10:13 -04:00
parent 47ea744b75
commit 75ef430ee7
2 changed files with 20 additions and 2 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 642
appVersionName = '1.3.0'
appVersionCode = 644
appVersionName = '1.3.1'
appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@@ -87,6 +87,24 @@ public class v1_X_Changes {
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes = new ChangeInfo("", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes = new ChangeInfo("v1.3.1", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes.addButton(new ChangeButton(Icons.get(Icons.PREFS), Messages.get(ChangesScene.class, "misc"),
"_-_ Wards and Sentries are now immune to sleep, vertigo and fear\n" +
"_-_ Updated translations"));
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
"Fixed (caused by v1.3.0):\n" +
"_-_ Runs ended by debuffs not appearing in rankings\n" +
"_-_ Bugs with new hero armor transferring ability\n" +
"_-_ Text for daily run dates not being language-neutral"));
changes = new ChangeInfo(Messages.get(ChangesScene.class, "new"), false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);