Skip to content

Tags: joerdav/xc

Tags

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Allow a custom task heading with a Markdown comment (#140)

* implement `<!-- xc-heading -->` marker

* implement next-line `<!-- xc-header -->` marker

* doc: add `<!-- xc-heading -->` to task syntax

* fix lint

* disable the same line marker

---------

Co-authored-by: ras0q <ras0q@users.noreply.github.com>

v0.8.5

Toggle v0.8.5's commit message
fix: properly clear lines on final scan

v0.8.4

Toggle v0.8.4's commit message
chore: fix brew config

v0.8.3

Toggle v0.8.3's commit message
chore: update goreleaser config

v0.8.2

Toggle v0.8.2's commit message
chore: update goreleaser

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: prevent prefix color change (#119)

* fix: prevent prefix color change by output

* fix: use l.currentColor

---------

Co-authored-by: ras0q <ras0q@users.noreply.github.com>

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: set colour env vars if available (#111)

* feat: set colour env vars if available

* chore: additional run tests

* fix: race condition in tests

* chore: lint

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
interactive task picker when none specified (#109)

* WIP: interactive

* print tasks if short is enabled

* lints

* chore:  update docs

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option to run dependencies asynchronously (#106)

* Add option to run dependencies asynchronously

* Document runDeps task attribute

* Do not cancel other async deps on error

* Add log prefix to all scripts

The prefixes are padded with spaces when the task has dependencies

* Fix bug when an attribute is on the last line

* Fix lint issues

* Add tests for prefix logger

* Add deps behaviour to task display

* Add interactive attribute to disable log prefixing

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: shlex to quote aware split dependencies (#93)