[v0.13.0] 2024-12-06 ------------------- - refactor StdOutput to widget - targets moved to widget - update README.md [v0.12.0] 2024-11-27 ------------------- - cli arg parameters now exit properly - code readability improvements - group code domains into seperate modules [v0.11.1] 2024-11-26 ------------------- - setup crate in crate.io - updated readme - update cargo.toml with keyword and category words for crates.io - package name changed from `cracker` to `ck-cracker` for publishing [v0.11.0] 2024-11-20 ------------------- - moved arguement parsing to module - simplify task_runner module - improve task history handling [v0.10.0] 2024-11-19 ------------------- - cli arguments now being handled [v0.9.0] 2024-11-19 ------------------- - output displayed now when stopped - output buffer increased to 1_000 when streaming stopped. - auto scroll / stop auto scroll working better now [v0.8.0] 2024-11-19 ------------------- - output displayed now when stopped - output buffer increased to 1_000 when streaming stopped. - auto scroll / stop auto scroll working better now [v0.7.0] 2024-11-18 ------------------- - streaming a stdout should be smoother now. - Autoscroll added - stop button added [v0.6.0] 2024-11-16 ------------------- - added helpful debug messages - reorganize makefile logic to task runner modules [v0.5.0] 2024-11-15 ------------------- - long running stdio output now supported (tail -f file.log) - slight layout improvement [v0.4.0] 2024-11-04 ------------------- - changed layout of targets and the stdout to a row instead of one column. - cleaned up targets button size / padding / and alignment [v0.3.0] 2024-11-03 ------------------- - Seperate PEG parser to a library for future abstraction - Initial library tests [v0.2.0] 2024-10-19 ------------------- - Remove makefile-lossless library - PEG parser used for Makefile parsing - Support multi target rules [v0.1.0] 2024-10-19 ------------------- - First working version. Notes ----- This change log is kept in format.