* feat: add processors api
* fix: make processor work properly, implement in exec code
* feat: add names to processors, allow skipping based on name
* feat: add opt to skip processors
* feat: allow processors to set if history should be saved
* build!: replace make with task
allows easy windows building (besides literally go build)
down the line because getting make on windows is dumb
and even if you do it probably wouldnt work as intended
on there
(i also find task more intuitive for simple things)
* ci: use task in build workflow instead of make
* style: remove whitespace errors in task file
* docs: add task in changelog
* docs: fix link to task
* docs: change message for task notice