commit 52a69ff3181ff7f818cbd7445843e33a2625b28c
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Sat Feb 11 23:15:26 2023 +0100

    Whats new

diff --git a/src/main/java/org/distorted/dialogs/RubikDialogWhatsNew.java b/src/main/java/org/distorted/dialogs/RubikDialogWhatsNew.java
index 62349efa..15cd8316 100644
--- a/src/main/java/org/distorted/dialogs/RubikDialogWhatsNew.java
+++ b/src/main/java/org/distorted/dialogs/RubikDialogWhatsNew.java
@@ -41,13 +41,21 @@ public class RubikDialogWhatsNew extends RubikDialogAbstract
 
       "1. Fixes for two critical crashers that appeared in the previous version.",
 
+      "1.12.3",
+
+      "1. Fixes for Trajber 4x4 - it used to be (almost) unsolvable\n" +
+      "2. Implement AI Cube and Burr Cube\n" +
+      "3. Improve Masterball's mesh\n" +
+      "4. Fixes for touch control - specifically for furious swiping and concurrent backing of moves, which could result in an app crash\n" +
+      "5. Fixes for creation of Bandaged Cuboids - sometimes a cubie used to stay permanently lit",
+
       "Coming",
 
       "1. Implemented Pyraminx, Ivy, 2x2x3, Skewb Diamond solvers.\n" +
       "2. More solvers (2x2x2?)\n" +
       "2. Support for adjustable stickers.\n" +
       "3. In-game currency (stars)\n" +
-      "4. More objects (Camouflage Cubes, AI Cube, Burr Cube, Penrose Cubes, the Double-Crazy)"
+      "4. More objects (Penrose Cubes, the Double-Crazy, Ghost Cubes, more Mirrors)"
       };
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
