Skip to content

Releases: amonks/run

v1.0.0-beta.9

17 Jul 02:43
Compare
Choose a tag to compare

Changelog

  • fcc277d tui: add task status indicators in list
  • dafa2d1 .github: skip flaky tests in CI
  • bb6bab3 *: share data by communicating
  • 2f2903f gitignore mutex.log
  • 9eb242f script_task: label mutex with task id
  • ad81c82 run_task: panic on invalid task type
  • 4da681c run_task: log event loop
  • 945a318 licenses: correctly remove stringer and vulncheck
  • 3c036b0 *: add govulncheck
  • cf13d7a todo: more
  • efcee96 todo: more
  • 953d9b1 docs: regen

v1.0.0-beta.10

17 Jul 07:22
Compare
Choose a tag to compare

Changelog

  • 0020157 *: add "group" task type
  • 6be41e8 *: build
  • 2902658 .github: deep-clone in release action so that changelog works
  • 43b3cd6 task: add Invalidate
  • 2e607b3 tasks.toml: kill godoc server after generate-docs
  • b5dc32c todo: mark task state display as done
  • ea99824 todo: mark tui spacing as done
  • 291632f tui: add 'r' keybinding to force-restart a task
  • 2fd6fcc tui: hardwrap preview output; use full width

v1.0.0-beta.8

12 Jul 08:55
Compare
Choose a tag to compare

Changelog

  • 03d70d4 todo: more
  • 0f6211b tasks.toml: add snapshot resetter
  • 5288757 script_task: cleanup
  • 577c4a3 run_task: cleanup
  • e9aa8a1 run_task: start tasks alphabetically
  • d1890a4 mutex: cleanup locks, logs
  • d65c47f taskfile: fix bug with references
  • 86d43c9 tasks.toml: remove test as dependency of build
  • b45629a run_task: shorter locks
  • 3c541ac task: simpler mutexes, tests, errs on Stop
  • c8c13e2 docs: cut off more subdirectories
  • 913d722 docs: fix vcs links
  • a65bbe1 tasks: correct release task description in comment

v1.0.0-beta.7

11 Jul 21:42
Compare
Choose a tag to compare

Changelog

  • abfdc68 *: move credit/license embeddings to main package
  • 746057c task: validate that IDs match Tasks keys
  • 2682317 todo: update
  • 7b17222 cmd: wordwrap flag usage text
  • b07159b cmd: standardize flag var names
  • 2285b75 cmd: cleaner help output
  • 6083caa cmd: add -list flag
  • 826996f task: add func Tasks.IDs() string
  • 688f3ec run_task: validate task set before running
  • bdee7ee task: more task ID validation
  • be82676 (amonks/todo-2) README: add long dash for flavor and style
  • 086df92 todo.taskpaper: more TODOs, format
  • 7bab283 todo: add todo file

v1.0.0-beta.6

11 Jul 09:11
Compare
Choose a tag to compare

Changelog

  • 5196467 *: build
  • c1b6c27 cmd/licenses: remove package godoc
  • 58421b3 docs: remove subdirectories section from godoc
  • 26732f8 testdata: remove echo from long-fail
  • 603a167 README: use faster emojis
  • 2a24f9e cmd/run: better help; include license and OSS credits in binary
  • b7d9c13 cmd/licenses: add credits-generation tool
  • 671fc4f cmd: use flag.Arg(0), not os.Argv[len(os.Argv)-1]
  • bf29adf cmd: fix documentation for -ui flag

v1.0.0-beta.5

11 Jul 05:35
Compare
Choose a tag to compare

Changelog

  • b437273 *: rename runner to run
  • f1b5c04 testdata: remove echo from long-with-trigger
  • b7dfd43 tasks.toml: add build script
  • b68f999 go.mod: add diff dependency
  • 551fb75 .github release action: deep fetch, not shallow
  • 9ed4d52 README: use full sentence for caption
  • d416737 README.md: more docs
  • fff885a README: fix markdown table
  • 45114dd watch.go: trim prefix from fsevent paths
  • 3727e7c fix table?
  • 6ebe4e1 integration_test.go: print diff on diff
  • c700879 .github: add test.yml action script
  • d59091a README.md: reorganize, add installation

v1.0.0-beta.3

10 Jul 23:54
Compare
Choose a tag to compare

Changelog

  • 21284c2 *: improve godoc
  • b50eb72 taskfile.go: fix compile error
  • fa9d3ef tasks.toml: add gh-pages doc generation task

v1.0.0-beta.1

10 Jul 21:09
Compare
Choose a tag to compare

Changelog

  • b50eb72 taskfile.go: fix compile error
  • 21284c2 *: improve godoc
  • fa9d3ef tasks.toml: add gh-pages doc generation task