Releases: shikaan/shmux
Releases · shikaan/shmux
v0.1.7
v0.1.6
Merge branch 'main' of github.com:shikaan/shmux
v0.1.5
docs: add missing command in readme
v0.1.4
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 runningshmux
) - Scripts can now declare a
#!
directive which will be honored when
running the scripts
Issues
v0.1.3
ci: add automated test step
v0.1.2
feat: validate cli arguments
v0.1.1
feat: handle gracefully script errors
v0.1.0
ci: build and release