Immortal v0.17.0 Release Notes

    • ๐Ÿง Cleaned tests (Dockerfile for linux)
    • ๐Ÿ‘ Created a Supervisor struct to handle better the supervise logic
    • Give priority to environment $HOME instead of HomeDir from user.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