Skip to content

Releases: go-godo/godo

v1.4.5

03 Mar 19:32
Compare
Choose a tag to compare
  • expose Processes
  • more tracing when verbose is set
  • -v flag is verbose
  • -V flag is version

v1.4.4

03 Mar 06:38
Compare
Choose a tag to compare
  • fix path issue on Windows (Start)

v1.4.3

01 Mar 23:34
Compare
Choose a tag to compare
  • Adds Go templating to Bash, Run and Start

This is the last release of v1 (other than fixes of course). v2 will be a slight refactor now that I grok Go much better.

v1.4.2

25 Feb 17:14
Compare
Choose a tag to compare
  • added Prompt and PromptPassword

v1.4.1

23 Feb 14:47
Compare
Choose a tag to compare
  • Suffix version on godobin, eg godobin-1.4.1. This forces godobin to recompile on an upgrade.

v1.4.0

22 Feb 16:51
Compare
Choose a tag to compare
  • (re) compile Godofile.go to godobin (godobin.exe on Windows) to improve performance on subsequent runs
  • fixed tests on Windows

v1.3.2

21 Feb 13:44
Compare
Choose a tag to compare

fix #23

v1.3.1

17 Feb 18:25
Compare
Choose a tag to compare
  • fix env variables with quoted values
  • add deprecated flag to warn about v2 refactoring

v1.3.0

05 Feb 18:20
Compare
Choose a tag to compare
  • fix too many open files
  • add task arguments

v1.2.0

06 Nov 03:53
Compare
Choose a tag to compare
  • Cross-platform path list separator ::
  • Env interpolation can use newly created vars
Env = `
    FOO=bar
    BAH=$FOO
`
  • godo searches then runs first found of: Gododir/Godofile.go or tasks/Godofile.go