v3.3.3: updated changelog and version for v3.3.3 release
This commit is contained in:
@@ -14,8 +14,8 @@ allprojects {
|
|||||||
appName = 'Shattered Pixel Dungeon'
|
appName = 'Shattered Pixel Dungeon'
|
||||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||||
|
|
||||||
appVersionCode = 886
|
appVersionCode = 887
|
||||||
appVersionName = '3.3.2'
|
appVersionName = '3.3.3'
|
||||||
|
|
||||||
appJavaCompatibility = JavaVersion.VERSION_11
|
appJavaCompatibility = JavaVersion.VERSION_11
|
||||||
|
|
||||||
|
|||||||
@@ -85,10 +85,16 @@ public class v3_X_Changes {
|
|||||||
changes.hardlight(Window.TITLE_COLOR);
|
changes.hardlight(Window.TITLE_COLOR);
|
||||||
changeInfos.add(changes);
|
changeInfos.add(changes);
|
||||||
|
|
||||||
changes = new ChangeInfo("v3.3.2", false, null);
|
changes = new ChangeInfo("v3.3.3 & v3.3.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), "v3.3.3",
|
||||||
|
"v3.3.3 is a quick followup patch to fix one serious bug introduced in v3.3.2, sorry for the trouble!\n\n" +
|
||||||
|
"Fixed the following bugs:\n" +
|
||||||
|
"**Caused by v3.3.2:**\n" +
|
||||||
|
"**-** Crashes caused by resurrection via unblessed ankh while holding a skeleton key."));
|
||||||
|
|
||||||
changes.addButton( new ChangeButton(new Image(new ImpSprite()), "Quest Tester Area Progress",
|
changes.addButton( new ChangeButton(new Image(new ImpSprite()), "Quest Tester Area Progress",
|
||||||
"Happy New Year Everyone!\n\n" +
|
"Happy New Year Everyone!\n\n" +
|
||||||
"I've made some progress over the holidays on the new quest tester area. It's now entirely generated by the game's levelgen system, whereas the previous iteration was mostly hardcoded.\n\n" +
|
"I've made some progress over the holidays on the new quest tester area. It's now entirely generated by the game's levelgen system, whereas the previous iteration was mostly hardcoded.\n\n" +
|
||||||
|
|||||||
Reference in New Issue
Block a user