Releases: 1player/host-spawn
Releases · 1player/host-spawn
v1.6.1
v1.6.1 (10 Jan 2025)
- Increase robustness in handling DBus messages (#38)
- Show an error message if the command we're trying to run does not exist (#39)
- Do not allocate a pty if stdout is redirected (#40)
v1.6.0
1.6.0 (28 Apr 2024)
Added
- Build and distribute binary for loongarch64. Thanks @shenmo7192.
- Add
-cwd
flag to change the working directory of the spawned process. Thanks @someone13574.
v1.5.1
1.5.1 (21 Dec 2023)
Minor changes
- Update golang.org/x/sys dependency to v0.15.0. Thanks @klugier.
- Refactor build scripts to target single architecture
1.4.2
Tag 1.4.2
What's Changed
New Contributors
Full Changelog: 1.4.1...1.4.2
1.4.0
Added
- Do not allocate a pty if the command is known to misbehave when attached to one. Thanks @89luca89
1.3.0
Added
-env
command line argument to specify which environment variables to pass to the host process. If unspecified, defaults to "TERM". Thanks @travier
1.2.1
Fixed
- Don't fail if stdin is redirected (#11)
1.2.0
Added
- Spawn a shell on the host if no command is passed.