All Versions
11
Latest Version
Avg Release Cycle
89 days
Latest Release
1489 days ago

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 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