diff options
-rw-r--r-- | README | 15 | ||||
-rw-r--r-- | README.org | 11 |
2 files changed, 25 insertions, 1 deletions
diff --git a/README b/README index dc4ff27..200cc60 100644 --- a/README +++ b/README @@ -203,7 +203,20 @@ Writings: 6 News ══════ -6.1 v0.1.0 - 2021-11-03 +6.1 v0.1.1 - 2021-11-16 +─────────────────────── + + ⁃ Add option to skip generating slideshow. + ⁃ Use random directory to store solutions. + ⁃ Process iterations in parallel. + ⁃ Wait 4s on solution frame. + ⁃ Add incomplete BFS program. + ⁃ Add demo videos. + ⁃ Upgrade to latest Fornax Format. + ⁃ Add more solutions. + + +6.2 v0.1.0 - 2021-11-03 ─────────────────────── ⁃ Initial implementation: diff --git a/README.org b/README.org index 1af9310..07c55d6 100644 --- a/README.org +++ b/README.org @@ -151,6 +151,17 @@ A grid is printed for every iteration. Grids are composed of cells. * News +** v0.1.1 - 2021-11-16 + ++ Add option to skip generating slideshow. ++ Use random directory to store solutions. ++ Process iterations in parallel. ++ Wait 4s on solution frame. ++ Add incomplete BFS program. ++ Add demo videos. ++ Upgrade to latest Fornax Format. ++ Add more solutions. + ** v0.1.0 - 2021-11-03 + Initial implementation: |