diff options
author | Andinus <andinus@nand.sh> | 2021-01-24 21:04:30 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-01-24 21:04:30 +0530 |
commit | c90dba1ddb065d32b5a2979785d085fef085fd7d (patch) | |
tree | 6895aa3900d5dab3ca44eb79358ffa5a25cae01e | |
parent | ae4d889f6a55b452e4b8eb6c6d955750f3ec90ed (diff) | |
download | octans-0.1.3.tar.gz |
Bump version to v0.1.3, document changes v0.1.3
-rw-r--r-- | META6.json | 2 | ||||
-rw-r--r-- | README | 19 | ||||
-rw-r--r-- | README.org | 3 |
3 files changed, 17 insertions, 7 deletions
diff --git a/META6.json b/META6.json index bb39cff..17c56f3 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,7 @@ { "name" : "octans", "auth" : "github:andinus", - "version" : "0.1.2", + "version" : "0.1.3", "description" : "Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles", "authors" : [ "Andinus <andinus@nand.sh>" ], "license" : "ISC", 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 diff --git a/README.org b/README.org index 8d9f2ba..402b7f1 100644 --- a/README.org +++ b/README.org @@ -89,6 +89,9 @@ format: This will increase verbosity. * News +** v0.1.3 - 2021-01-24 ++ Added an option to specify minimum word length. + ** v0.1.2 - 2021-01-20 + Input puzzle can now be of any size & not restricted to 4x4 grid. |