commit 167e7724dd3c3cf417947fe8680cac77029fabbb
Author: leszek <leszek@koltunski.pl>
Date:   Wed Oct 4 12:26:35 2023 +0200

    Debugs for the crash in Dino6 solver

diff --git a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
index 7c84ff3e..176805f1 100644
--- a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
@@ -35,14 +35,15 @@ public class RubikDialogAbout extends RubikDialogAbstract
   private static final String WHATS_NEW =
       "1. Creator of Bandaged Skewbs.\n" +
       "2. Creator of Bandaged Octahedrons.\n" +
-      "3. Fix for the Skewb Solver.\n" +
-      "4. Internal changes to support Ghost Cubes.";
+      "3. Fixes for the Skewb Solver.\n" +
+      "4. Royal Pyraminx.\n" +
+      "5. Internal changes to support Ghost Cubes.";
 
   private static final String WHATS_COMING =
-      "1. New UI with a completely new main screen.\n" +
-      "2. Support for adjustable stickers.\n"  +
-      "3. Algorithmic solvers.\n" +
-      "4. iOS version (no time for this, anyone can help?)\n" +
+      "1. Next: version 2.0 with a completely new main screen and new UI.\n" +
+      "2. Support for adjustable stickers (not only the colors, but support for texturing the whole cube with images of your choice).\n"  +
+      "3. Algorithmic solvers. (sub-optimal solvers for larger puzzles such as the 4x4)\n" +
+      "4. iOS version (no time for this, anyone can help? Code is open-source)\n" +
       "5. More objects:\n    - Lattice Cube\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n    - Penrose Cubes\n";
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
