commit 76856be31eef668033942278e396feb34fc3aaa8
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Tue Mar 7 17:36:43 2023 +0100

    What's New.

diff --git a/src/main/java/org/distorted/dialogs/RubikDialogWhatsNew.java b/src/main/java/org/distorted/dialogs/RubikDialogWhatsNew.java
index 1be774f2..f7a0b689 100644
--- a/src/main/java/org/distorted/dialogs/RubikDialogWhatsNew.java
+++ b/src/main/java/org/distorted/dialogs/RubikDialogWhatsNew.java
@@ -49,14 +49,20 @@ public class RubikDialogWhatsNew extends RubikDialogAbstract
 
       "1.12.4",
 
-      "1. Implement 2x2x3, Pyraminx & Skewb Diamond solvers.",
+      "1. Implement 2x2x3, Pyraminx & Skewb Diamond solvers.\n" +
+      "2. Connect the solvers to the scrambling engine. Which means: from now on, " +
+       "all puzzles which have a solver implemented will be perfectly scrambled. " +
+       "Perfectly - i.e. any scramble at Level 7 will always require exactly 7 moves to solve. " +
+       "No more 'lucky' scrambles! Which also means that in some point in the future, we'll have to " +
+       "clear the High Scores Table.\n" +
+      "3. Implement Icosamate & Master Icosamate",
 
       "Coming",
 
       "1. Implemented Pocket Cube, Skewb solvers.\n" +
       "2. Support for adjustable stickers.\n" +
       "3. In-game currency (stars)\n" +
-      "4. More objects (Icosamate, Penrose Cubes, the Double-Crazy, Ghost Cubes, more Mirrors)"
+      "4. More objects (Penrose Cubes, the Double-Crazy, Ghost Cubes, more Mirrors, more Mixups, Clover Cube)"
       };
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
