Skip to content

Releases: lcmen/go-pty

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 16:46
e7d3aa0
Prepare for release

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 May 15:36
  • Add support for preflight commands to run sequentially before the services start.
  • Add Enter in output all mode to insert a blank line as a visual separator.
  • Update dependencies.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 18:59
2c2165e
  • Add ctrl-r in output all mode to restart all processes.
  • Add -e flag to load environment variables from a .env file with ${VAR} expansion.
  • Add -s flag to run a subset of processes from the Procfile (e.g. go-pty -s web,worker).

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Mar 19:19

Improvements for errors handling.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 15:41

Public release.

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 08 Mar 15:09

Fix race conditions, cleanups and process monitoring.

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 04 Mar 19:20
765b3b9

Shutdown multiplexer when one of the processes crashes.

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Mar 18:08
e65078e

First release.