about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-02-19 19:57:26 +0530
committerAndinus <andinus@nand.sh>2021-02-19 19:57:26 +0530
commit9a2e713411d8cdb4c8e47b4a7063a515a021b5ed (patch)
tree0c562bb7cf25c38c654786bcc629d49b2d321b86 /README
parentc390480d010bdd2b58d9aeb1c00f375575db2547 (diff)
downloadoctans-9a2e713411d8cdb4c8e47b4a7063a515a021b5ed.tar.gz
Bump version to v0.1.4, document changes v0.1.4
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 27 insertions, 6 deletions
diff --git a/README b/README
index d2d6452..7c33219 100644
--- a/README
+++ b/README
@@ -12,10 +12,17 @@ Demo
 Installation
 .. Release
 .. From Source
+..... Without `git'
+..... With `git'
 Documentation
 .. Implementation
 .. Options
+..... dict
+..... length
+..... path
+..... verbose
 News
+.. v0.1.4 - 2021-02-19
 .. v0.1.3 - 2021-01-24
 .. v0.1.2 - 2021-01-20
 .. v0.1.1 - 2021-01-20
@@ -24,15 +31,17 @@ News
 
 Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles.
 
-• Website: <https://andinus.nand.sh/octans>
-• Source: <https://git.tilde.institute/andinus/octans>
-• GitHub: <https://github.com/andinus/octans>
+━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+ Website          <https://andinus.nand.sh/octans>
+ Source           <https://git.tilde.institute/andinus/octans>
+ GitHub (mirror)  <https://github.com/andinus/octans>
+━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 
 
 Demo
 ════
 
-  This was recorded with `asciinema(1)'.
+  This was recorded with `asciinema'.
 
   [https://asciinema.org/a/385500.png]
 
@@ -54,6 +63,9 @@ Installation
   from source. In any case, `zef' is required to install the
   distribution.
 
+  You can run Octans without `zef'. Just run `raku -Ilib bin/octans'
+  from within the source directory.
+
 
 Release
 ───────
@@ -162,6 +174,15 @@ verbose
 News
 ════
 
+v0.1.4 - 2021-02-19
+───────────────────
+
+  ⁃ Fix the puzzle parsing regex
+
+    The older regex fails to parse this puzzle:
+    <https://mastodon.art/@Algot/105690195742318751>.
+
+
 v0.1.3 - 2021-01-24
 ───────────────────
 
@@ -183,5 +204,5 @@ v0.1.1 - 2021-01-20
 v0.1.0 - 2021-01-19
 ───────────────────
 
-  This version improved performance by re-implementing the algorithm to
-  find words in grid.
+  ⁃ Improved performance by using a better algorithm to find words in
+    the grid.