Skip to content

Releases: shikaan/shmux

v0.1.7

22 Dec 01:49
Compare
Choose a tag to compare
Merge branch 'main' of github.com:shikaan/shmux

v0.1.6

18 Aug 20:49
Compare
Choose a tag to compare
Merge branch 'main' of github.com:shikaan/shmux

v0.1.5

31 Dec 18:43
Compare
Choose a tag to compare
docs: add missing command in readme

v0.1.4

31 Dec 16:25
5824018
Compare
Choose a tag to compare

feat!: read shmuxfiles from parent folders and support shebang in scripts (#5)

Breaking Change

Default shmuxfile is now any shmuxfile.* in the current or parent
folders. It used to be shmux.sh, but the documentation always
referenced shmuxfiles and I figured this way it was easier to follow.

Features

  • Configuration can now be read from any parent folder (no mode cd ..
    before running shmux)
  • Scripts can now declare a #! directive which will be honored when
    running the scripts

Issues

  • Closes #3
  • Closes #1

v0.1.3

25 Dec 01:57
Compare
Choose a tag to compare
ci: add automated test step

v0.1.2

24 Dec 17:38
Compare
Choose a tag to compare
feat: validate cli arguments

v0.1.1

24 Dec 11:28
Compare
Choose a tag to compare
feat: handle gracefully script errors

v0.1.0

24 Dec 03:08
Compare
Choose a tag to compare
ci: build and release