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
+2 -2
View File
@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon' appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 712 appVersionCode = 714
appVersionName = '2.1.0-RC-1' appVersionName = '2.1.0-RC-2'
appJavaCompatibility = JavaVersion.VERSION_1_8 appJavaCompatibility = JavaVersion.VERSION_1_8
@@ -82,10 +82,15 @@ public class v2_X_Changes {
changes.hardlight(Window.TITLE_COLOR); changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes); changeInfos.add(changes);
changes = new ChangeInfo("", false, null); changes = new ChangeInfo("RC-2", false, null);
changes.hardlight(Window.TITLE_COLOR); changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes); 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 = new ChangeInfo("RC-1", false, null);
changes.hardlight(Window.TITLE_COLOR); changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes); changeInfos.add(changes);