Skip to content

Commit

Permalink
Updated readme & set publish settings for v1.1.0 featuring LogikGen's…
Browse files Browse the repository at this point in the history
… new UI.
  • Loading branch information
Kryowulf committed Dec 10, 2023
1 parent 0f5366a commit 26a4f63
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LogikGen/LogikGenAPI/LogikGenAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugType>none</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>full</DebugType>
<DebugType>none</DebugType>
</PropertyGroup>

</Project>
8 changes: 8 additions & 0 deletions LogikGen/WPFUI2/WPFUI2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<StartupObject>WPFUI2.App</StartupObject>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>none</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
</PropertyGroup>

<ItemGroup>
<Content Include="Zebra.ico" />
</ItemGroup>
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down

0 comments on commit 26a4f63

Please # to comment.