Skip to content

Releases: edvakf/go-pploy

v1.4.0

20 Jan 10:31
Compare
Choose a tag to compare

Release v1.4.0

v1.2.6: Stop disabling deploy buttons by default

10 Oct 10:47
8c5de8d
Compare
Choose a tag to compare

v1.2.5: Reload commits after deploy & checkout

21 Aug 08:15
4da69e5
Compare
Choose a tag to compare

v1.2.4: Adds to the previous release

21 Aug 03:48
347d28c
Compare
Choose a tag to compare

#17 Fix (of the previous release): doneCommand was not called after submit completion

v1.2.3: Fix JS error and confusing remove button

21 Aug 03:11
c267562
Compare
Choose a tag to compare

#16 (comment) Fix JS error on Firefox & Edge
#16 (comment) Place the remove button at the bottom of the project page.

v1.2.2: Bootstrap 4

20 Aug 11:56
55303ab
Compare
Choose a tag to compare

v1.2.1: Svelte 3

20 Aug 10:08
458e84a
Compare
Choose a tag to compare

#14 Forgot to press the merge button (oops!)

v1.2.0: Svelte 3

20 Aug 09:34
804c7bd
Compare
Choose a tag to compare

v1.1.8 Send deploy logs to Datadog

19 Jul 10:48
804c7bd
Compare
Choose a tag to compare
  • Send deploy logs to Datadog #13 (thx nojio!)

Add --no-single-branch to git clone options

11 Jul 10:16
726273b
Compare
Choose a tag to compare
  • Fix bug where branches other than master can't be checked out with recent versions of git with --depth option unless --no-single-branch is passed with it. #6 and #12 (thank you @sue445 and @imadoki )