Skip to content

Releases: 1Codealot/CLI_Timer

CLI_Timer V1.13

22 Nov 16:48

Choose a tag to compare

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

14 Nov 18:07

Choose a tag to compare

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!!!!!!!

10 Nov 17:15

Choose a tag to compare

Added square-1!

Also added GitHub workflows.

CLI_Timer V1.10.1

07 Nov 16:47

Choose a tag to compare

Fixed bug when entering in one decimal place. (#16)

CLI_Timer V1.10.0

04 Nov 07:19

Choose a tag to compare

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

25 Oct 18:00

Choose a tag to compare

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

16 Oct 17:43

Choose a tag to compare

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

13 Oct 16:21

Choose a tag to compare

Made it so that Commands can be put in any order.

IDK if anything else was added.

CLI_Timer V1.8.1

28 Sep 16:12
a1344b4

Choose a tag to compare

Fixed saving comments.

CLI_Timer V1.8

27 Sep 15:50
d944756

Choose a tag to compare

Made move generation truly random using <random> header and rd class.
I also made inputting time easier and outputting even better.