Releases: 1Codealot/CLI_Timer
CLI_Timer V1.13
Added: using a vector for the arguments.
Removed some warnings (from my code; STL stuff still warns but IDK why)
Removed useless #includes.
CLI_Timer V1.12.1
Fixed bug saying -nan with average being shown on the first scramble.
Made some minor code refactors aswell.
(Also I think i fogor V1.12 oops 🙃)
Added square-1!!!!!!!
Added square-1!
Also added GitHub workflows.
CLI_Timer V1.10.1
Fixed bug when entering in one decimal place. (#16)
CLI_Timer V1.10.0
Changes: Added --count argument.
Added link to Issues. (https://github.com/1Codealot/CLI_Timer/issues)
Made build.py instead of a makefile
Removed annoying warning.
Made puzzle_move typedef
CLI_Timer V1.9.2
Changes: fixed (then removed the fix for) non-existent memory leaks.
After inputting 'q' (or 'Q') with --no_propmt you can quit.
Better default saving place
Fixed potential fail saving to %APPDATA% folder.
Used std::fstream to save
CLI_Timer V1.9.1
Made --version command output look better. Fixed bugs with -s command (Not being properly saved to given name and not automatically continuing)
CLI_Timer 1.9
Made it so that Commands can be put in any order.
IDK if anything else was added.
CLI_Timer V1.8.1
Fixed saving comments.
CLI_Timer V1.8
Made move generation truly random using <random> header and rd class.
I also made inputting time easier and outputting even better.