From 6bba0ba310e9d775be8a8bb7f67f1a458169a2e4 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 4 Jan 2026 11:44:40 -0500 Subject: [PATCH] v3.3.2: updated version code and changelog for amended v3.3.2 release --- build.gradle | 2 +- .../shatteredpixeldungeon/ui/changelist/v3_X_Changes.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4a626957a..ceb4fe69b 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { appName = 'Shattered Pixel Dungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' - appVersionCode = 885 + appVersionCode = 886 appVersionName = '3.3.2' appJavaCompatibility = JavaVersion.VERSION_11 diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v3_X_Changes.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v3_X_Changes.java index 6ec41a807..a425d057d 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v3_X_Changes.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v3_X_Changes.java @@ -104,7 +104,6 @@ public class v3_X_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 v3.3:**\n" + - "**-** Crash on launch on old iOS devices with A7 and A8 processors\n" + "**-** Monk energy starting at 10 instead of 0 after subclass is chosen\n" + "**-** Game showing a warning about save file errors in more cases than it should\n" + "**-** Rare cases where keys would be discarded when they shouldn't be\n" + @@ -113,6 +112,7 @@ public class v3_X_Changes { "**-** Various minor textual errors\n" + "\n" + "**Existed Prior to v3.3:**\n" + + "**-** Crash on launch on old iOS devices with A7 and A8 processors\n" + "**-** Cases where the Steam version could hang on launch on Linux\n" + "**-** Reclaim trap counting as being cast for talents even when it isn't consumed\n" + "**-** Pickaxe being marked as seen before it is given to the player\n" +