Skip to content

Releases: ueffel/Keypirinha-Plugin-Kill

Kill Package 2.8.1

08 Mar 22:21
ff92f6f
Compare
Choose a tag to compare

Kill Package 2.8

19 Apr 13:33
ef07c19
Compare
Choose a tag to compare

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

05 Jan 14:40
f6fca55
Compare
Choose a tag to compare

Changelog

  • better icon clean up logic
  • try calling ExitProcess() in remote thread to do a more gentle exit

Kill Package 2.6.1

04 Aug 11:13
134235b
Compare
Choose a tag to compare

Changelog

  • Kill processes by name parallel with asyncio

Kill Package 2.6

08 Dec 12:38
6d49518
Compare
Choose a tag to compare

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

12 Oct 23:04
c28b244
Compare
Choose a tag to compare

Changelog

  • added debug setting
  • changed args_hint of suggestions

Kill Package 2.5.3

17 Mar 19:49
Compare
Choose a tag to compare

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

28 Nov 18:13
Compare
Choose a tag to compare

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

19 Nov 19:21
Compare
Choose a tag to compare

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

27 Mar 08:54
Compare
Choose a tag to compare

Changelog

  • if the comtypes library is available (KP v2.13) it will be used, otherwise there will be a fallback on the wmic 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