Skip to content

Releases: amonks/run

v1.0.0-beta.31

05 Jan 01:43
Compare
Choose a tag to compare

Changelog

  • 982f77b fix: upgrade charmbracelet to fix flickering, also upgrade everything else

Tip

You can find the correct asset for your system with the following command:
echo "run_$(uname -s)_$(uname -m).tar.gz"

v1.0.0-beta.30

19 Apr 06:20
Compare
Choose a tag to compare

Changelog

  • 7c23c02 docs: clearer statement of purpose in the readme
  • 893e055 fix: don't force truecolor rendering in non-truecolor terminals

Tip

You can find the correct asset for your system with the following command:
echo "run_$(uname -s)_$(uname -m).tar.gz"

v1.0.0-beta.29

05 Apr 03:29
Compare
Choose a tag to compare

Changelog

  • 121954c fix: produce canonical task ID order
  • 566bdcb fix: tasks were being multiply-ingested
  • 74af05f test: snapshot cli output
  • 76d3db1 feat: un-reserve 'run' and 'interleaved' task IDs
  • 8297829 fix: be more robust around task lifecycle
  • 92ee3d6 refactor: use name constants for internal task ids
  • 9af04dd feat: only show meta task with fsevents if using fsevents
  • abebd93 chore: regenerate docs/screenshots
  • ae20e30 feat: highlight breaking changes in release changelog
  • e5cee86 test: add shellcheck
  • fac7341 fix: initialize colorhash render cache
  • fb9ac7c fix: fix task order again

Breaking Changes

  • '@' is now a reserved character in task IDs.

Tip

You can find the correct asset for your system with the following command:
echo "run_$(uname -s)_$(uname -m).tar.gz"

v1.0.0-beta.28

04 Apr 14:42
Compare
Choose a tag to compare

Changelog

  • 051af27 build: notarize macos builds in parallel
  • 1796f98 build: flatten tarball directory structure
  • 808a07a fix: remove replace directive in go.mod
  • 9382342 chore: update go version in go.mod
  • ed06ff6 build: support publishing to forks

Tip

You can find the correct asset for your system with the following command:
echo "run_$(uname -s)_$(uname -m).tar.gz"

v1.0.0-beta.27

03 Apr 09:09
Compare
Choose a tag to compare

Changelog

  • bab3f9f build: fix publish script, which pointed to my test repo by mistake.

Tip

You can find the correct asset for your system with the following command:
echo "run_$(uname -s)_$(uname -m).tar.gz"

v1.0.0-beta.25

02 Apr 02:03
Compare
Choose a tag to compare

Changelog

  • c1dc764 chore: make vhs dependency explicit
  • aa35327 chore: update all dependencies
  • 7a928eb docs: add usage output to readme
  • 13f9669 docs: better readme, thanks to @ecshreve
  • 983d075 docs: more realistic example
  • 6a0190e feat: add task to include usage output in readme
  • d6dd968 feat: real pager with incremental search
  • 40da51e fix: don't report an error just because run was canceled

v1.0.0-beta.24

25 Jan 05:00
Compare
Choose a tag to compare

Changelog

v1.0.0-beta.23

19 Jan 22:49
Compare
Choose a tag to compare

Changelog

  • 2879e8d feat: determine runType by root task
  • e774465 feat: remove groups, allowing short tasks with no cmd
  • f7a4503 fix: fix Dirty Build indicator on release builds
  • 6f1225d fix: short cmdless tasks exit when dependencies are done

v1.0.0-beta.22

18 Jan 06:07
Compare
Choose a tag to compare

Changelog

  • 72e6ef8 feat: determine runType by root task
  • f225d79 feat: remove groups, allowing short tasks with no cmd
  • 49e58e6 fix: fix Dirty Build indicator on release builds

v1.0.0-beta.21

02 Nov 05:51
Compare
Choose a tag to compare

Changelog

  • fbd820a fix: exit with the exit code from the first failed task