From 26a4f63850093bfab068164dd9ad2cd41c72674a Mon Sep 17 00:00:00 2001 From: Kryowulf Date: Sun, 10 Dec 2023 01:11:06 -0500 Subject: [PATCH] Updated readme & set publish settings for v1.1.0 featuring LogikGen's new UI. --- LogikGen/LogikGenAPI/LogikGenAPI.csproj | 4 ++-- LogikGen/WPFUI2/WPFUI2.csproj | 8 ++++++++ README.md | 10 ++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/LogikGen/LogikGenAPI/LogikGenAPI.csproj b/LogikGen/LogikGenAPI/LogikGenAPI.csproj index c2adb07..bc2ebe1 100644 --- a/LogikGen/LogikGenAPI/LogikGenAPI.csproj +++ b/LogikGen/LogikGenAPI/LogikGenAPI.csproj @@ -6,11 +6,11 @@ - full + none - full + none diff --git a/LogikGen/WPFUI2/WPFUI2.csproj b/LogikGen/WPFUI2/WPFUI2.csproj index 82901da..159afc4 100644 --- a/LogikGen/WPFUI2/WPFUI2.csproj +++ b/LogikGen/WPFUI2/WPFUI2.csproj @@ -10,6 +10,14 @@ WPFUI2.App + + none + + + + none + + diff --git a/README.md b/README.md index 49a6f19..c713936 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ For more information, check out the [guidebook introduction](./Guidebook/Introdu ## Changelog +* v1.1.0 - Redesigned, more user-friendly UI. + + * **Known Issues**: + + * When two different strategies can deduce the same information, neither strategy will be flagged as required. This can cause puzzles to be ranked as much easier than they really are. This can also make it difficult or impossible in some situations to generate puzzles that require particular strategies. + + * The cancel button can take a long time to stop the generation process of the largest (8x8) puzzles. + + * On rare occasions the generator may report issues regarding the selected strategies for larger puzzles, due to not having been as thoroughly tested on puzzles larger than size 4x4. + * v1.0.2 - Improved Constraint Generation * **Fixed**: