commit 298e9e11eda1db26fabced2e4ff14ce51c15a862
parent 0b5f6438f79deb711ac305d1f4bd931b1f17820f
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date: Mon, 10 Jan 2022 12:00:31 +0100
Added TODOs for version 2.1
Diffstat:
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/TODO.md b/TODO.md
@@ -3,6 +3,23 @@
This is a list of things that I would like to add or change at some point.
It's more of a personal reminder than anything else.
+## For version 2.1
+### Scrambles
+* Better two-phase solver, make sure to not have cancelling moves
+ (possibly use cleanup function)
+* dr and htr scrambles
+* rufify
+### Memory management
+* Free large tables from memory before exit (this is not strictly necessary,
+ but can help with WSL bugs)
+### Installation
+* Automatically download tables as an option for gen command
+### Documentation
+* Write an examples.md file
+* More screenshots!
+### More
+* Anything quick and easy from the sections below
+
## Commands
### Commands that are available in nissy 1.0, but not in this version (yet):
@@ -34,7 +51,6 @@ including e.g. solutions that were not shown because -c)
* Add EXAMPLES.md file
* webapp (cgi)
-* genptable: stop early if gone above base+3 (can be checked while generating)
* installation: get ptables with curl or similar (on Windows what?)
## Technical stuff