Skip to content

Releases: 1player/host-spawn

v1.6.0

28 Apr 09:57
Compare
Choose a tag to compare

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

21 Dec 10:39
Compare
Choose a tag to compare

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

02 Sep 08:57
Compare
Choose a tag to compare

Added

  • Forward signals to the host process (#18)

Full Changelog: 1.4.2...1.5.0

1.4.2

03 Jun 09:00
Compare
Choose a tag to compare

Tag 1.4.2

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

18 Feb 16:41
Compare
Choose a tag to compare
Tag 1.4.1

1.4.0

14 Jan 16:21
Compare
Choose a tag to compare

Added

  • Do not allocate a pty if the command is known to misbehave when attached to one. Thanks @89luca89

1.3.0

12 Oct 11:15
Compare
Choose a tag to compare

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

12 Aug 10:46
Compare
Choose a tag to compare

Fixed

  • Don't fail if stdin is redirected (#11)

1.2.0

27 Jul 13:07
Compare
Choose a tag to compare

Added

  • Spawn a shell on the host if no command is passed.

1.1.0

24 Jul 10:37
Compare
Choose a tag to compare

Added