Releases: DarthSim/hivemind
Releases · DarthSim/hivemind
v1.1.0
- Ability to load Procfile from STDIN.
- Fixed reading lines larger than 65535 bytes.
- Added
--print-timestamps
flag.
v1.0.5
- Loading environment variables from
.env
file;
- Hivemind options can be set with environment variables;
--no-prefix
flag.
v1.0.4
Fixed high CPU usage when built with go 1.9+
v1.0.3
The project title is shown in the terminal title;
Allow to specify project name;
Add 5 more colors for processes.
v1.0.2
Allow -
in process names;
Set $PORT
with env variables.
v1.0.1
- Better
Procfile
parsing. Checking names uniqueness. Invalid lines are ignored.
- Support for --processes flag. You can specify processes to run.