Releases: ueffel/Keypirinha-Plugin-Kill
Releases · ueffel/Keypirinha-Plugin-Kill
Kill Package 2.8.1
Kill Package 2.8
Changelog
- added action to copy the command line that started a process to the clipboard
- added action to copy the absolute path to the executable of a process to the clipboard
Kill Package 2.7
Changelog
- better icon clean up logic
- try calling ExitProcess() in remote thread to do a more gentle exit
Kill Package 2.6.1
Changelog
- Kill processes by name parallel with asyncio
Kill Package 2.6
Changelog
- Doing a more graceful exit of processes with windows
- Improved clean up logic after exiting a process and close the keypirinha launchbox
- Other minor optimizations
Kill Package 2.5.4
Changelog
- added debug setting
- changed args_hint of suggestions
Kill Package 2.5.3
Changelog
- Added default icon which is shown if no icon could be extracted from the process
Installation
- Just copy the Kill.keypirinha-package in your
%APPDATA%\Keypirinha\InstalledPackages
directory (or<Keypirinha_Home>\portable\Profile\InstalledPackages
) - This Release requires Keypirinha version 2.7 or higher
Kill Package 2.5.1
Changelog
- Fixed #13: processes weren't correctly categorized as foreground
- foreground processes include the window title now
Installation
- Just copy the Kill.keypirinha-package in your
%APPDATA%\Keypirinha\InstalledPackages
directory (or<Keypirinha_Home>\portable\Profile\InstalledPackages
) - This Release requires Keypirinha version 2.7 or higher
Kill Package 2.5
Changelog
- Added new action to restart process after killing it
- Added option to hide background processes "hide_background"
Installation
- Just copy the Kill.keypirinha-package in your
%APPDATA%\Keypirinha\InstalledPackages
directory (or<Keypirinha_Home>\portable\Profile\InstalledPackages
) - This Release requires Keypirinha version 2.7 or higher
Kill Package 2.4.1
Changelog
- if the
comtypes
library is available (KP v2.13) it will be used, otherwise there will be a fallback on thewmic
external call to get the process list (thanks @polyvertex) - the list of running processes is only build if the "Kill:" catalog item is selected to avoid unnecessary processing on every time KP's launchbox is opened (the downside is, that there is a small delay after selecting "Kill:") (thanks @polyvertex)
- Fixes not being able to kill by name in v2.3
Installation
- Just copy the Kill.keypirinha-package in your
%APPDATA%\Keypirinha\InstalledPackages
directory (or<Keypirinha_Home>\portable\Profile\InstalledPackages
) - This Release requires Keypirinha version 2.7 or higher