Releases: jkfran/killport
Releases · jkfran/killport
Release v1.1.0
Added Windows support
Release v1.0.0
Key Features Added:
- Mode Selection: Users can now specify whether to target processes, containers, or both. This is controlled via the
-m/--mode
option. (#6 ) - Signal Specification: The tool now supports specifying many different signals to be sent to processes or containers, enhancing the control users have over how they terminate these entities.
- Dry Run Option: This new feature allows users to simulate termination commands to see which processes or containers would be affected without actually performing the kill operation. (#26 )
- Release as a library (#29 )
Release v0.9.2
Merge pull request #31 from jkfran/Release-0.9.2 Release 0.9.2
Release v0.9.1
Merge pull request #27 from jkfran/v0.9.1 Update deps and release v0.9.1
Release v0.9.0
Merge pull request #21 from jacobtread/windows-support Windows support
Release v0.8.0
Merge pull request #17 from jkfran/release0.8.0 Release v0.8.0
Release v0.7.0
Killport now uses SIGTERM as the default signal to kill a process, it also supports the SIGKILL signal with -s sigkill
, eg: killport -s sigkill 8080
Release v0.6.0
Merge pull request #3 from jkfran/release-changes Releasing and publishing changes
Release v0.5.0
Merge pull request #1 from jkfran/add-macos-support
Release v0.1.0
Improve release