All Versions
11
Latest Version
Avg Release Cycle
89 days
Latest Release
1769 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.17.0 Changes
- ๐ง Cleaned tests (Dockerfile for linux)
- ๐ Created a Supervisor struct to handle better the supervise logic
- Give priority to environment
$HOME
instead of HomeDir fromuser.Current()
- ๐ Improved lint
- ๐จ Print cmd name (not just PID) in the log when the process terminates #29, thanks @marko-turk
- โ Removed info.go (signal.Notify) from supervise.go
- ๐ Replaced lock/map with sync.Map in scandir.go
- โก๏ธ Updated HandleSignal to use
GetParam
from violetear