v2.1.0: updated changelog and version for RC-2

This commit is contained in:
Evan Debenham
2023-06-01 11:17:10 -04:00
parent 59f9221bcc
commit 7afb198ad7
2 changed files with 8 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 712
appVersionName = '2.1.0-RC-1'
appVersionCode = 714
appVersionName = '2.1.0-RC-2'
appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@@ -82,10 +82,15 @@ public class v2_X_Changes {
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes = new ChangeInfo("", false, null);
changes = new ChangeInfo("RC-2", 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 RC-1:_\n" +
"_-_ Tormented spirit spawning far more frequently than intended"));
changes = new ChangeInfo("RC-1", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);