Skip to content

Releases: DarthSim/overmind

v2.5.1

26 Mar 02:40
v2.5.1
a990724
Compare
Choose a tag to compare

This release contains no functional changes.

Fixed:

  • Fix installation via go install github.com/DarthSim/overmind/v2@latest

    See #177 and also golang/go#44840 for some inner workings of go.

Full Changelog: v2.5.0...v2.5.1

v2.5.0

25 Mar 05:54
v2.5.0
971b237
Compare
Choose a tag to compare

Notable changes

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

27 Jan 14:22
Compare
Choose a tag to compare
  • Add --show-timestamps (OVERMIND_SHOW_TIMESTAMPS) flag.
  • Set proper size for tmux windows.

v2.3.0

29 Jul 13:29
Compare
Choose a tag to compare
  • Add overmind status (overmind ps) command
  • Add --any-can-die (OVERMIND_ANY_CAN_DIE) flag
  • Add --shell flag
  • Allow OVERMIND_ENV to contain multiple files
  • Allow overmind connect without a process name

v2.2.2

22 Mar 12:59
Compare
Choose a tag to compare
  • Check if there are processes to run

v2.2.1

19 Feb 14:02
Compare
Choose a tag to compare
  • Fix random exits on macOS Big Sur.
  • Better tmux existence checking.
  • Fix loading env files from the home directory.

v2.2.0

16 Jul 15:50
Compare
Choose a tag to compare
  • Allow specifying processes to not run
  • Properly stop Overmind on SIGHUP signal
  • Print the rest of process output on process exit
  • Print new PID after process restart
  • Fix process stopping in some cases
  • Add --no-port (-N) that tells Overmind to not set PORT variable
  • Ability to bind to TCP instead of Unix socket

v2.1.1

19 Mar 08:43
Compare
Choose a tag to compare
  • Fix processes order in tmux
  • Fix env variables usage on process restart

v2.1.0

17 Dec 12:31
Compare
Choose a tag to compare
  • Fixed global substitutions support in .env files.
  • Removed switching to restarted process inside Tmux.
  • Don't use script files to run processes.
  • Overmind exits if tmux client crashes.
  • Don't expand socket path to prevent exceeding socket path length limitation.
  • Fix long lines scanning.
  • Check running Overmind instance when running in daemon mode.

v2.0.3

18 Jul 11:41
Compare
Choose a tag to compare