Releases: 1Codealot/CLI_Timer
CLI_Timer V2.0
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
Using enums for move parts
Used range-based for loops
Added --no_format
CLI_Timer V1.16
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
Added --no_avg
functionality back.
Fixed some bug with outputting mean / avgs.
Fixed a warning.
CLI_Timer V1.15
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
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
Removed using namespace std;
Removed check for 1 arg in main
CLI_Timer V1.13.2.1
Small bugfix for square one outputting.
CLI_Timer V1.13.2
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
Did some formatting
Added scrambles for 3, 4 and 5BLD and FMC.
Now all WCA events are added