Skip to content

Releases: 1Codealot/CLI_Timer

CLI_Timer V2.0

20 May 18:06
db7e437
Compare
Choose a tag to compare

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

CLI_Timer V1.17

19 Jan 15:54
Compare
Choose a tag to compare

Using enums for move parts
Used range-based for loops
Added --no_format

CLI_Timer V1.16

04 Jan 15:53
Compare
Choose a tag to compare

Added next or skip to skip.
Un-"fixed" a warning.
Fixed bug with getting mean when saving to a file.
Made you get punished for DNFs.

Also somehow warnings disappeared (on debian linux).

CLI_Timer V1.15.1

29 Dec 19:47
Compare
Choose a tag to compare

Added --no_avg functionality back.
Fixed some bug with outputting mean / avgs.
Fixed a warning.

CLI_Timer V1.15

28 Dec 18:11
Compare
Choose a tag to compare

Changed how outputting mean works.
Added ao5, 12, 50 and 100
Made outputting mean (and averages) look better
Removed warnings

I also messed some stuff up in git because idk how it works.

CLI_Timer V1.14

19 Dec 18:18
Compare
Choose a tag to compare

CLI_Timer V1.14
Scramble output takes up ⅓ of the terminal (horizontally) and average is on the right.
Move the code/logic for outputting to another file.
Fixed a bug if something was of length 0.
Uses std::stringstream instead of std::string for moves.
added \make (un)?install\.

CLI_Timer V1.13.2.2

12 Dec 16:38
Compare
Choose a tag to compare

Removed using namespace std;
Removed check for 1 arg in main

CLI_Timer V1.13.2.1

02 Dec 13:03
Compare
Choose a tag to compare

Small bugfix for square one outputting.

CLI_Timer V1.13.2

01 Dec 09:35
Compare
Choose a tag to compare

CLI_Timer version: 1.13.2

Changed getting cube type to a switch statement.
Fixed Clock not being recognised as a puzzle.
Fixed Square-1 not sometimes having (0, 0).
Made scramble outputting nicer with average.
Fixed some more warnings.

CLI_Timer V1.13.1

25 Nov 22:10
Compare
Choose a tag to compare

Did some formatting
Added scrambles for 3, 4 and 5BLD and FMC.
Now all WCA events are added