Wow, this is a big release.
Now use a std::vector to hold moves
Added a cache that runs in the backgorung
Fixed a bug with +2s being ignores in saving to a file.
Fixed bugs with megaminx and square-1 outputting (and pretty much re-wrote the logic for formatting)
Fixed a bug where 4x4 would have incorrect moves (such as Bw)
Wrote a man page
Added a --seed
flag (and wrote a random implementation myself)
Changed clock based on new regulations
Added multi blind support (which made me redo the logic for formatting)
Added github workflows for releasing binaries automatically on tag.
Maybe some more, idk, this is big.
Full Changelog: V1.17...V2.0