diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/README b/README index ae19adc..3ccc282 100644 --- a/README +++ b/README @@ -16,9 +16,10 @@ Table of Contents .. 1. Implementation .. 2. Options 4. News -.. 1. v0.1.2 - 2021-01-20 -.. 2. v0.1.1 - 2021-01-20 -.. 3. v0.1.0 - 2021-01-19 +.. 1. v0.1.3 - 2021-01-24 +.. 2. v0.1.2 - 2021-01-20 +.. 3. v0.1.1 - 2021-01-20 +.. 4. v0.1.0 - 2021-01-19 Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles. @@ -152,19 +153,25 @@ Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles. 4 News ══════ -4.1 v0.1.2 - 2021-01-20 +4.1 v0.1.3 - 2021-01-24 +─────────────────────── + + ⁃ Added an option to specify minimum word length. + + +4.2 v0.1.2 - 2021-01-20 ─────────────────────── ⁃ Input puzzle can now be of any size & not restricted to 4x4 grid. -4.2 v0.1.1 - 2021-01-20 +4.3 v0.1.1 - 2021-01-20 ─────────────────────── ⁃ Read puzzle from a file. -4.3 v0.1.0 - 2021-01-19 +4.4 v0.1.0 - 2021-01-19 ─────────────────────── This version improved performance by re-implementing the algorithm to |