diff options
author | Andinus <andinus@nand.sh> | 2021-11-16 23:19:08 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-16 23:19:08 +0530 |
commit | fbe9ca6bc6d8dd2abf1dbd54ac4dac1b4f11b237 (patch) | |
tree | 425dea3c40044ad91edac301b11a75c794694528 | |
parent | cbb113367974823e3004d4abd08e4366cb386265 (diff) | |
download | fornax-fbe9ca6bc6d8dd2abf1dbd54ac4dac1b4f11b237.tar.gz |
Add v0.1.1 release notes v0.1.1
-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: |