Skip to content

Releases: shenwei356/rush

rush v0.5.6

30 Aug 10:07
Compare
Choose a tag to compare
  • rush v0.5.5
    • fix a bug of -I/--immediate-output. #60

rush v0.5.5

27 Aug 21:27
Compare
Choose a tag to compare

Changelog

  • rush v0.5.5
    • security update. #58

rush v0.5.4

13 Nov 17:53
Compare
Choose a tag to compare

Changes

  • rush v0.5.4
    • fix a crash when using -I. #52

rush v0.5.3

25 Aug 08:06
Compare
Choose a tag to compare

Changes

  • rush v0.5.3
    • fix the panic of close of closed channel when using -r/--retries, which was introduced in v0.5.1.
    • updated help doc.

rush v0.5.2

16 Jul 02:58
Compare
Choose a tag to compare

Changes

  • rush v0.5.2
    • fix the hung-up bug of --dry-run, which was introduced in v0.5.1.

rush v0.5.1

24 Jun 08:23
Compare
Choose a tag to compare

Changes

  • rush v0.5.1
    • graceful handling of Ctrl+C.
    • -c: fix a bug -- some commands are recorded even after unsuccessfully running or interrupting with Ctrl+C. #47
    • --eta: add counts for finished commands.

rush v0.5.0

05 Aug 11:36
Compare
Choose a tag to compare

Changes

  • rush v0.5.0
    • add flag --eta to show ETA progress bar. Thanks to @howeyc. #39

rush v0.4.3

05 Aug 10:57
Compare
Choose a tag to compare

Changes

  • add shortcut -I for --immediate-output

rush v0.4.2

28 Aug 05:37
Compare
Choose a tag to compare

Changes

  • fix bug of escaping symbols. #28

rush v0.4.1

26 Jan 12:59
Compare
Choose a tag to compare

Changes

  • appending finished cmds to --succ-cmd-file now, it's safer.
  • fix variable replacement for complex commands. #25