Releases: 1player/host-spawn
Releases · 1player/host-spawn
v1.6.2
Compare
Sorry, something went wrong.
No results found
1.6.2 (31 Jul 2025)
Add support for RISC-V 64 (#41 )
v1.6.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.5.0
Compare
Sorry, something went wrong.
No results found
Added
Forward signals to the host process (#18 )
Full Changelog : 1.4.2...1.5.0
1.4.2
Compare
Sorry, something went wrong.
No results found
Tag 1.4.2
What's Changed
New Contributors
Full Changelog : 1.4.1...1.4.2
1.4.1
Compare
Sorry, something went wrong.
No results found
Tag 1.4.1
1.4.0
Compare
Sorry, something went wrong.
No results found
Added
Do not allocate a pty if the command is known to misbehave when attached to one. Thanks @89luca89
1.3.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Don't fail if stdin is redirected (#11 )